Use the CLI commands in this topic to configure whether to send notifications all in one line or line by line to a remote syslog server. The default is to send rsyslog notifications with everything in one line. You can switch to line by line feedback.
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
Configure sending rsyslog notifications all in one line:
hostname (config) # fenotify preferences rsyslog-strip-lnfb enable
Save the configuration:
hostname (config) # write memory
Verify that rsyslog notifications will be sent with everything in one line.
hostname (config) # show fenotify preferences IPS delivery mode: instant HTTP(s) notification using fenet proxy: yes Rsyslog notification Stripping off line feedback: yes
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
Configure sending rsyslog notifications line by line:
hostname (config) # no fenotify preferences rsyslog-strip-lnfb enable
Save the configuration:
hostname (config) # write memory
Verify that rsyslog notifications will be sent as line by line feedback. Enter the show fenotify preferences command.
hostname (config) # show fenotify preferences IPS delivery mode: instant HTTP(s) notification using fenet proxy: yes Rsyslog notification Stripping off line feedback: no