elasticsearch-segmentspy icon indicating copy to clipboard operation
elasticsearch-segmentspy copied to clipboard

ElasticSearch plugin to watch segment dynamics (additions, merges, deletes)

Results 7 elasticsearch-segmentspy issues
Sort by recently updated
recently updated
newest added

This plugin will not install on Elasticsearch 2.0. root@elasticsearch-vagrant:/usr/share/elasticsearch-2.0.0/elasticsearch_2.0.0# bin/plugin install polyfractal/elasticsearch-segmentspy -> Installing polyfractal/elasticsearch-segmentspy... Trying https://github.com/polyfractal/elasticsearch-segmentspy/archive/master.zip ... Downloading ..................................................................................................................DONE Verifying https://github.com/polyfractal/elasticsearch-segmentspy/archive/master.zip checksums if available ... NOTE: Unable to verify...

Hopefully these updates will make the plugin better and also closer to Mike McCandless "Visualizing Lucene's Segment Merges" article.

Would be great if we can view the currently selected index. A likely place to show it would be the "Change Index" button. It might work like this: - If...

Sometimes changing the node and its corresponding index doesn't work. Steps: 1. Install the plugin in a node : 192.168.x.x 2. Run the plugin from 192.168.x.x - At this point...

It would be nice if the node Name can be displayed instead of its UUID. UUID is really not of much help!

Would be good if segmentspy could accept URLs like: ``` https://user:[email protected]/path/prefix ``` and would work on nodes other than those that have segmentspy installed.