This commit is contained in:
Jordan Sissel 2012-09-01 16:25:45 -07:00
parent 4b287d8b87
commit 7cbc8db1cb

View file

@ -158,6 +158,7 @@ describe LogStash::Filters::Grok do
grok {
pattern => "Hello %{WORD}. %{WORD:foo}"
named_captures_only => false
singles => true
}
}
CONFIG