Commit 9732789
Update cluster-logging-collector-limits.adoc
Wrong command in logging 6 documentation
Here is the documentation link:
https://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.3/html/configuring_logging/cluster-logging-collector#cluster-logging-collector-limits_cluster-logging-collector
Current Look:
Edit the ClusterLogForwarder CR in the openshift-logging project:
$ oc -n openshift-logging edit ClusterLogging instance
This is a command referencing the `ClusterLogging` instance
But here we are editing the ClusterLogForwarder CR in the openshift-logging project.
Hence, it needs to be changed with ClusterLogForwarder or obsclf.
Updated Look:
Edit the ClusterLogForwarder CR in the openshift-logging project:
$ oc -n openshift-logging edit clusterlogforwarder.observability.openshift.io <clf_name>
This is the correct format.1 parent 3b96cb4 commit 9732789
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments