Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions fluent-bit/fluent-bit.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
remove_keys container_id,ecs_task_arn
http_user ${LOKI_HTTP_USER}
http_passwd ${LOKI_HTTP_PASSWD}
Host ${LOKI_HOST}
Port ${LOKI_PORT}
URI /loki/api/v1/push
host ${LOKI_HOST}
port ${LOKI_PORT}
tls on
line_format key_value

Expand Down