summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/README.md
diff options
context:
space:
mode:
authorJeff Cantrill <jcantril@redhat.com>2018-01-26 16:39:33 -0500
committerJeff Cantrill <jcantril@redhat.com>2018-01-26 16:39:33 -0500
commitf857a66e7ce1d1205aedcd0fd34f1bbb6afa726c (patch)
treec60eb14d5e4db388962ae8a409f8473849fb9a14 /roles/openshift_logging/README.md
parent13e73c31a827d6fca810e120a7b3b6573b2eeb4b (diff)
downloadopenshift-f857a66e7ce1d1205aedcd0fd34f1bbb6afa726c.tar.gz
openshift-f857a66e7ce1d1205aedcd0fd34f1bbb6afa726c.tar.bz2
openshift-f857a66e7ce1d1205aedcd0fd34f1bbb6afa726c.tar.xz
openshift-f857a66e7ce1d1205aedcd0fd34f1bbb6afa726c.zip
allow setting of kibana env vars
Diffstat (limited to 'roles/openshift_logging/README.md')
-rw-r--r--roles/openshift_logging/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_logging/README.md b/roles/openshift_logging/README.md
index a192bd67e..c438236a4 100644
--- a/roles/openshift_logging/README.md
+++ b/roles/openshift_logging/README.md
@@ -58,6 +58,7 @@ When `openshift_logging_install_logging` is set to `False` the `openshift_loggin
- `openshift_logging_kibana_replica_count`: The number of replicas Kibana should be scaled up to. Defaults to 1.
- `openshift_logging_kibana_nodeselector`: A map of labels (e.g. {"node":"infra","region":"west"} to select the nodes where the pod will land.
- `openshift_logging_kibana_edge_term_policy`: Insecure Edge Termination Policy. Defaults to Redirect.
+- `openshift_logging_kibana_env_vars`: A map of environment variables to add to the kibana deployment config (e.g. {"ELASTICSEARCH_REQUESTTIMEOUT":"30000"})
- `openshift_logging_fluentd_nodeselector`: The node selector that the Fluentd daemonset uses to determine where to deploy to. Defaults to '"logging-infra-fluentd": "true"'.
- `openshift_logging_fluentd_cpu_request`: The minimum amount of CPU to allocate for Fluentd collector pods. Defaults to '100m'.