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?