Pipeline
Name
Description
Example Configuration
pipeline:
inputs:
- name: tail
path: /var/log/example.log
parser: json
processors:
logs:
- name: record_modifier
filters:
- name: grep
match: '*'
regex: key pattern
outputs:
- name: stdout
match: '*'Pipeline Processors
Example of a Processor
How Are Processors Different from Filters?
Running Filters as Processors
Example of a Filter Running as a Processor
Last updated
Was this helpful?