commit | 5f290afada413f4566bab019e6da6315a719f110 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Thu Jan 16 11:20:13 2020 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Thu Jan 16 11:20:13 2020 +0000 |
tree | 91c6c79b3b562a10606b448a07ddf54422d1082b | |
parent | ab6289f6ded13c56eb3be340c5ece184529e7499 [diff] | |
parent | d82db804b957d4db0c6f6412e480f51af0a38edd [diff] |
Merge "Enabled proxy buffer resizing for Kibana's public endpoint to avoid 502s."
diff --git a/nginx/server/proxy/stacklight/kibana.yml b/nginx/server/proxy/stacklight/kibana.yml index 1120c9c..7468c4a 100644 --- a/nginx/server/proxy/stacklight/kibana.yml +++ b/nginx/server/proxy/stacklight/kibana.yml
@@ -11,6 +11,10 @@ host: ${_param:stacklight_monitor_address} port: 5601 protocol: http + buffer: + size: 16 + number: 8 + busy: 32 host: name: ${_param:cluster_public_host} port: 5601