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