In Kibana's GUI settings page, there is an entry called "Hide announcements" with the field named hideAnnouncements
.
The URL path for this page is /app/management/kibana/settings
Then in the documentation for the YAML config file there is an entry newsfeed.enabled
.
If newsfeed.enabled
is set to false
, the hide announcements setting in the GUI does not change.
Is there a kibana.yml
setting that controls hideAnnouncements
?