server: http_listen_port: 9080 grpc_listen_port: 0 positions: filename: /tmp/positions.yaml clients: - url: http://loki:3100/loki/api/v1/push scrape_configs: # Application log files - job_name: app_logs static_configs: - targets: - localhost labels: job: app_logs __path__: /var/log/app/*.log # Docker container logs - job_name: docker static_configs: - targets: - localhost labels: job: docker __path__: /var/lib/docker/containers/*/*.log pipeline_stages: - json: expressions: stream: stream log: log - labels: stream: - output: source: log