Send logs to promtail directly (not rsyslog)
This commit is contained in:
parent
c7e28e544f
commit
fa7852d5a5
3 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue