CheckList
Configuration parameters
Key
Description
Default
Example configuration
pipeline:
inputs:
- name: tail
tag: test1
path: test1.log
read_from_head: true
parser: json
filters:
- name: checklist
match: test1
file: ip_list.txt
lookup_key: $remote_addr
record:
- ioc abc
- badurl null
outputs:
- name: stdout
match: test1[INPUT]
name tail
tag test1
path test1.log
read_from_head true
parser json
[FILTER]
name checklist
match test1
file ip_list.txt
lookup_key $remote_addr
record ioc abc
record badurl null
[OUTPUT]
name stdout
match test1Last updated
Was this helpful?