8
8
Use the `fluent-plugin-remote-syslog` plug-in on the host to send logs to an
9
9
external syslog server.
10
10
11
- Set environment variables in the `logging-fluentd` or `logging-mux` deployment
11
+ Set environment variables in the `logging-fluentd` deployment
12
12
configurations:
13
13
14
14
[source,yaml]
@@ -27,7 +27,7 @@ receiving messages on the default port of `514`, while `host2` will be receiving
27
27
the same messages on port `5555`.
28
28
29
29
Alternatively, you can configure your own custom *_fluent.conf_* in the
30
- `logging-fluentd` or `logging-mux` ConfigMaps.
30
+ `logging-fluentd` ConfigMaps.
31
31
32
32
**Fluentd Environment Variables**
33
33
@@ -109,41 +109,3 @@ set the tag on the syslog message.
109
109
set the payload on the syslog message.
110
110
|===
111
111
112
- **Mux Logging Ansible Variables**
113
-
114
- [cols="3,7",options="header"]
115
- |===
116
- |Parameter |Description
117
-
118
- |`openshift_logging_mux_remote_syslog`
119
- |The default is set to `false`. Set to `true` to enable use of the
120
- fluent-plugin-remote-syslog gem.
121
-
122
- |`openshift_logging_mux_remote_syslog_host`
123
- |Hostname or IP address of the remote syslog server, this is mandatory.
124
-
125
- |`openshift_logging_mux_remote_syslog_port`
126
- |Port number to connect on, defaults to `514`.
127
-
128
- |`openshift_logging_mux_remote_syslog_severity`
129
- |Set the syslog severity level, defaults to `debug`.
130
-
131
- |`openshift_logging_mux_remote_syslog_facility`
132
- |Set the syslog facility, defaults to `local0`.
133
-
134
- |`openshift_logging_mux_remote_syslog_use_record`
135
- |The default is set to `false`. Set to `true` to use the record's severity
136
- and facility fields to set on the syslog message.
137
-
138
- |`openshift_logging_mux_remote_syslog_remove_tag_prefix`
139
- |Removes the prefix from the tag, defaults to `''` (empty).
140
-
141
- |`openshift_logging_mux_remote_syslog_tag_key`
142
- |If string is specified, uses this field as the key to look on the record, to
143
- set the tag on the syslog message.
144
-
145
- |`openshift_logging_mux_remote_syslog_payload_key`
146
- |If string is specified, uses this field as the key to look on the record, to
147
- set the payload on the syslog message.
148
- |===
149
- ////
0 commit comments