Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[elasticsearch] Remove hidden info from indice information #39161

Closed
crespocarlos opened this issue Apr 23, 2024 · 0 comments · Fixed by #39165
Closed

[elasticsearch] Remove hidden info from indice information #39161

crespocarlos opened this issue Apr 23, 2024 · 0 comments · Fixed by #39165
Assignees
Labels
Feature:Stack Monitoring Module:elasticsearch Elasticsearch Beats modules Team:Monitoring Stack Monitoring team

Comments

@crespocarlos
Copy link
Contributor

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
@crespocarlos crespocarlos added Feature:Stack Monitoring Module:elasticsearch Elasticsearch Beats modules Team:Monitoring Stack Monitoring team labels Apr 23, 2024
@crespocarlos crespocarlos self-assigned this Apr 23, 2024
@crespocarlos crespocarlos changed the title [elasticsearch] Remove hidden info from indice metricset [elasticsearch] Remove hidden info from indice information Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Stack Monitoring Module:elasticsearch Elasticsearch Beats modules Team:Monitoring Stack Monitoring team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant