Skip to content

Commit 3c4d60f

Browse files
committed
Updated according to review, add OpenSearch and VRL links
1 parent b0016d3 commit 3c4d60f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/concepts/pages/observability/telemetry.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:page-aliases: ../telemetry.adoc
33
:env-filter-syntax: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#example-syntax
44
:vector-helm-chart: https://github.com/vectordotdev/helm-charts/tree/develop/charts/vector
5+
:vector-VRL: https://vector.dev/docs/reference/vrl/
56

67
[NOTE]
78
====
@@ -97,7 +98,7 @@ telemetry:
9798

9899
== OpenTelemetry with Vector
99100

100-
OpenTelemetry signals can be configured to behave like xref:logging.adoc[product logging]. Using the {vector-helm-chart}[Vector Helm Chart] requires `containerPorts`, `service.ports`, and `customConfig.sources.otel` to be configured:
101+
OpenTelemetry log signals can be configured to look like xref:logging.adoc[product logging]. Using the {vector-helm-chart}[Vector Helm Chart] and {vector-VRL}[Vector Remap Language (VRL)] which requires `containerPorts`, `service.ports`, and `customConfig.sources.otel` to be configured:
101102

102103
[source,yaml]
103104
----
@@ -133,10 +134,9 @@ telemetry:
133134
endpoint: http://vector-aggregator.<namespace>.svc.cluster.local:4317
134135
----
135136

136-
=== Normalizing operator logs to the Stackable log schema
137+
=== Normalizing operator OTEL logs to the Stackable log schema
137138

138-
Stackable Operators do not run Vector sidecars. Using OpenSearch, a VRL transform that maps the OTLP fields onto the
139-
xref:tutorials:logging-vector-aggregator.adoc#_watch_the_logs[Stackable log schema] is needed to avoid re-indexing:
139+
Stackable Operators do not run Vector sidecars. Using e.g. xref:opensearch:getting_started/index.adoc[OpenSearch], a {vector-VRL}[VRL] transformer that maps the OTLP fields onto the xref:tutorials:logging-vector-aggregator.adoc#_watch_the_logs[Stackable log schema] is needed to avoid re-indexing:
140140

141141
[source,yaml]
142142
----

0 commit comments

Comments
 (0)