diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-03-31 09:01:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-31 09:01:45 -0500 |
commit | adadbf656c7b791bee364633ef8706f5e94421f7 (patch) | |
tree | 5bb3a14a05802573f718761c6c34eb52f495e7fb /roles/openshift_logging/README.md | |
parent | 4ebf81f1d1b3a1277c1f3cae784882edbe183fe5 (diff) | |
parent | a222702ed4316f99eac497ac755c5349804c66d2 (diff) | |
download | openshift-adadbf656c7b791bee364633ef8706f5e94421f7.tar.gz openshift-adadbf656c7b791bee364633ef8706f5e94421f7.tar.bz2 openshift-adadbf656c7b791bee364633ef8706f5e94421f7.tar.xz openshift-adadbf656c7b791bee364633ef8706f5e94421f7.zip |
Merge pull request #3777 from jcantrill/es_logging
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_logging/README.md')
-rw-r--r-- | roles/openshift_logging/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_logging/README.md b/roles/openshift_logging/README.md index 570c41ecc..42f4fc72e 100644 --- a/roles/openshift_logging/README.md +++ b/roles/openshift_logging/README.md @@ -65,6 +65,7 @@ When both `openshift_logging_install_logging` and `openshift_logging_upgrade_log - `openshift_logging_es_cluster_size`: The number of ES cluster members. Defaults to '1'. - `openshift_logging_es_cpu_limit`: The amount of CPU limit for the ES cluster. Unused if not set - `openshift_logging_es_memory_limit`: The amount of RAM that should be assigned to ES. Defaults to '8Gi'. +- `openshift_logging_es_log_appenders`: The list of rootLogger appenders for ES logs which can be: 'file', 'console'. Defaults to 'file'. - `openshift_logging_es_pv_selector`: A key/value map added to a PVC in order to select specific PVs. Defaults to 'None'. - `openshift_logging_es_pvc_dynamic`: Whether or not to add the dynamic PVC annotation for any generated PVCs. Defaults to 'False'. - `openshift_logging_es_pvc_size`: The requested size for the ES PVCs, when not provided the role will not generate any PVCs. Defaults to '""'. |