Kafka REST Proxy
Last updated
Was this helpful?
Was this helpful?
fluent-bit -i cpu -t cpu -o kafka-rest -p host=127.0.0.1 -p port=8082 -m '*'pipeline:
inputs:
- name: cpu
tag: cpu
outputs:
- name: kafka-rest
match: '*'
host: 127.0.0.1
port: 8082
topic: fluent-bit
message_key: my_key[INPUT]
Name cpu
Tag cpu
[OUTPUT]
Name kafka-rest
Match *
Host 127.0.0.1
Port 8082
Topic fluent-bit
Message_Key my_key