Skip to content

Commit

Permalink
more info
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Oct 19, 2023
1 parent 61c828e commit 89c3145
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modules/concepts/pages/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 89c3145

Please sign in to comment.