DCausse has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/392590 )

Change subject: [logstash] add debug_blob field
......................................................................

[logstash] add debug_blob field

Add a new field debug_blob that is ignored by elastic to allow
storing random data for debug purposes.

Bug: T180051
Change-Id: I0c0bca1fe330fecf453151cad72936d33a1e5f01
---
M modules/role/files/logstash/elasticsearch-template.json
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/90/392590/1

diff --git a/modules/role/files/logstash/elasticsearch-template.json 
b/modules/role/files/logstash/elasticsearch-template.json
index 43af20c..7351e96 100644
--- a/modules/role/files/logstash/elasticsearch-template.json
+++ b/modules/role/files/logstash/elasticsearch-template.json
@@ -113,6 +113,9 @@
             }
           }
         },
+        "debug_blob" : {
+          "enabled": false
+        },
         "host" : {
           "type" : "keyword",
           "index" : true,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c0bca1fe330fecf453151cad72936d33a1e5f01
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: DCausse <dcau...@wikimedia.org>

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

Reply via email to