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
log_level: debug
outputs:
- name: stdout
match: test1Last updated
Was this helpful?