Skip to content

Commit 8359806

Browse files
authored
Merge pull request #13367 from mburke5678/logging-remove-mux
Remove references to the Mux service from docs
2 parents 231d13d + fe1efab commit 8359806

File tree

4 files changed

+3
-122
lines changed

4 files changed

+3
-122
lines changed

logging/efk-logging-fluentd.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ include::modules/efk-logging-fluentd-log-rotation.adoc[leveloffset=+1]
2323

2424
include::modules/efk-logging-external-fluentd.adoc[leveloffset=+1]
2525

26-
include::modules/efk-logging-fluentd-connections.adoc[leveloffset=+1]
27-
2826
include::modules/efk-logging-fluentd-throttling.adoc[leveloffset=+1]
2927

3028

modules/efk-logging-external-syslog.adoc

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Use the `fluent-plugin-remote-syslog` plug-in on the host to send logs to an
99
external syslog server.
1010

11-
Set environment variables in the `logging-fluentd` or `logging-mux` deployment
11+
Set environment variables in the `logging-fluentd` deployment
1212
configurations:
1313

1414
[source,yaml]
@@ -27,7 +27,7 @@ receiving messages on the default port of `514`, while `host2` will be receiving
2727
the same messages on port `5555`.
2828

2929
Alternatively, you can configure your own custom *_fluent.conf_* in the
30-
`logging-fluentd` or `logging-mux` ConfigMaps.
30+
`logging-fluentd` ConfigMaps.
3131

3232
**Fluentd Environment Variables**
3333

@@ -109,41 +109,3 @@ set the tag on the syslog message.
109109
set the payload on the syslog message.
110110
|===
111111
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-
////

modules/efk-logging-fluentd-connections.adoc

Lines changed: 0 additions & 79 deletions
This file was deleted.

modules/efk-logging-systemd-scaling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
= Scaling up systemd-journald and rsyslog
77

88
As you scale up your project, the default logging environment might need some
9-
adjustments. After updating to *systemd-219-22.el7.x86_64*, we added:
9+
adjustments. After updating to *systemd-219-22.el7.x86_64*, add:
1010

1111
----
1212
$IMUXSockRateLimitInterval 0

0 commit comments

Comments
 (0)