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

Provided a minor fix to segmentspy plugin installation command #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>bin/plugin -install polyfractal/elasticsearch-segmentspy</code>
To install SegmentSpy onto your node, run <code>bin/plugin install polyfractal/elasticsearch-segmentspy</code>

SegmentSpy automatically connects to the host specified in the URL used to display the plugin. For example, if you are running a node on <code>localhost:9200</code>, point your browser to <code>http://localhost:9200/_plugin/segmentspy/</code>. The plugin will automatically connect to <code>localhost:9200</code> and begin parsing your cluster state.
Alternatively, it's possible to set a target host and refreshInterval via url parameters, for example:
Expand Down