Skip to content

Commit a729957

Browse files
authored
Merge pull request #73739 from abrennan89/OBSDOCS-804
OBSDOCS-804: Update description for LokiStack tenant field
2 parents b9d5dec + 86c3b14 commit a729957

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

modules/create-lokistack-cr-cli.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ spec:
3737
type: s3 # <3>
3838
storageClassName: <storage_class_name> # <4>
3939
tenants:
40-
mode: openshift-logging
40+
mode: openshift-logging # <5>
4141
----
4242
<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`.
4343
<2> Specify the name of your log store secret.
4444
<3> Specify the type of your log store secret.
4545
<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.
46+
<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.
4647

47-
. Apply the `LokiStack` CR:
48+
. Apply the `LokiStack` CR by running the following command:
4849
+
4950
[source,terminal]
5051
----

modules/create-lokistack-cr-console.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ spec:
4040
type: s3 # <4>
4141
storageClassName: <storage_class_name> # <5>
4242
tenants:
43-
mode: openshift-logging
43+
mode: openshift-logging # <6>
4444
----
4545
<1> Use the name `logging-loki`.
4646
<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`.
4747
<3> Specify the secret used for your log storage.
4848
<4> Specify the corresponding storage type.
4949
<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.
50+
<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.

0 commit comments

Comments
 (0)