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
?
This is an undocumented feature, but we can look at source code.
For example in kibana/packages/core/ui-settings/core-ui-settings-server-internal/src/settings/announcements.ts, we see:
We can deduce that
hideAnnouncements
is part of the UI Settings and the documentation says:So for
hideAnnouncements
, you can add in kibana.yml:Beware that this feature is in technical preview: