stephanediondev / elasticsearch-admin

Web administration for Elasticsearch (2.x to 8.x): cluster, nodes, indices, shards, index templates, repositories, snapshots ...
https://stephanediondev.github.io/elasticsearch-admin/
MIT License
91 stars 9 forks source link

cluster.indices.close.enable #75

Closed Poil closed 7 months ago

Poil commented 8 months ago

Hi,

The audit report : Closing an index is not allowed: Fail The setting cluster.indices.close.enable should be set to false.

But I think it should be set to true ? (that is the default value) to allow closing indexes ?

Regards

stephanediondev commented 8 months ago

Hi

There is a note in ES documentation: "Closed indices consume a significant amount of disk-space which can cause problems in managed environments."

But I have removed this audit checkpoint anyway: it depends if you need closed indices or not