From 89c314513e155fc070cb0dea43b07c63d1dad38a Mon Sep 17 00:00:00 2001 From: Felix Hennig Date: Thu, 19 Oct 2023 16:13:18 +0200 Subject: [PATCH] more info --- modules/concepts/pages/logging.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/concepts/pages/logging.adoc b/modules/concepts/pages/logging.adoc index f886365d1..e19e8ddb8 100644 --- a/modules/concepts/pages/logging.adoc +++ b/modules/concepts/pages/logging.adoc @@ -45,7 +45,9 @@ If a sink is unavailable, it will buffer the log messages. It is also the single point where the sinks are configured, so the sinks are decoupled from the individual product configurations and only needs to be configured in this single location for the whole platform. [#configuration] -== Identical configuration in each product +== Configuration + +=== Identical configuration structure in each product Logging configuration usually requires configuration what to log, where to log it and in which format. Usually you want to persist logs but also view them on the fly in a console, and possibly both of these in different formats. @@ -96,6 +98,11 @@ Also the log levels per module are container specific. Following the Stackable xref::roles-and-role-groups.adoc[roles and role groups] concept, this configuration fragment can be set either at role or role group level. +=== Configuring the Aggregator + +Follow the https://vector.dev/docs/setup/installation/package-managers/helm/#aggregator[installation instructions] for the aggregator. +Configure a https://vector.dev/docs/reference/configuration/sources/vector/[Vector source] at adress `0.0.0.0:6000` and configure sinks and additional settings according to your needs. + === Configuring the aggregator location 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.