Send logs to promtail directly (not rsyslog)

This commit is contained in:
Théo Barnouin 2025-05-13 13:50:05 +02:00
parent c7e28e544f
commit fa7852d5a5
3 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@
};
rsyslogd = {
enable = true;
extraConfig = "*.*@192.168.1.27:514;RSYSLOG_SyslogProtocol23Format";
extraConfig = "*.*@192.168.1.27:1514;RSYSLOG_SyslogProtocol23Format";
};
prometheus = {
exporters = {

View file

@ -181,7 +181,7 @@ in {
};
rsyslogd = {
enable = true;
extraConfig = "*.*@192.168.1.27:514;RSYSLOG_SyslogProtocol23Format";
extraConfig = "*.*@192.168.1.27:1514;RSYSLOG_SyslogProtocol23Format";
};
prometheus = {
exporters = {

View file

@ -115,7 +115,7 @@
};
rsyslogd = {
enable = true;
extraConfig = "*.*@192.168.1.27:514;RSYSLOG_SyslogProtocol23Format";
extraConfig = "*.*@192.168.1.27:1514;RSYSLOG_SyslogProtocol23Format";
};
prometheus = {
exporters = {