update promtail position

This commit is contained in:
Ingolf Wagner 2024-05-17 20:06:43 +02:00
parent 73e8b6e77b
commit 2ba782a204
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -36,8 +36,8 @@ in
http_listen_port = 28183;
grpc_listen_port = 0;
};
positions.filename = "/var/cache/promtail/positions.yaml";
positions.filename = "/tmp/positions.yaml";
clients = [
{ url = "http://127.0.0.1:${toString cfg.port}/loki/api/v1/push"; }
];