I am trying to figure out how to integrate the graylog logs into librenms.
I am logging information from Juniper SRX and those are the commands I am using :
root@srx-0> show configuration security log
mode stream;
format sd-syslog;
source-address 10.13.12.254;
stream STRM-101.3.12.202 {
host {
10.13.12.202;
port 31337;
}
}
I can see that there are logs from graylog in Dashboard > Graylog, but when I go to the device page and select the graylog tab there are no logs. My guess is that the hostname of the device appears as as source and it’s srx-0 and not the 10.13.12.254 as it appears in the page. My question is how to resolve this ?