[Alerting] enable event log index by default #61867
Labels
Feature:Alerting
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
Currently the event log is configured to not index event documents, by default, via the
indexEntries
config key:kibana/x-pack/plugins/event_log/server/types.ts
Lines 13 to 17 in 300df64
It's time to change it to change the default to true!
I think we'll leave the existing config key in, as a safety valve, so we can have devs disable in their dev config if something goes bad, but long-term we might want to just remove it. Something to think about for the future anyway.
The text was updated successfully, but these errors were encountered: