Skip to content

Commit 98b5c74

Browse files
committed
Incorporated QE review
1 parent 9650bb3 commit 98b5c74

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

modules/observe/proc-forward-audit-log-splunk.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,21 @@ oc -n openshift-logging create secret generic splunk-secret --from-literal=hecTo
5252
oc -n openshift-logging get secret/splunk-secret -o yaml
5353
----
5454
--
55+
. Create a basic `ClusterLogForwarder`resource YAML file as follows:
56+
+
57+
--
58+
.Example `ClusterLogForwarder`resource YAML file
59+
[source,yaml]
60+
----
61+
apiVersion: logging.openshift.io/v1
62+
kind: ClusterLogForwarder
63+
metadata:
64+
name: instance
65+
namespace: openshift-logging
66+
----
67+
68+
For more information, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/logging/index#logging-create-clf_configuring-log-forwarding[Creating a log forwarder].
69+
--
5570
. Define the following `ClusterLogForwarder` configuration using OpenShift web console or OpenShift CLI:
5671
.. Specify the `log-collector` as `serviceAccount` in the YAML file:
5772
+

0 commit comments

Comments
 (0)