Hands On! 101
Requirements
Stream Processing using the command line
1. Fluent Bit version
$ docker run -ti fluent/fluent-bit:1.4 /fluent-bit/bin/fluent-bit --version
Fluent Bit v1.8.22. Parse sample files
$ docker run -ti -v `pwd`/sp-samples-1k.log:/sp-samples-1k.log \
fluent/fluent-bit:1.8.2 \
/fluent-bit/bin/fluent-bit -R /fluent-bit/etc/parsers.conf \
-i tail -p path=/sp-samples-1k.log \
-p parser=json \
-p read_from_head=true \
-o stdout -f 13. Selecting specific record keys
4. Calculate Average Value
5. Grouping Results and Window
6. Ingest Stream Processor results as new Stream of Data
F.A.Q
Where STREAM name comes from?
Last updated
Was this helpful?