Hello,
I am attempting to push syslogs to a syslog server using fluentd as the aggregate. I am having an issue with the log adding a colon after the priority facility, i.e. <190>: DATE. Fluentd can accept the priority facility but not the : specified before the date. I have attempted to use the "no logging facility" command which takes with no errors, it does not provide any changes to the syntax of the syslog.
For reference I have removed all other leading information before the date with:
no logging buffered
no service sequence-numbers
no logging message-counter syslog
no logging message-counter log
no logging message syslog
no logging message log
Thank you in advance!