From ebca8fa0c76ab48d761fe40404c9f2d22c289a78 Mon Sep 17 00:00:00 2001 From: Steve Tran Date: Fri, 10 Nov 2017 16:14:26 -0500 Subject: [PATCH] Fixed typo in section about remote-syslog The parameter should be REMOVE_TAG_PREFIX, not REMOTE_TAG_PREFIX. I verified that this is just a documentation bug, the code is correct. --- install_config/aggregate_logging.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_config/aggregate_logging.adoc b/install_config/aggregate_logging.adoc index 6c296d97ef91..d1841e6527c7 100644 --- a/install_config/aggregate_logging.adoc +++ b/install_config/aggregate_logging.adoc @@ -1069,7 +1069,7 @@ fluent-plugin-remote-syslog gem | The default is set to `false`. Set to `true` to use the record's severity and facility fields to set on the syslog message -|`openshift_logging_fluentd_remote_syslog_remote_tag_prefix` +|`openshift_logging_fluentd_remote_syslog_remove_tag_prefix` | Removes the prefix from the tag, defaults to `''` (empty) |`openshift_logging_fluentd_remote_syslog_tag_key` @@ -1107,7 +1107,7 @@ fluent-plugin-remote-syslog gem | The default is set to `false`. Set to `true` to use the record's severity and facility fields to set on the syslog message -|`openshift_logging_mux_remote_syslog_remote_tag_prefix` +|`openshift_logging_mux_remote_syslog_remove_tag_prefix` | Removes the prefix from the tag, defaults to `''` (empty) |`openshift_logging_mux_remote_syslog_tag_key`