.ds indices creating automatically in our env

Hi Team,

After upgrdation of elasticearch from 7.3.2 to 7.17.16 .ds* index automatically creating like below

.ds-ilm-history-5-2023.12.18-000002
.ds-.logs-deprecation.elasticsearch-default-2023.11.18-000001

How to stop these index creation in our env

Please help on this.

Hi,

The indices you're seeing are system indices used by Elasticsearch for various purposes:

.ds-ilm-history-* indices are used by Index Lifecycle Management (ILM) to store the history of actions taken by ILM.
.logs-deprecation.* indices are used to store deprecation logs.

It's not recommended to disable the creation of these indices.

But if you want to disable deprecation logging click on the following link