Skip to content

Instantly share code, notes, and snippets.

@ericlake
Last active May 30, 2017 19:01
Show Gist options
  • Save ericlake/d1571be0ed60dc113b3d4797ccc3414d to your computer and use it in GitHub Desktop.
Save ericlake/d1571be0ed60dc113b3d4797ccc3414d to your computer and use it in GitHub Desktop.
relevant logging section
# Logging configuration
openshift_logging_image_version=v1.5.1
openshift_logging_use_ops=false
openshift_logging_public_master_url=https://rsi.example.net
openshift_logging_namespace=logging
openshift_logging_install_logging=true
openshift_logging_kibana_hostname=logs.rsi.example.net
openshift_logging_kibana_key=/certs/rsi.example.net.key
openshift_logging_kibana_cert=/certs/rsi.example.net.crt
openshift_logging_kibana_ca=/certs/thawte-bundle.crt
openshift_logging_es_cluster_size=5
openshift_logging_es_memory_limit=16G
openshift_logging_es_pvc_size=200G
openshift_logging_es_pvc_prefix=logging-es
openshift_logging_es_nodeselector={"region":"infra"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment