Skip to content

Commit

Permalink
[Index Stats] Account for Closed Indices (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefnestor committed May 23, 2024
1 parent 4076bf7 commit ed63f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/elastic-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ indices_stats:
retry: true
versions:
">= 0.9.0 < 7.7.0": "/_stats?level=shards&human"
">= 7.7.0": "/_stats?level=shards&human&expand_wildcards=all"
">= 7.7.0": "/_stats?level=shards&human&expand_wildcards=all&ignore_unavailable=true"

internal_health:
tags: light
Expand Down

0 comments on commit ed63f0e

Please sign in to comment.