1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/observability/logging
Prithviraj Patil 13d0085d9e Need to add separate code blocks under step 7 of of Quick Start docs
- Need to add separate code blocks under step 7 of of Quick Start docs
- Here is the documentation link:
https://docs.openshift.com/container-platform/4.18/observability/logging/logging-6.0/log6x-about.html#quick-start

- As per the standard rule, using more than one command per code block is not recommended.

- Hence we need to mention 3 separate code blocks for above 3 commands.
Here is the updated look of the documentation:
$ oc adm policy add-cluster-role-to-user collect-application-logs -z collector -n openshift-logging
$ oc adm policy add-cluster-role-to-user collect-audit-logs -z collector -n openshift-logging
$ oc adm policy add-cluster-role-to-user collect-infrastructure-logs -z collector -n openshift-logging

Updated: Need to add separate code blocks under step 7 of of Quick Start docs

- Need to add separate code blocks under step 7 of of Quick Start docs
- Here is the documentation link: https://docs.openshift.com/container-platform/4.18/observability/logging/logging-6.0/log6x-about.html#quick-start

- As per the standard rule, using more than one command per code block is not recommended.

- Hence we need to mention 3 separate code blocks for above 3 commands.
- Here is the updated look of the documentation:

~~~
$ oc adm policy add-cluster-role-to-user collect-application-logs -z collector -n openshift-logging
~~~
~~~
 $ oc adm policy add-cluster-role-to-user collect-audit-logs -z collector -n openshift-logging
~~~
~~~
$ oc adm policy add-cluster-role-to-user collect-infrastructure-logs -z collector -n openshift-logging
~~~

Co-authored-by: Max Leonov <mleonov@redhat.com>
2025-04-17 06:48:39 +00:00
..
2024-09-17 12:27:15 -04:00
2025-04-11 10:06:24 +01:00
2025-04-11 10:06:24 +01:00