Merge pull request #16381 from sheenobu/bugfix/logstash/fix_examples

logstash: fix examples in service file
This commit is contained in:
Arseniy Seroka 2016-06-25 13:38:50 +03:00 committed by GitHub
commit 5f5da9b20d

View File

@ -105,7 +105,7 @@ in
prune { prune {
whitelist_names => [ whitelist_names => [
"type", "@timestamp", "@version", "type", "@timestamp", "@version",
"MESSAGE", "PRIORITY", "SYSLOG_FACILITY", "MESSAGE", "PRIORITY", "SYSLOG_FACILITY"
] ]
} }
} }