From 5f761c7161aa8ed2f5a564ef0ea4962ae5e9f516 Mon Sep 17 00:00:00 2001 From: Ashleigh Brennan Date: Tue, 26 Mar 2024 09:56:19 -0500 Subject: [PATCH] OBSDOCS-804: Update description for LokiStack tenant field --- modules/create-lokistack-cr-cli.adoc | 5 +++-- modules/create-lokistack-cr-console.adoc | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/create-lokistack-cr-cli.adoc b/modules/create-lokistack-cr-cli.adoc index dbd08718adad..9547670d2a1d 100644 --- a/modules/create-lokistack-cr-cli.adoc +++ b/modules/create-lokistack-cr-cli.adoc @@ -37,14 +37,15 @@ spec: type: s3 # <3> storageClassName: # <4> tenants: - mode: openshift-logging + mode: openshift-logging # <5> ---- <1> Specify the deployment size. In the {logging} 5.8 and later versions, the supported size options for production instances of Loki are `1x.extra-small`, `1x.small`, or `1x.medium`. <2> Specify the name of your log store secret. <3> Specify the type of your log store secret. <4> Specify the name of a storage class for temporary storage. For best performance, specify a storage class that allocates block storage. Available storage classes for your cluster can be listed by using the `oc get storageclasses` command. +<5> LokiStack defaults to running in multi-tenant mode, which cannot be modified. One tenant is provided for each log type: audit, infrastructure, and application logs. This enables access control for individual users and user groups to different log streams. -. Apply the `LokiStack` CR: +. Apply the `LokiStack` CR by running the following command: + [source,terminal] ---- diff --git a/modules/create-lokistack-cr-console.adoc b/modules/create-lokistack-cr-console.adoc index fc03fe965257..83c4ec0589ea 100644 --- a/modules/create-lokistack-cr-console.adoc +++ b/modules/create-lokistack-cr-console.adoc @@ -40,10 +40,11 @@ spec: type: s3 # <4> storageClassName: # <5> tenants: - mode: openshift-logging + mode: openshift-logging # <6> ---- <1> Use the name `logging-loki`. <2> Specify the deployment size. In the {logging} 5.8 and later versions, the supported size options for production instances of Loki are `1x.extra-small`, `1x.small`, or `1x.medium`. <3> Specify the secret used for your log storage. <4> Specify the corresponding storage type. <5> Enter the name of a storage class for temporary storage. For best performance, specify a storage class that allocates block storage. Available storage classes for your cluster can be listed by using the `oc get storageclasses` command. +<6> LokiStack defaults to running in multi-tenant mode, which cannot be modified. One tenant is provided for each log type: audit, infrastructure, and application logs. This enables access control for individual users and user groups to different log streams.