Skip to content

Fluent Bit push log from WINDOW to Loki

Published: at 12:00 AMSuggest Changes
[INPUT]
    Name         tail
    Path		 C:\Website\abc\logs\server.log_*

[OUTPUT]
    Name        loki
    Match       *
    Host        x.x.x.x
    Port        3100
    Uri         /loki/api/v1/push
    Labels      job=backend-A, hostname=backend-A
Restart-Service fluent-bit
get-Service fluent-bit | format-list

Previous Post
How to easy debug request in pod or everywhere want
Next Post
Git notes