Configuring Line Feedback for Rsyslog Notifications
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.
To send rsyslog notifications all in one line:
- Enable the CLI configuration mode:
- Configure sending rsyslog notifications all in one line:
hostname > enable
hostname # configure terminal
hostname (config) # fenotify preferences rsyslog-strip-lnfb enable
- Save the configuration:
- Verify that rsyslog notifications will be sent with everything in one line.
hostname (config) # write memory
hostname (config) # show fenotify preferences
IPS delivery mode: instant
HTTP(s) notification using fenet proxy: yes
Rsyslog notification Stripping off line feedback: yes
To send rsyslog notifications line by line:
- Enable the CLI configuration mode:
- Configure sending rsyslog notifications line by line:
- Save the configuration:
- Verify that rsyslog notifications will be sent as line by line feedback. Enter the show fenotify preferences command.
hostname > enable
hostname # configure terminal
hostname (config) # no fenotify preferences rsyslog-strip-lnfb enable
hostname (config) # write memory
hostname (config) # show fenotify preferences
IPS delivery mode: instant
HTTP(s) notification using fenet proxy: yes
Rsyslog notification Stripping off line feedback: no