update promtail position
This commit is contained in:
parent
73e8b6e77b
commit
2ba782a204
1 changed files with 1 additions and 1 deletions
|
@ -36,8 +36,8 @@ in
|
||||||
http_listen_port = 28183;
|
http_listen_port = 28183;
|
||||||
grpc_listen_port = 0;
|
grpc_listen_port = 0;
|
||||||
};
|
};
|
||||||
|
positions.filename = "/var/cache/promtail/positions.yaml";
|
||||||
|
|
||||||
positions.filename = "/tmp/positions.yaml";
|
|
||||||
clients = [
|
clients = [
|
||||||
{ url = "http://127.0.0.1:${toString cfg.port}/loki/api/v1/push"; }
|
{ url = "http://127.0.0.1:${toString cfg.port}/loki/api/v1/push"; }
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue