Skip to content

Instantly share code, notes, and snippets.

@aspyct
Created October 25, 2019 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspyct/d6247ae6a4a0f7bd9334070b45099b21 to your computer and use it in GitHub Desktop.
Save aspyct/d6247ae6a4a0f7bd9334070b45099b21 to your computer and use it in GitHub Desktop.
rsyslog config to discard syslog messages with tag `fluentd`
# Put this before the other matching rules.
# Discard anything from fluentd
:syslogtag, isequal, "fluentd:" /dev/null
& stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment