You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error - FATAL ValidationError: child "xpack" fails because [child "reporting" fails because [child "capture" fails because [child "browser" fails because [child "chromium" fails because ["inspect" is not allowed]]]]]
Turns out I had an incompatible setting in my kibana.dev.yml -
Describe the feature:
I got this error -
FATAL ValidationError: child "xpack" fails because [child "reporting" fails because [child "capture" fails because [child "browser" fails because [child "chromium" fails because ["inspect" is not allowed]]]]]
Turns out I had an incompatible setting in my kibana.dev.yml -
xpack.report.capture.browser.chromium.inspect: true
Would be nice if the error stated that it was validating config.
Describe a specific use case for the feature:
Mangled or incompatible config files.
The text was updated successfully, but these errors were encountered: