diff options
author | Jeff Cantrill <jcantril@redhat.com> | 2017-09-21 11:57:52 -0400 |
---|---|---|
committer | Jeff Cantrill <jcantril@redhat.com> | 2017-09-22 13:58:22 -0400 |
commit | a0479918ccdaf2850829eea6285b30aa84a25818 (patch) | |
tree | 2bf77ea483aa98343130776685700776c202ab2a /roles/openshift_logging/README.md | |
parent | 9240e0d006198f910ea01d34d57f04f9ecd8e7e8 (diff) | |
download | openshift-a0479918ccdaf2850829eea6285b30aa84a25818.tar.gz openshift-a0479918ccdaf2850829eea6285b30aa84a25818.tar.bz2 openshift-a0479918ccdaf2850829eea6285b30aa84a25818.tar.xz openshift-a0479918ccdaf2850829eea6285b30aa84a25818.zip |
Remove logging ES_COPY feature
Diffstat (limited to 'roles/openshift_logging/README.md')
-rw-r--r-- | roles/openshift_logging/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_logging/README.md b/roles/openshift_logging/README.md index f283261c4..de3d19858 100644 --- a/roles/openshift_logging/README.md +++ b/roles/openshift_logging/README.md @@ -62,7 +62,6 @@ When `openshift_logging_install_logging` is set to `False` the `openshift_loggin - `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_limit`: The CPU limit for Fluentd pods. Defaults to '100m'. - `openshift_logging_fluentd_memory_limit`: The memory limit for Fluentd pods. Defaults to '512Mi'. -- `openshift_logging_fluentd_es_copy`: Whether or not to use the ES_COPY feature for Fluentd (DEPRECATED). Defaults to 'False'. - `openshift_logging_fluentd_use_journal`: *DEPRECATED - DO NOT USE* Fluentd will automatically detect whether or not Docker is using the journald log driver. - `openshift_logging_fluentd_journal_read_from_head`: If empty, Fluentd will use its internal default, which is false. - `openshift_logging_fluentd_hosts`: List of nodes that should be labeled for Fluentd to be deployed to. Defaults to ['--all']. |