Skip to content

Commit

Permalink
Put grok_name_key and grok_failure_key to proper position
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
  • Loading branch information
okkez committed Aug 16, 2018
1 parent ab2db2b commit d31f18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ This generates following events:
@type tail
path /path/to/log
tag grokked_log
grok_name_key grok_name
grok_failure_key grokfailure
<parse>
@type grok
grok_name_key grok_name
grok_failure_key grokfailure
<grok>
name apache_log
pattern %{COMBINEDAPACHELOG}
Expand Down

0 comments on commit d31f18e

Please sign in to comment.