Skip to content
Go back

Fluent Bit push log from WINDOW to Loki

Edit page
[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

Edit page
Share this post on:

Previous Post
Git notes
Next Post
How to install node exporter in linux