Loki Log management integration
This section describes how to integrate your Aidbox with Loki.
Loki is a log aggregation system designed to store and query logs.
Loki logging
To enable Aidbox logs uploading into Loki, you need to set AIDBOX_LK_URL
environment variable.
By default, Aidbox sends logs as bundles of multiple records so if there's not enough data you won't see any logs in Loki. For testing purposes reduce bundle size to 1 record by setting environment variable:
AIDBOX_LK_BATCH_SIZE=1
Last updated