You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/cluster-logging-collector-syslog.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ There are two versions of the Fluentd syslog plug-in:
22
22
* *out_syslog*: The non-buffered implementation, which communicates through UDP, does not buffer data and writes out results immediately.
23
23
* *out_syslog_buffered*: The buffered implementation, which communicates through TCP, link:https://docs.fluentd.org/buffer[buffers data into chunks].
24
24
25
-
To configure the Fluentd syslog plug-in, create a configuration file, called `sysconfig.conf`, with the information needed to forward the logs. Then use that file to create a ConfigMap called `syslog` in the `openshift-logging` namespace, which {product-title} uses when forwarding the logs. On the receiver, configure the *in_syslog* plug-in to receive the logs from {product-title}. For more information on using the *in_forward* plug-in, see the link:https://docs.fluentd.org/input/syslog[Fluentd documentation].
25
+
To configure the Fluentd syslog plug-in, create a configuration file, called `syslog.conf`, with the information needed to forward the logs. Then use that file to create a ConfigMap called `syslog` in the `openshift-logging` namespace, which {product-title} uses when forwarding the logs. On the receiver, configure the *in_syslog* plug-in to receive the logs from {product-title}. For more information on using the *in_forward* plug-in, see the link:https://docs.fluentd.org/input/syslog[Fluentd documentation].
26
26
27
27
[IMPORTANT]
28
28
====
@@ -31,7 +31,7 @@ Changes introduced by the new log forward feature modified the support for Fluen
31
31
32
32
You can use multiple syslog servers by specifying separate `<store>` stanzas in the configuration file.
33
33
34
-
.Sample `sysconfig.conf`
34
+
.Sample `syslog.conf`
35
35
----
36
36
<store>
37
37
@type syslog_buffered <1>
@@ -62,7 +62,7 @@ payload_key message <10>
62
62
// Above definitions from https://github.com/docebo/fluent-plugin-remote-syslog
63
63
64
64
65
-
.Sample `syslog` ConfigMap based on the sample `sysconfig.conf`
65
+
.Sample `syslog` ConfigMap based on the sample `syslog.conf`
0 commit comments