Skip to main content

Loki

Grafana Loki is a horizontally scalable, highly available log ingestion and querying system.

Configuration​

Environment Variables​

ACTIVITY__TYPE=loki
ACTIVITY__LOKI__ENDPOINT=http://localhost:3100

YAML Configuration​

activity:
type: loki
loki:
endpoint: http://localhost:3100
VariableDescriptionDefaultRequired
ACTIVITY__TYPEActivity provider type-✅
ACTIVITY__LOKI__ENDPOINTLoki endpoint URL (must be valid HTTP)-✅