mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
4a7f62efe570e262d65124750682d8ddea00412a
- `outputRefs` value is missing in Forwarding logs over HTTP documentation. - Here is the documentation link: https://docs.openshift.com/container-platform/4.16/observability/logging/log_collection_forwarding/configuring-log-forwarding.html#logging-http-forward_configuring-log-forwarding - This `outputRefs` value should be the same as the output name. - It is missing here. - Here is the current configuration: ~~~ apiVersion: logging.openshift.io/v1 kind: ClusterLogForwarder metadata: name: <log_forwarder_name> namespace: <log_forwarder_namespace> spec: serviceAccountName: <service_account_name> outputs: - name: httpout-app type: http url: http: headers: h1: v1 h2: v2 method: POST secret: name: tls: insecureSkipVerify: pipelines: - name: inputRefs: - application outputRefs: - ~~~ - Hence we need to add the `outputRefs` value here. - Here is the correct configuration: ~~~ ~~~
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
= OpenShift Documentation Welcome to the OpenShift documentation GitHub repository. To contribute to OpenShift docs, see https://github.com/openshift/openshift-docs/blob/master/contributing_to_docs/contributing.adoc
Description
Languages
HTML
33.5%
CSS
24%
Python
23.6%
JavaScript
10.8%
Shell
7%
Other
0.9%