Skip to content

Commit d2a6a73

Browse files
authored
Merge pull request #94932 from max-cx/enterprise-4.16
[enterprise-4.16] OBSDOCS-1914: Clarify sending logs to LokiStack
2 parents 1bfbc19 + 21bdf33 commit d2a6a73

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

modules/otel-forwarding-logs-to-tempostack.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
[id="otel-forwarding-logs-to-tempostack_{context}"]
77
= Forwarding logs to a LokiStack instance
88

9-
You can deploy the OpenTelemetry Collector to forward logs to a LokiStack instance.
9+
You can deploy the OpenTelemetry Collector to forward logs to a `LokiStack` instance by using the `openshift-logging` tenants mode.
1010

1111
.Prerequisites
1212

1313
* The {OTELOperator} is installed.
1414
* The {loki-op} is installed.
15-
* A supported LokiStack instance is deployed on the cluster.
15+
* A supported `LokiStack` instance is deployed on the cluster. For more information about the supported `LokiStack` configuration, see _Logging_.
1616
1717
.Procedure
1818

@@ -28,7 +28,7 @@ metadata:
2828
namespace: openshift-logging
2929
----
3030

31-
. Create a cluster role that grants the Collector's service account the permissions to push logs to the LokiStack application tenant.
31+
. Create a cluster role that grants the Collector's service account the permissions to push logs to the `LokiStack` application tenant.
3232
+
3333
.Example `ClusterRole` object
3434
[source,yaml]

observability/otel/otel-forwarding-telemetry-data.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,3 @@ You can use the OpenTelemetry Collector to forward your telemetry data.
1111
include::modules/otel-forwarding-traces.adoc[leveloffset=+1]
1212

1313
include::modules/otel-forwarding-logs-to-tempostack.adoc[leveloffset=+1]
14-
15-
[role="_additional-resources"]
16-
.Additional resources
17-
18-
* xref:../logging/log_storage/installing-log-storage.adoc#installing-log-storage[Installing LokiStack log storage]

0 commit comments

Comments
 (0)