example_mqtt.conf 993 B

12345678910111213141516171819202122232425262728293031
  1. [MQTT messages]
  2. ## Example: Log collector that will create a server to listen for MQTT logs over a TCP connection.
  3. ## Required settings
  4. enabled = no
  5. log type = flb_mqtt
  6. ## Optional settings, common to all log source.
  7. ## Uncomment to override global equivalents in netdata.conf.
  8. # update every = 1
  9. # update timeout = 10
  10. # use log timestamp = auto
  11. # circular buffer max size MiB = 64
  12. # circular buffer drop logs if full = no
  13. # compression acceleration = 1
  14. # db mode = none
  15. # circular buffer flush to db = 6
  16. # disk space limit MiB = 500
  17. ## Set up configuration specific to flb_mqtt
  18. ## see also https://docs.fluentbit.io/manual/pipeline/inputs/mqtt
  19. # listen = 0.0.0.0
  20. # port = 1883
  21. ## Submit structured log entries to the system journal
  22. # submit logs to system journal = no
  23. ## Charts to enable
  24. # collected logs total chart enable = no
  25. # collected logs rate chart enable = yes
  26. topic chart = yes