This commit is contained in:
4DBug
2026-02-05 14:26:35 -06:00
parent 140ac51a10
commit af91349983

View File

@@ -111,7 +111,7 @@
max_age = "12h";
labels = {
job = "systemd-journal";
host = "your_hostname";
host = "box";
instance = "127.0.0.1";
};
};
@@ -131,7 +131,7 @@
labels = {
job = "nginx";
__path__ = "/var/log/nginx/*.log";
host = "your_hostname";
host = "box";
instance = "127.0.0.1";
};
}