Skip to content

[elasticsearch] Remove hidden info from indice information #39161

Closed
@crespocarlos

Description

Summary

Metricbeat returns whether an index is hidden. The way hidden indices are retrieved is rather inefficient in clusters with a lot of indices that have a lot of settings configured and could lead to failures.

The feature above was introduced in this ticket #18639. The idea was that the SM UI could use the hidden information, which never happened.

Since this extra and expensive processing done in beats is not leveraged by the UI, we could remove the hidden information.

AC

  • hidden flag is removed from index_stats documents

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions