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

Add /_cat/fielddata to display fielddata on a per-node per-field basis #4593

Closed
dakrone opened this issue Jan 2, 2014 · 0 comments · Fixed by #6086
Closed

Add /_cat/fielddata to display fielddata on a per-node per-field basis #4593

dakrone opened this issue Jan 2, 2014 · 0 comments · Fixed by #6086

Comments

@dakrone
Copy link
Member

dakrone commented Jan 2, 2014

This would be great for figuring out where all your memory is going with regard to field data:

$ curl localhost:9200/_cat/fielddata
node   body  timestamp   subject  myotherfield  total
node1  7gb       501mb     1.1gb          17mb   10gb
node2  1.3gb     100mb     981mb           2mb  3.1gb
node3  2.7gb      81mb     182mb         512kb  3.2gb

It would be a nice-to-have for 1.0 RC1, but not required.

@s1monw s1monw added v1.2.0 and removed v1.1.0 labels Mar 20, 2014
@dakrone dakrone self-assigned this May 5, 2014
dakrone added a commit to dakrone/elasticsearch that referenced this issue May 9, 2014
dakrone added a commit that referenced this issue May 9, 2014
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.

3 participants