ElasticOps is a desktop application which allows you to manage ElasticSearch cluster. It allows you to :
- See basic cluster information
- Nodes
- Indices
- Document counts
- Mappings
- Query nodes - all endpoints are available
- Editor contains intellisense for _search and _mapping endpoints (more are comming)
- Indices, types and endpoints are suggested
- Analyze - see how ElasticSearch sees your data
- View your documents - simply select index and type and you can browse docuemnts as sql table
- Perform any REST request - to ElasticSearch or any other API
- Play with themes - just for fun :)
Editor supports intellisense (real intellisense, it's aware in which part of the query is cursor and based on that suggests available options).
It also supports URL autocomplete. Index names, types and endpoints are suggested.
Analyze view allows you to send text to ElasticSearch and retrive list of tokens. You can analyze text using cluster or index analyzers. You can also make ElasticSearch to use the same analyzer as is used to analyzed given field.
Select a token on the list to highlight given token in original text.
Just for fun you have control over application style. You can choose between light and dark theme and also among 23 different accents.