diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-06-15 12:53:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-15 12:53:48 -0400 |
commit | 96b98a07e6cc6a7fb437383d5716d8147dd22fcd (patch) | |
tree | 514a624dc4f992143b74f0a9d9a01c53c1a98094 /roles/openshift_logging/defaults | |
parent | 58960f7599c564c8e72ae8afb8d5a3804a4d7737 (diff) | |
parent | 1bbac1e2e1b3ecc0b5ff4a43cfcdd770c3060a51 (diff) | |
download | openshift-96b98a07e6cc6a7fb437383d5716d8147dd22fcd.tar.gz openshift-96b98a07e6cc6a7fb437383d5716d8147dd22fcd.tar.bz2 openshift-96b98a07e6cc6a7fb437383d5716d8147dd22fcd.tar.xz openshift-96b98a07e6cc6a7fb437383d5716d8147dd22fcd.zip |
Merge pull request #4356 from nhosoi/mux_params-0
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_logging/defaults')
-rw-r--r-- | roles/openshift_logging/defaults/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_logging/defaults/main.yml b/roles/openshift_logging/defaults/main.yml index 3c343c9dc..66d880d23 100644 --- a/roles/openshift_logging/defaults/main.yml +++ b/roles/openshift_logging/defaults/main.yml @@ -76,6 +76,8 @@ openshift_logging_fluentd_use_journal: "{{ openshift_hosted_logging_use_journal openshift_logging_fluentd_journal_source: "{{ openshift_hosted_logging_journal_source | default('') }}" openshift_logging_fluentd_journal_read_from_head: "{{ openshift_hosted_logging_journal_read_from_head | default('') }}" openshift_logging_fluentd_hosts: ['--all'] +openshift_logging_fluentd_buffer_queue_limit: 1024 +openshift_logging_fluentd_buffer_size_limit: 1m openshift_logging_es_host: logging-es openshift_logging_es_port: 9200 |