From 59955a8263a106d74599a67318c604aaf7fc2f05 Mon Sep 17 00:00:00 2001 From: Gwynne Monahan Date: Wed, 23 Jul 2025 13:29:34 -0500 Subject: [PATCH] OSDOCS-15503 Vale updates for network-observability-loki-secret.adoc --- modules/network-observability-loki-secret.adoc | 7 ++++--- .../network_observability/installing-operators.adoc | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/network-observability-loki-secret.adoc b/modules/network-observability-loki-secret.adoc index 36689163f8..2b43cfdefa 100644 --- a/modules/network-observability-loki-secret.adoc +++ b/modules/network-observability-loki-secret.adoc @@ -6,9 +6,10 @@ [id="network-observability-loki-secret_{context}"] = Creating a secret for Loki storage -The {loki-op} supports a few log storage options, such as AWS S3, Google Cloud Storage, Azure, Swift, Minio, OpenShift Data Foundation. The following example shows how to create a secret for AWS S3 storage. The secret created in this example, `loki-s3`, is referenced in "Creating a LokiStack resource". You can create this secret in the web console or CLI. +The {loki-op} supports a few log storage options, such as AWS S3, Google Cloud Storage, Azure, Swift, Minio, {rh-storage}. The following example shows how to create a secret for AWS S3 storage. The secret created in this example, `loki-s3`, is referenced in "Creating a LokiStack custom resource". You can create this secret in the web console or CLI. -. Using the web console, navigate to the *Project* -> *All Projects* dropdown and select *Create Project*. Name the project `netobserv` and click *Create*. +. Using the web console, navigate to the *Project* -> *All Projects* dropdown and select *Create Project*. +. Name the project `netobserv` and click *Create*. . Navigate to the Import icon, *+*, in the top right corner. Paste your YAML file into the editor. + The following shows an example secret YAML file for S3 storage: @@ -30,4 +31,4 @@ stringData: <1> The installation examples in this documentation use the same namespace, `netobserv`, across all components. You can optionally use a different namespace for the different components .Verification -* Once you create the secret, you should see it listed under *Workloads* -> *Secrets* in the web console. +* After you create the secret, you view the secret listed under *Workloads* -> *Secrets* in the web console. \ No newline at end of file diff --git a/observability/network_observability/installing-operators.adoc b/observability/network_observability/installing-operators.adoc index 9a8b74459e..23052320e9 100644 --- a/observability/network_observability/installing-operators.adoc +++ b/observability/network_observability/installing-operators.adoc @@ -20,6 +20,7 @@ include::modules/network-observability-loki-install.adoc[leveloffset=+1] include::modules/network-observability-loki-secret.adoc[leveloffset=+2] [role="_additional-resources"] .Additional resources +* xref:../../observability/network_observability/installing-operators.adoc#network-observability-lokistack-create_network_observability[Creating a LokiStack custom resource] * xref:../../observability/network_observability/flowcollector-api.adoc#network-observability-flowcollector-api-specifications_network_observability[Flow Collector API Reference] * xref:../../observability/network_observability/configuring-operator.adoc#network-observability-flowcollector-view_network_observability[Flow Collector sample resource] //* xref :../../observability/logging/log_storage/installing-log-storage.adoc#logging-loki-storage_installing-log-storage[Loki object storage]