From c37e41b00a5fecf491182e0ae7d57bd1da20aeb5 Mon Sep 17 00:00:00 2001 From: girirajsharma Date: Mon, 30 May 2016 15:27:22 +0530 Subject: [PATCH] Provided a minor fix to segmentspy plugin installation command --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index f19f213..bce69a7 100644 --- a/README.textile +++ b/README.textile @@ -9,7 +9,7 @@ SegmentSpy is a tool to watch the segments in your indices. Segment graphs updat h3. Installation -To install SegmentSpy onto your node, run bin/plugin -install polyfractal/elasticsearch-segmentspy +To install SegmentSpy onto your node, run bin/plugin install polyfractal/elasticsearch-segmentspy SegmentSpy automatically connects to the host specified in the URL used to display the plugin. For example, if you are running a node on localhost:9200, point your browser to http://localhost:9200/_plugin/segmentspy/. The plugin will automatically connect to localhost:9200 and begin parsing your cluster state. Alternatively, it's possible to set a target host and refreshInterval via url parameters, for example: