Last updated 21 days ago
Was this helpful?
Any Fluent Bit can be used as a processor.
In this example, the filter is used as an output processor that sends log records only if they match a specified regular expression.
pipeline: inputs: - name: tail path: lines.txt parser: json outputs: - name: stdout match: '*' processors: logs: - name: grep regex: log aa