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
<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.
58
57
<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:
66
64
** A name to describe the pipeline.
67
65
** The `inputRefs` is the log type to forward by using the pipeline: `application,``infrastructure`, or `audit`.
68
66
** The `outputRefs` is the name of the output to use.
0 commit comments