Skip to content

Commit 3e36670

Browse files
committed
Add more hints about the Vector Aggregator setup
1 parent e5d9742 commit 3e36670

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

modules/concepts/pages/observability/logging.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,16 @@ Configure a {vector-source-vector}[Vector source{external-link-icon}^] at adress
130130
Every product also has a `vectorAggregatorConfigMapName` property in its spec that needs to be set to the name of the ConfigMap that contains the address of the aggregator.
131131
The field is called `ADDRESS` and the value could be `vector-aggregator:6000` if you're running the aggregator behind a service named `vector-aggregator`.
132132

133+
[source,yaml]
134+
----
135+
apiVersion: v1
136+
kind: ConfigMap
137+
metadata:
138+
name: vector-aggregator-discovery
139+
data:
140+
ADDRESS: vector-aggregator.vector:6000
141+
----
142+
133143
== Custom overrides
134144

135145
As with many parts of the Stackable platform, custom overrides are supported as well, by supplying your own logging configuration file.

0 commit comments

Comments
 (0)