Is there any graphic management tools for Elasticsearch like phpMyAdmin for MySQL. I would like to be able to edit fields, chang mapping etc.
Asked
Active
Viewed 3,872 times
1 Answers
6
I can suggest two other very handy tools, namely
- The kopf plugin
- The head plugin
They both allow you to modify mappings, run REST queries, edit fields, create repository and snapshots, run content analysis, etc...
Give them a check and you'll see how handy they are.

Val
- 207,596
- 13
- 358
- 360
-
Thank you a good man. The second one is the thing I was looking for. – John Smith Feb 27 '16 at 21:12