Skip to content

Commit d31f18e

Browse files
committed
Put grok_name_key and grok_failure_key to proper position
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
1 parent ab2db2b commit d31f18e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ This generates following events:
154154
@type tail
155155
path /path/to/log
156156
tag grokked_log
157-
grok_name_key grok_name
158-
grok_failure_key grokfailure
159157
<parse>
160158
@type grok
159+
grok_name_key grok_name
160+
grok_failure_key grokfailure
161161
<grok>
162162
name apache_log
163163
pattern %{COMBINEDAPACHELOG}

0 commit comments

Comments
 (0)