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

Support indices-stats elasticsearch endpoint #3526

Closed
Tracked by #2653
fmassot opened this issue Jun 7, 2023 · 1 comment · Fixed by #4442
Closed
Tracked by #2653

Support indices-stats elasticsearch endpoint #3526

fmassot opened this issue Jun 7, 2023 · 1 comment · Fixed by #4442
Assignees

Comments

@fmassot
Copy link
Contributor

fmassot commented Jun 7, 2023

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 splits
  • stats.primaries.size_in_bytes: size in bytes of published splits
  • stats.total.segments.count: number of published splits
@PSeitz
Copy link
Contributor

PSeitz commented Jan 22, 2024

I don't see stats.primaries.size_in_bytes in the response
It probably should be
_all.primaries.store.size_in_bytes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants