Grep
Configuration Parameters
Getting Started
aaa
aab
bbb
ccc
ddd
eee
fff
gggCommand Line
Configuration File
Last updated
Was this helpful?
Was this helpful?
$ bin/fluent-bit -i tail -p 'path=lines.txt' -F grep -p 'regex=log aa' -m '*' -o stdout[INPUT]
Name tail
Path lines.txt
[FILTER]
Name grep
Match *
Regex log aa
[OUTPUT]
Name stdout
Match *