Fluent-bit MQTT Plugin
Last updated
Was this helpful?
This guide explains how to send MQTT Logs to Apica Ascent with Fluent-bit, and how to view them.
Update your Fluent-bit.conf with an input and filter for the MQTT Plugin:
[INPUT]
Name mqtt
Tag mqtt[FILTER]
Name modify
Match mqtt
Add namespace Fluent-bit
Add app_name MQTTRestart Fluent-bit with systemctl restart fluent-bit and check the status with systemctl status fluent-bit to verify that it’s running correctly.
Helpful links:
1. Log in to Apica Ascent
2. Navigate to Explore → Logs & Insights
3. Look for the namespace and application name specified in the config file Example:

Message:
StructuredData :
If you’re testing locally and something is blocking the default port you may need to listen on another one such as 1884
Last updated
Was this helpful?
Was this helpful?
{"app_name":"MQTT","date":1765794008.603475,"msg":"hello","namespace":"Fluent-bit","topic":"test"}_size: 98
date: 1765794008.603475
msg: hello
topic: test