Loki Log management integration
This section describes how to integrate your Aidbox with Loki.
Last updated
Was this helpful?
This section describes how to integrate your Aidbox with Loki.
Last updated
Was this helpful?
is a log aggregation system designed to store and query logs.
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