mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Fix for LOGSTASH-2093
This commit is contained in:
parent
066a3b7e1c
commit
2801c906e0
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class LogStash::Filters::Grok < LogStash::Filters::Base
|
|||
# grok {
|
||||
# match => [
|
||||
# "message",
|
||||
# "%{SYSLOGBASE} %{DATA:message}
|
||||
# "%{SYSLOGBASE} %{DATA:message}"
|
||||
# ]
|
||||
# overwrite => [ "message" ]
|
||||
# }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue