mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Fix bug
This commit is contained in:
parent
4b287d8b87
commit
7cbc8db1cb
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ describe LogStash::Filters::Grok do
|
|||
grok {
|
||||
pattern => "Hello %{WORD}. %{WORD:foo}"
|
||||
named_captures_only => false
|
||||
singles => true
|
||||
}
|
||||
}
|
||||
CONFIG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue