Logging & log aggregation
The logs can be forwarded to a Vector log aggregator by providing a discovery ConfigMap for the aggregator and by enabling the log agent:
spec:
vectorAggregatorConfigMapName: vector-aggregator-discovery
nameNodes:
config:
logging:
enableVectorAgent: true
dataNodes:
config:
logging:
enableVectorAgent: true
journalNodes:
config:
logging:
enableVectorAgent: true
Further information on how to configure logging, can be found in Logging.