Gehel has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/338469 )

Change subject: Remove non-existent setting from apifeatureusage logstash 
template
......................................................................


Remove non-existent setting from apifeatureusage logstash template

This setting was removed quite some time ago, looks like perhaps
in elasticsearch 0.90. Elasticsearch 5 is more strict than previous
versions and now requires all settings to actually exist. As such
remove this setting so things continue as expected.

One uncertain thing is how this change makes it into elasticsearch.
I havn't been able to track down if there is an automated process,
or how exactly that happens. If after deploying this patch nothing
updates we can use curl to update the template within the eqiad
cluster as necessary.

Change-Id: Id2c6ee574ca2bfdf671a91a97ceeaa50f0fc788e
---
M modules/role/files/logstash/apifeatureusage-template.json
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  BryanDavis: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Gehel: Looks good to me, approved



diff --git a/modules/role/files/logstash/apifeatureusage-template.json 
b/modules/role/files/logstash/apifeatureusage-template.json
index c7cd29f..2228152 100644
--- a/modules/role/files/logstash/apifeatureusage-template.json
+++ b/modules/role/files/logstash/apifeatureusage-template.json
@@ -3,7 +3,6 @@
   "settings" : {
     "number_of_shards" : 1,
     "number_of_replicas" : 2,
-    "index.cache.field.type" : "soft",
     "index.refresh_interval" : "5s",
     "analysis" : {
       "analyzer" : {

-- 
To view, visit https://gerrit.wikimedia.org/r/338469
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id2c6ee574ca2bfdf671a91a97ceeaa50f0fc788e
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: BryanDavis <bda...@wikimedia.org>
Gerrit-Reviewer: Gehel <guillaume.leder...@wikimedia.org>
Gerrit-Reviewer: Giuseppe Lavagetto <glavage...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to