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

Change subject: kibana: increase max payload size
......................................................................

kibana: increase max payload size

We are running into issues related to kibana upgrade and the high number
of fields we use. Increasing to 2MB was not sufficient, 4MB should work.

Bug: T178412
Change-Id: Ie77358b1d6641a5647f20d3885faac77b8edeb94
---
M modules/kibana/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/58/395958/1

diff --git a/modules/kibana/manifests/init.pp b/modules/kibana/manifests/init.pp
index 5922cf1..4e77a1d 100644
--- a/modules/kibana/manifests/init.pp
+++ b/modules/kibana/manifests/init.pp
@@ -25,7 +25,7 @@
         content => ordered_yaml({
             'kibana.defaultAppId'    => $default_app_id,
             'logging.quiet'          => true,
-            'server.maxPayloadBytes' => 2097152,
+            'server.maxPayloadBytes' => 4194304, # 4MB (yes, this is a crazy 
limit, we need to reduce the number of fields)
         }),
         mode    => '0444',
         require => Package['kibana'],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie77358b1d6641a5647f20d3885faac77b8edeb94
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gehel <guillaume.leder...@wikimedia.org>

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

Reply via email to