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:

  1. Enable the CLI configuration mode:
  2. hostname > enable
    hostname # configure terminal
  3. Configure sending rsyslog notifications all in one line:
  4. hostname (config) # fenotify preferences rsyslog-strip-lnfb enable
  1. Save the configuration:
  2. hostname (config) # write memory
  3. Verify that rsyslog notifications will be sent with everything in one line.
  4. 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:

  1. Enable the CLI configuration mode:
  2. hostname > enable
    hostname # configure terminal
  3. Configure sending rsyslog notifications line by line:
  4. hostname (config) # no fenotify preferences rsyslog-strip-lnfb enable
  5. Save the configuration:
  6. hostname (config) # write memory
  7. Verify that rsyslog notifications will be sent as line by line feedback. Enter the show fenotify preferences command.
  8. hostname (config) # show fenotify preferences
    IPS delivery mode: instant
    HTTP(s) notification using fenet proxy: yes
    Rsyslog notification Stripping off line feedback: no