Navigation Menu

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

Filter indices stats for translog #8263

Closed
wants to merge 1 commit into from
Closed

Conversation

fhopf
Copy link
Contributor

@fhopf fhopf commented Oct 29, 2014

A lot of the indices stats can be filtered (e.g. curl -XGET "http://localhost:9200/example/_stats/suggest"), all of them are documented in http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-stats.html. The same does not work for the translog information I would have expected at curl -XGET "http://localhost:9200/example/_stats/translog"

Added the missing call in the RestAction, closes #8262

Added the missing call in the RestAction, closes elastic#8262
@s1monw
Copy link
Contributor

s1monw commented Mar 20, 2015

merged thanks!!

@s1monw s1monw closed this Mar 20, 2015
@clintongormley clintongormley added the :Data Management/Stats Statistics tracking and retrieval APIs label Jun 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Data Management/Stats Statistics tracking and retrieval APIs v1.5.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

translog stats can't be filtered for indices stats
3 participants