Created
August 3, 2015 22:38
-
-
Save griggheo/e8473ab454e9eb3fcdc1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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