Filters as processors
Grep example
pipeline:
inputs:
- name: tail
path: lines.txt
parser: json
outputs:
- name: stdout
match: '*'
processors:
logs:
- name: grep
regex: log aaLast updated
Was this helpful?