Closed
Description
In #61484, Elasticsearch introduced a new setting called cluster.deprecation_indexing.enabled
to write deprecation logs to a dedicated data stream.
This is currently disabled by default. I'd like to propose enabling it by default.
This setting allows users to view and analyze their deprecation logs through the Logs UI or Discover via the Upgrade Assistant in Kibana. If this setting is enabled by default, it will likely be easier for users to spot deprecation issues that need to be addressed immediately rather than having to first enable it, wait a certain period of time to trigger any potential deprecations, and then analyze.