Hello dears,
I'm having trouble
I'm following the tutorial below, and when I finish the configuration, when starting Kibana I get an error:
Toturial: https://www.elastic.co/guide/en/elasticsearch/reference/current/security-minimal-setup.html#_enable_elasticsearch_security_features
Return Error:
Jan 25 19:44:32 kibana[147305]: [2023-01-25T19:44:32.546+01:00][WARN ][plugins.screenshotting.config] Chromium sandbox provides an additional layer of protection, but is not supported for Linux Red Hat Linux 8.6 OS. Automatically setting 'xpack.screenshotting.browser.chromium.disableSandbox: true'.
Hello @Joao_Malebo , the log snippet you've shared is just a warning not an error (note the tag after timestamp). If you want to avoid this warning, just explicitly set the mentioned property in kibana configuration: xpack.screenshotting.browser.chromium.disableSandbox: true
.
For more details on reporting configuration, please refer to: Reporting settings in Kibana | Kibana Guide [8.6] | Elastic