diff --git a/observability/logging/logging-6.0/log6x-about.adoc b/observability/logging/logging-6.0/log6x-about.adoc index c6514c40d8bb..d51bde13b947 100644 --- a/observability/logging/logging-6.0/log6x-about.adoc +++ b/observability/logging/logging-6.0/log6x-about.adoc @@ -34,10 +34,12 @@ The Cluster Logging Operator manages the deployment and configuration of the col == Validation Logging includes extensive validation rules and default values to ensure a smooth and error-free configuration experience. The `ClusterLogForwarder` resource enforces validation checks on required fields, dependencies between fields, and the format of input values. Default values are provided for certain fields, reducing the need for explicit configuration in common scenarios. -=== Quick Start +== Quick Start .Prerequisites -* Cluster administrator permissions +* You have administrator permissions. +* You installed the {oc-first}. +* You have access to a supported object store. For example, AWS S3, Google Cloud Storage, {azure-short}, Swift, Minio, or {rh-storage}. .Procedure @@ -95,7 +97,7 @@ $ oc create sa collector -n openshift-logging $ oc adm policy add-cluster-role-to-user logging-collector-logs-writer -z collector -n openshift-logging ---- -. Install the Cluster Observability Operator. +. Install the link:https://docs.openshift.com/container-platform/4.16/observability/cluster_observability_operator/installing-the-cluster-observability-operator.html#installing-the-cluster-observability-operator-in-the-web-console-_installing_the_cluster_observability_operator[Cluster Observability Operator]. . Create a `UIPlugin` to enable the Log section in the Observe tab: +