mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Merge pull request #1285 from coolacid/LOGSTASH-2093
[Documentation] Missing " in grok example
This commit is contained in:
commit
fed289837a
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