-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Hidden indices not exposed in monitoring index_stats documents #18639
Comments
Pinging @elastic/stack-monitoring (Stack monitoring) |
Pinging @elastic/integrations-services (Team:Services) |
@chrisronline Thanks for bringing this up. For starters I've inquired with the ES team if it makes sense to make [EDIT] Just in case the Elasticsearch team decides not to modify the default |
I'm relabeling this issue as an enhancement because the hidden indices feature in Elasticsearch itself was an enhancement. We now need to enhance the Metricbeat elasticsearch module correspondingly. |
@chrisronline I'm planning to resolve this issue via two PRs:
|
With the introduction of hidden indices, it looks like they are not included in the monitoring
index_stats
documents collected by Metricbeat. It looks we need to addexpand_wildcards=hidden
to this api call.We should also add an additional field for hidden indices that indicates they are hidden, so the UI can filter it. I'm suggesting this to be
index_stats.hidden: <boolean>
. The challenge here is the API doesn't return this state, but it's rather available in/*/_settings
so I'm not sure the right solution moving forward. Happy to discussRelated to elastic/elasticsearch#56949
The text was updated successfully, but these errors were encountered: