Add job label to promtail journald logs
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m51s
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m51s
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
job_name = "journal";
|
||||
journal = {
|
||||
json = true;
|
||||
labels = {
|
||||
job = "systemd-journal";
|
||||
};
|
||||
};
|
||||
relabel_configs = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user