diff --git a/qa/smoke-test-plugins-ssl/pom.xml b/qa/smoke-test-plugins-ssl/pom.xml
index 1ecf6b1959e..5856c70f463 100644
--- a/qa/smoke-test-plugins-ssl/pom.xml
+++ b/qa/smoke-test-plugins-ssl/pom.xml
@@ -101,6 +101,14 @@
+
+ org.elasticsearch.plugin
+ analysis-icu
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
analysis-kuromoji
@@ -109,6 +117,14 @@
true
+
+ org.elasticsearch.plugin
+ analysis-phonetic
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
analysis-smartcn
@@ -127,15 +143,7 @@
org.elasticsearch.plugin
- analysis-phonetic
- ${elasticsearch.version}
- zip
- true
-
-
-
- org.elasticsearch.plugin
- analysis-icu
+ cloud-azure
${elasticsearch.version}
zip
true
@@ -149,22 +157,6 @@
true
-
- org.elasticsearch.plugin
- cloud-azure
- ${elasticsearch.version}
- zip
- true
-
-
-
- org.elasticsearch.plugin
- cloud-aws
- ${elasticsearch.version}
- zip
- true
-
-
org.elasticsearch.plugin
delete-by-query
@@ -175,7 +167,15 @@
org.elasticsearch.plugin
- lang-python
+ discovery-ec2
+ ${elasticsearch.version}
+ zip
+ true
+
+
+
+ org.elasticsearch.plugin
+ discovery-multicast
${elasticsearch.version}
zip
true
@@ -189,6 +189,22 @@
true
+
+ org.elasticsearch.plugin
+ lang-python
+ ${elasticsearch.version}
+ zip
+ true
+
+
+
+ org.elasticsearch.plugin
+ mapper-murmur3
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
mapper-size
@@ -197,6 +213,23 @@
true
+
+ org.elasticsearch.plugin
+ repository-s3
+ ${elasticsearch.version}
+ zip
+ true
+
+
+
+
+ org.elasticsearch.plugin
+ jvm-example
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
site-example
diff --git a/qa/smoke-test-plugins-ssl/rest-api-spec/test/smoke_test_plugins_ssl/10_basic.yaml b/qa/smoke-test-plugins-ssl/rest-api-spec/test/smoke_test_plugins_ssl/10_basic.yaml
index dd1ada2ec73..74bdd9ea020 100644
--- a/qa/smoke-test-plugins-ssl/rest-api-spec/test/smoke_test_plugins_ssl/10_basic.yaml
+++ b/qa/smoke-test-plugins-ssl/rest-api-spec/test/smoke_test_plugins_ssl/10_basic.yaml
@@ -10,7 +10,7 @@
- do:
nodes.info: {}
- - match: { nodes.$master.plugins.11.name: license }
- - match: { nodes.$master.plugins.13.name: marvel }
- - match: { nodes.$master.plugins.14.name: shield }
- - match: { nodes.$master.plugins.16.name: watcher }
+ - match: { nodes.$master.plugins.13.name: license }
+ - match: { nodes.$master.plugins.16.name: marvel }
+ - match: { nodes.$master.plugins.18.name: shield }
+ - match: { nodes.$master.plugins.20.name: watcher }
diff --git a/qa/smoke-test-plugins/pom.xml b/qa/smoke-test-plugins/pom.xml
index 9949adcaff9..792905e730c 100644
--- a/qa/smoke-test-plugins/pom.xml
+++ b/qa/smoke-test-plugins/pom.xml
@@ -99,6 +99,14 @@
+
+ org.elasticsearch.plugin
+ analysis-icu
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
analysis-kuromoji
@@ -107,6 +115,14 @@
true
+
+ org.elasticsearch.plugin
+ analysis-phonetic
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
analysis-smartcn
@@ -125,15 +141,7 @@
org.elasticsearch.plugin
- analysis-phonetic
- ${elasticsearch.version}
- zip
- true
-
-
-
- org.elasticsearch.plugin
- analysis-icu
+ cloud-azure
${elasticsearch.version}
zip
true
@@ -147,22 +155,6 @@
true
-
- org.elasticsearch.plugin
- cloud-azure
- ${elasticsearch.version}
- zip
- true
-
-
-
- org.elasticsearch.plugin
- cloud-aws
- ${elasticsearch.version}
- zip
- true
-
-
org.elasticsearch.plugin
delete-by-query
@@ -173,7 +165,15 @@
org.elasticsearch.plugin
- lang-python
+ discovery-ec2
+ ${elasticsearch.version}
+ zip
+ true
+
+
+
+ org.elasticsearch.plugin
+ discovery-multicast
${elasticsearch.version}
zip
true
@@ -187,6 +187,22 @@
true
+
+ org.elasticsearch.plugin
+ lang-python
+ ${elasticsearch.version}
+ zip
+ true
+
+
+
+ org.elasticsearch.plugin
+ mapper-murmur3
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
mapper-size
@@ -195,6 +211,23 @@
true
+
+ org.elasticsearch.plugin
+ repository-s3
+ ${elasticsearch.version}
+ zip
+ true
+
+
+
+
+ org.elasticsearch.plugin
+ jvm-example
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
site-example
diff --git a/qa/smoke-test-plugins/rest-api-spec/test/smoke_test_plugins/10_basic.yaml b/qa/smoke-test-plugins/rest-api-spec/test/smoke_test_plugins/10_basic.yaml
index dd1ada2ec73..74bdd9ea020 100644
--- a/qa/smoke-test-plugins/rest-api-spec/test/smoke_test_plugins/10_basic.yaml
+++ b/qa/smoke-test-plugins/rest-api-spec/test/smoke_test_plugins/10_basic.yaml
@@ -10,7 +10,7 @@
- do:
nodes.info: {}
- - match: { nodes.$master.plugins.11.name: license }
- - match: { nodes.$master.plugins.13.name: marvel }
- - match: { nodes.$master.plugins.14.name: shield }
- - match: { nodes.$master.plugins.16.name: watcher }
+ - match: { nodes.$master.plugins.13.name: license }
+ - match: { nodes.$master.plugins.16.name: marvel }
+ - match: { nodes.$master.plugins.18.name: shield }
+ - match: { nodes.$master.plugins.20.name: watcher }