Drops any plugins that haven't been updated since 2.0. Updates 5.0 links/verbiage

This commit is contained in:
Shane Connelly 2016-11-02 06:38:50 -07:00
parent 638353cda3
commit eac04e2adc
6 changed files with 15 additions and 34 deletions

View File

@ -8,11 +8,10 @@ Alerting plugins allow Elasticsearch to monitor indices and to trigger alerts wh
The core alerting plugins are: The core alerting plugins are:
link:/products/watcher[Watcher]:: link:/products/x-pack/alerting[X-Pack]::
Watcher is the alerting and notification product for Elasticsearch that lets X-Pack contains the alerting and notification product for Elasticsearch that
you take action based on changes in your data. It is designed around the lets you take action based on changes in your data. It is designed around the
principle that if you can query something in Elasticsearch, you can alert on principle that if you can query something in Elasticsearch, you can alert on
it. Simply define a query, condition, schedule, and the actions to take, and it. Simply define a query, condition, schedule, and the actions to take, and
Watcher will do the rest. X-Pack will do the rest.

View File

@ -45,11 +45,9 @@ Provides stemming for Ukrainian.
A number of analysis plugins have been contributed by our community: A number of analysis plugins have been contributed by our community:
* https://github.com/yakaz/elasticsearch-analysis-combo/[Combo Analysis Plugin] (by Olivier Favre, Yakaz)
* https://github.com/synhershko/elasticsearch-analysis-hebrew[Hebrew Analysis Plugin] (by Itamar Syn-Hershko) * https://github.com/synhershko/elasticsearch-analysis-hebrew[Hebrew Analysis Plugin] (by Itamar Syn-Hershko)
* https://github.com/medcl/elasticsearch-analysis-ik[IK Analysis Plugin] (by Medcl) * https://github.com/medcl/elasticsearch-analysis-ik[IK Analysis Plugin] (by Medcl)
* https://github.com/medcl/elasticsearch-analysis-mmseg[Mmseg Analysis Plugin] (by Medcl) * https://github.com/medcl/elasticsearch-analysis-mmseg[Mmseg Analysis Plugin] (by Medcl)
* https://github.com/chytreg/elasticsearch-analysis-morfologik[Morfologik (Polish) Analysis plugin] (by chytreg)
* https://github.com/imotov/elasticsearch-analysis-morphology[Russian and English Morphological Analysis Plugin] (by Igor Motov) * https://github.com/imotov/elasticsearch-analysis-morphology[Russian and English Morphological Analysis Plugin] (by Igor Motov)
* https://github.com/medcl/elasticsearch-analysis-pinyin[Pinyin Analysis Plugin] (by Medcl) * https://github.com/medcl/elasticsearch-analysis-pinyin[Pinyin Analysis Plugin] (by Medcl)
* https://github.com/duydo/elasticsearch-analysis-vietnamese[Vietnamese Analysis Plugin] (by Duy Do) * https://github.com/duydo/elasticsearch-analysis-vietnamese[Vietnamese Analysis Plugin] (by Duy Do)
@ -67,5 +65,3 @@ include::analysis-smartcn.asciidoc[]
include::analysis-stempel.asciidoc[] include::analysis-stempel.asciidoc[]
include::analysis-ukrainian.asciidoc[] include::analysis-ukrainian.asciidoc[]

View File

@ -14,10 +14,6 @@ A number of plugins have been contributed by our community:
* https://github.com/wikimedia/search-extra[Elasticsearch Trigram Accelerated Regular Expression Filter]: * https://github.com/wikimedia/search-extra[Elasticsearch Trigram Accelerated Regular Expression Filter]:
(by Wikimedia Foundation/Nik Everett) (by Wikimedia Foundation/Nik Everett)
* https://github.com/kzwang/elasticsearch-image[Elasticsearch Image Plugin]:
Uses https://code.google.com/p/lire/[Lire (Lucene Image Retrieval)] to allow users
to index images and search for similar images (by Kevin Wang)
* https://github.com/wikimedia/search-highlighter[Elasticsearch Experimental Highlighter]: * https://github.com/wikimedia/search-highlighter[Elasticsearch Experimental Highlighter]:
(by Wikimedia Foundation/Nik Everett) (by Wikimedia Foundation/Nik Everett)
@ -30,7 +26,4 @@ A number of plugins have been contributed by our community:
* https://github.com/codelibs/elasticsearch-taste[Elasticsearch Taste Plugin]: * https://github.com/codelibs/elasticsearch-taste[Elasticsearch Taste Plugin]:
Mahout Taste-based Collaborative Filtering implementation (by CodeLibs Project) Mahout Taste-based Collaborative Filtering implementation (by CodeLibs Project)
* https://github.com/hadashiA/elasticsearch-flavor[Elasticsearch Flavor Plugin] using
http://mahout.apache.org/[Mahout] Collaboration filtering (by hadashiA)
* https://github.com/jurgc11/es-change-feed-plugin[WebSocket Change Feed Plugin] (by ForgeRock/Chris Clifton) * https://github.com/jurgc11/es-change-feed-plugin[WebSocket Change Feed Plugin] (by ForgeRock/Chris Clifton)

View File

@ -30,9 +30,7 @@ The File-based discovery plugin allows providing the unicast hosts list through
A number of discovery plugins have been contributed by our community: A number of discovery plugins have been contributed by our community:
* https://github.com/grantr/elasticsearch-srv-discovery[DNS SRV Discovery Plugin] (by Grant Rodgers)
* https://github.com/shikhar/eskka[eskka Discovery Plugin] (by Shikhar Bhushan) * https://github.com/shikhar/eskka[eskka Discovery Plugin] (by Shikhar Bhushan)
* https://github.com/grmblfrz/elasticsearch-zookeeper[ZooKeeper Discovery Plugin] (by Sonian Inc.)
* https://github.com/fabric8io/elasticsearch-cloud-kubernetes[Kubernetes Discovery Plugin] (by Jimmi Dyson, http://fabric8.io[fabric8]) * https://github.com/fabric8io/elasticsearch-cloud-kubernetes[Kubernetes Discovery Plugin] (by Jimmi Dyson, http://fabric8.io[fabric8])
include::discovery-ec2.asciidoc[] include::discovery-ec2.asciidoc[]
@ -42,4 +40,3 @@ include::discovery-azure-classic.asciidoc[]
include::discovery-gce.asciidoc[] include::discovery-gce.asciidoc[]
include::discovery-file.asciidoc[] include::discovery-file.asciidoc[]

View File

@ -1,19 +1,16 @@
[[management]] [[management]]
== Management and Site Plugins == Management Plugins
Management and site plugins offer UIs for managing and interacting with Management plugins offer UIs for managing and interacting with Elasticsearch.
Elasticsearch.
[float] [float]
=== Core management plugins === Core management plugins
The core management plugins are: The core management plugins are:
link:/products/marvel[Marvel]:: link:/products/x-pack/monitoring[X-Pack]::
Marvel is a management and monitoring product for Elasticsearch. Marvel X-Pack contains the management and monitoring features for Elasticsearch. It
aggregates cluster wide statistics and events and offers a single interface to aggregates cluster wide statistics and events and offers a single interface to
view and analyze them. Marvel is free for development use but requires a view and analyze them. You can get a link:/subscriptions[free license] for basic
license to run in production. monitoring or a higher level license for more advanced needs.

View File

@ -8,12 +8,12 @@ Security plugins add a security layer to Elasticsearch.
The core security plugins are: The core security plugins are:
link:/products/shield[Shield]:: link:/products/x-pack/security[X-Pack]::
Shield is the Elastic product that makes it easy for anyone to add X-Pack is the Elastic product that makes it easy for anyone to add
enterprise-grade security to their ELK stack. Designed to address the growing security enterprise-grade security to their Elastic Stack. Designed to address the
needs of thousands of enterprises using ELK today, Shield provides peace of growing security needs of thousands of enterprises using the Elastic Stack
mind when it comes to protecting your data. today, X-Pack provides peace of mind when it comes to protecting your data.
[float] [float]
=== Community contributed security plugins === Community contributed security plugins
@ -25,4 +25,3 @@ The following plugins have been contributed by our community:
* https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin[Readonly REST]: * https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin[Readonly REST]:
High performance access control for Elasticsearch native REST API (by Simone Scarduzio) High performance access control for Elasticsearch native REST API (by Simone Scarduzio)