Promtail
This commit is contained in:
parent
71a3654e9a
commit
2871c291bf
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
};
|
};
|
||||||
clients = [
|
clients = [
|
||||||
{
|
{
|
||||||
url = "http://sisko.fleet:${builtins.toString config.services.loki.configuration.server.http_listen_port}/loki/api/v1/push";
|
url = "http://sisko.fleet:${builtins.toString config.services.loki.configuration.server.http_listen_port or 3100}/loki/api/v1/push";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
positions = {
|
positions = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue