Skip to content

Instantly share code, notes, and snippets.

@griggheo
Created August 3, 2015 22:38
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 griggheo/e8473ab454e9eb3fcdc1 to your computer and use it in GitHub Desktop.
Save griggheo/e8473ab454e9eb3fcdc1 to your computer and use it in GitHub Desktop.
input {
lumberjack {
port => 5000
type => "logs"
ssl_certificate => "/etc/pki/logstash/my_wildcard.crt"
ssl_key => "/etc/pki/logstash/my_wildcard.key"
}
}
filter {
if ([message] =~ /ping/) {
drop{}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment