14 lines
326 B
Plaintext
14 lines
326 B
Plaintext
local.file_match "tmplogs" {
|
|
path_targets = [{"__path__" = "/tmp/alloy-logs/*.log"}]
|
|
}
|
|
|
|
loki.source.file "local_files" {
|
|
targets = local.file_match.tmplogs.targets
|
|
forward_to = [loki.write.local_loki.receiver]
|
|
}
|
|
|
|
loki.write "local_loki" {
|
|
endpoint {
|
|
url = "http://loki:3100/loki/api/v1/push"
|
|
}
|
|
} |