Counter
[TIMESTAMP, NUMBER_OF_RECORDS_NOW] (total = RECORDS_SINCE_IT_STARTED)Get started
Command line
fluent-bit -i cpu -o counterConfiguration file
pipeline:
inputs:
- name: cpu
tag: cpu
outputs:
- name: counter
match: '*'[INPUT]
Name cpu
Tag cpu
[OUTPUT]
Name counter
Match *Testing
Last updated
Was this helpful?