Fluent-Bit go RabbitMQ output plugin
$ sudo docker-compose up -d rabbitmq
# wait for rabbitmq to come up
$ sudo docker-compose up --build fluentbit
| Key | Description |
|---|---|
| RabbitHost | The hostname of the Rabbit-MQ server |
| RabbitPort | The port under which the Rabbit-MQ is reachable |
| RabbitUser | The user of the Rabbit-MQ host |
| RabbitPassword | The username of the user which connects to the Rabbit-MQ server |
| ExchangeName | The exchange to which fluent-bit send its logs |
| ExchangeType | The exchange-type |
- MIT