Last updated
Was this helpful?
Was this helpful?
fluent-bit -i health -p host=127.0.0.1 -p port=80 -o stdoutpipeline:
inputs:
- name: health
host: 127.0.0.1
port: 80
interval_sec: 1
interval_nsec: 0
outputs:
- name: stdout
match: '*'[INPUT]
Name health
Host 127.0.0.1
Port 80
Interval_Sec 1
Interval_Nsec 0
[OUTPUT]
Name stdout
Match *$ fluent-bit -i health -p host=127.0.0.1 -p port=80 -o stdout
...
[0] health.0: [1624145988.305640385, {"alive"=>true}]
[1] health.0: [1624145989.305575360, {"alive"=>true}]
[2] health.0: [1624145990.306498573, {"alive"=>true}]
[3] health.0: [1624145991.305595498, {"alive"=>true}]
...