summaryrefslogtreecommitdiff
path: root/core/src/main/resources/org/elasticsearch/plugins/plugin-install.help
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/resources/org/elasticsearch/plugins/plugin-install.help')
-rw-r--r--core/src/main/resources/org/elasticsearch/plugins/plugin-install.help17
1 files changed, 5 insertions, 12 deletions
diff --git a/core/src/main/resources/org/elasticsearch/plugins/plugin-install.help b/core/src/main/resources/org/elasticsearch/plugins/plugin-install.help
index 3cb31e22a9..c001f8c6cf 100644
--- a/core/src/main/resources/org/elasticsearch/plugins/plugin-install.help
+++ b/core/src/main/resources/org/elasticsearch/plugins/plugin-install.help
@@ -13,16 +13,11 @@ DESCRIPTION
Officially supported or commercial plugins require just the plugin name:
plugin install analysis-icu
- plugin install shield
+ plugin install x-pack
- Plugins from GitHub require 'username/repository' or 'username/repository/version':
+ Plugins from Maven Central require 'groupId:artifactId:version':
- plugin install lmenezes/elasticsearch-kopf
- plugin install lmenezes/elasticsearch-kopf/1.5.7
-
- Plugins from Maven Central or Sonatype require 'groupId/artifactId/version':
-
- plugin install org.elasticsearch/elasticsearch-mapper-attachments/2.6.0
+ plugin install org.elasticsearch:mapper-attachments:3.0.0
Plugins can be installed from a custom URL or file location as follows:
@@ -42,9 +37,9 @@ OFFICIAL PLUGINS
- discovery-azure
- discovery-ec2
- discovery-gce
- - discovery-multicast
+ - ingest-geoip
- lang-javascript
- - lang-plan-a
+ - lang-painless
- lang-python
- mapper-attachments
- mapper-murmur3
@@ -58,8 +53,6 @@ OFFICIAL PLUGINS
OPTIONS
- -t,--timeout Timeout until the plugin download is abort
-
-v,--verbose Verbose output
-h,--help Shows this message