fix promtail host label #204
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
max_age = "24h";
|
||||
labels = {
|
||||
job = "systemd-journal";
|
||||
host = "nachtigall";
|
||||
host = config.networking.hostName;
|
||||
};
|
||||
};
|
||||
relabel_configs = [
|
||||
|
|
Loading…
Add table
Reference in a new issue