fix non unique grok name
This commit is contained in:
parent
a199cd8b36
commit
7657a0cc37
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ data:
|
|||
dest_file: ./sample_strings.txt
|
||||
|
||||
pattern_syntax:
|
||||
MYCAP1: ".*"
|
||||
MYCAP_EXT: ".*"
|
||||
nodes:
|
||||
- grok:
|
||||
pattern: ^xxheader %{MYCAP1:extracted_value} trailing stuff$
|
||||
pattern: ^xxheader %{MYCAP_EXT:extracted_value} trailing stuff$
|
||||
apply_on: Line.Raw
|
||||
statics:
|
||||
- meta: log_type
|
||||
|
|
Loading…
Reference in a new issue