Skip to content

Commit fb56db2

Browse files
authored
Merge pull request #64340 from abrennan89/OBSDOCS-106
OBSDOCS-106: Remove outdated configmap refs
2 parents 09c2aeb + eefb52a commit fb56db2

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

logging/cluster-logging-external.adoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ To send audit logs to the default internal Elasticsearch log store, use the Clus
1818

1919
When you forward logs externally, the {logging} creates or modifies a Fluentd config map to send logs using your desired protocols. You are responsible for configuring the protocol on the external log aggregator.
2020

21-
[IMPORTANT]
22-
====
23-
You cannot use the config map methods and the Cluster Log Forwarder in the same cluster.
24-
====
25-
26-
// The following include statements pull in the module files that comprise
27-
// the assembly. Include any combination of concept, procedure, or reference
28-
// modules required to cover the user story. You can also include other
29-
// assemblies.
30-
3121
include::modules/cluster-logging-collector-log-forwarding-about.adoc[leveloffset=+1]
3222

3323
include::modules/cluster-logging-forwarding-separate-indices.adoc[leveloffset=+1]

modules/cluster-logging-collector-log-forward-fluentd.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ You can use the Fluentd *forward* protocol to send a copy of your logs to an ext
66

77
To configure log forwarding using the *forward* protocol, you must create a `ClusterLogForwarder` custom resource (CR) with one or more outputs to the Fluentd servers, and pipelines that use those outputs. The Fluentd output can use a TCP (insecure) or TLS (secure TCP) connection.
88

9-
[NOTE]
10-
====
11-
Alternately, you can use a config map to forward logs using the *forward* protocols. However, this method is deprecated in {product-title} and will be removed in a future release.
12-
====
13-
149
.Prerequisites
1510

1611
* You must have a logging server that is configured to receive the logging data using the specified protocol or format.

modules/cluster-logging-collector-log-forward-syslog.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ You can use the *syslog* link:https://tools.ietf.org/html/rfc3164[RFC3164] or li
66

77
To configure log forwarding using the *syslog* protocol, you must create a `ClusterLogForwarder` custom resource (CR) with one or more outputs to the syslog servers, and pipelines that use those outputs. The syslog output can use a UDP, TCP, or TLS connection.
88

9-
//SME-Feedback-Req: Is the below note accurate?
10-
[NOTE]
11-
====
12-
Alternately, you can use a config map to forward logs using the *syslog* RFC3164 protocols. However, this method is deprecated in {product-title} and will be removed in a future release.
13-
====
14-
159
.Prerequisites
1610

1711
* You must have a logging server that is configured to receive the logging data using the specified protocol or format.

0 commit comments

Comments
 (0)