Skip to content

Commit 553f0ff

Browse files
committed
Manual CP main fix #67428
1 parent 86ee5ed commit 553f0ff

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

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

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,20 @@ spec:
2828
url: 'tls://fluentdserver.security.example.com:24224' <5>
2929
secret: <6>
3030
name: fluentd-secret
31-
passphrase: phrase <7>
3231
- name: fluentd-server-insecure
3332
type: fluentdForward
3433
url: 'tcp://fluentdserver.home.example.com:24224'
3534
pipelines:
36-
- name: forward-to-fluentd-secure <8>
37-
inputRefs: <9>
35+
- name: forward-to-fluentd-secure <7>
36+
inputRefs: <8>
3837
- application
3938
- audit
4039
outputRefs:
41-
- fluentd-server-secure <10>
42-
- default <11>
40+
- fluentd-server-secure <9>
41+
- default <10>
4342
labels:
44-
clusterId: "C1234" <12>
45-
- name: forward-to-fluentd-insecure <13>
43+
clusterId: "C1234" <11>
44+
- name: forward-to-fluentd-insecure <12>
4645
inputRefs:
4746
- infrastructure
4847
outputRefs:
@@ -56,13 +55,12 @@ spec:
5655
<4> Specify the `fluentdForward` type.
5756
<5> Specify the URL and port of the external Fluentd instance as a valid absolute URL. You can use the `tcp` (insecure) or `tls` (secure TCP) protocol. If the cluster-wide proxy using the CIDR annotation is enabled, the output must be a server name or FQDN, not an IP address.
5857
<6> If using a `tls` prefix, you must specify the name of the secret required by the endpoint for TLS communication. The secret must exist in the `openshift-logging` project, and must have keys of: *tls.crt*, *tls.key*, and *ca-bundle.crt* that point to the respective certificates that they represent.
59-
<7> Optional: Specify the password or passphrase that protects the private key file.
60-
<8> Optional: Specify a name for the pipeline.
61-
<9> Specify which log types to forward by using the pipeline: `application,` `infrastructure`, or `audit`.
62-
<10> Specify the name of the output to use when forwarding logs with this pipeline.
63-
<11> Optional: Specify the `default` output to forward logs to the internal Elasticsearch instance.
64-
<12> Optional: String. One or more labels to add to the logs.
65-
<13> Optional: Configure multiple outputs to forward logs to other external log aggregators of any supported type:
58+
<7> Optional: Specify a name for the pipeline.
59+
<8> Specify which log types to forward by using the pipeline: `application,` `infrastructure`, or `audit`.
60+
<9> Specify the name of the output to use when forwarding logs with this pipeline.
61+
<10> Optional: Specify the `default` output to forward logs to the internal Elasticsearch instance.
62+
<11> Optional: String. One or more labels to add to the logs.
63+
<12> Optional: Configure multiple outputs to forward logs to other external log aggregators of any supported type:
6664
** A name to describe the pipeline.
6765
** The `inputRefs` is the log type to forward by using the pipeline: `application,` `infrastructure`, or `audit`.
6866
** The `outputRefs` is the name of the output to use.

0 commit comments

Comments
 (0)