We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
indices-stats
Elasticsearch doc ref
Many fields returned by the endpoint do not make sense for Quickwit. For this issue, we will only focus on the following fields:
stats.primaries.docs.count
stats.primaries.size_in_bytes
stats.total.segments.count
The text was updated successfully, but these errors were encountered:
I don't see stats.primaries.size_in_bytes in the response It probably should be _all.primaries.store.size_in_bytes
_all.primaries.store.size_in_bytes
Sorry, something went wrong.
PSeitz
Successfully merging a pull request may close this issue.
Elasticsearch doc ref
Many fields returned by the endpoint do not make sense for Quickwit. For this issue, we will only focus on the following fields:
stats.primaries.docs.count
: number of docs in published splitsstats.primaries.size_in_bytes
: size in bytes of published splitsstats.total.segments.count
: number of published splitsThe text was updated successfully, but these errors were encountered: