Skip to content

Commit

Permalink
Remove ES plugin reference because it is confusing to users
Browse files Browse the repository at this point in the history
  • Loading branch information
suyograo authored and jordansissel committed May 29, 2015
1 parent d10a2e6 commit f51ffd1
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docs/asciidoc/static/getting-started-with-logstash.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -182,23 +182,6 @@ This should return something like the following:

Congratulations! You've successfully stashed logs in Elasticsearch via Logstash.

[float]
==== Elasticsearch Plugins (an aside)
Another very useful tool for querying your Logstash data (and Elasticsearch in
general) is the Elasticearch-kopf plugin. (For more information about
Elasticsearch plugins, see
http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-plugins.html[Elasticsearch plugins].)
To install elasticsearch-kopf, issue the following command from your
Elasticsearch directory (the same one from which you started Elasticsearch):

[source,js]
----------------------------------
bin/plugin -install lmenezes/elasticsearch-kopf
----------------------------------
Now you can go to
http://localhost:9200/_plugin/kopf/[http://localhost:9200/_plugin/kopf/]
to browse your Elasticsearch data, settings, and mappings!

[float]
==== Multiple Outputs

Expand Down

0 comments on commit f51ffd1

Please sign in to comment.