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

translog stats can't be filtered for indices stats #8262

Closed
fhopf opened this issue Oct 29, 2014 · 0 comments
Closed

translog stats can't be filtered for indices stats #8262

fhopf opened this issue Oct 29, 2014 · 0 comments

Comments

@fhopf
Copy link
Contributor

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"

Everything is prepared in the codebase but one piece is missing. I am wondering if this has been removed on purpose?

fhopf added a commit to fhopf/elasticsearch that referenced this issue Oct 29, 2014
Added the missing call in the RestAction, closes elastic#8262
s1monw pushed a commit that referenced this issue Mar 20, 2015
Added the missing call in the RestAction, closes #8262
@s1monw s1monw closed this as completed in 865cbeb Mar 20, 2015
s1monw pushed a commit that referenced this issue Mar 20, 2015
Added the missing call in the RestAction, closes #8262

Conflicts:
	src/main/java/org/elasticsearch/rest/action/admin/indices/stats/RestIndicesStatsAction.java
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
Added the missing call in the RestAction, closes elastic#8262

Conflicts:
	src/main/java/org/elasticsearch/rest/action/admin/indices/stats/RestIndicesStatsAction.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants