/plushcap/analysis/influxdata/mqtt-topic-and-payload-parsing-with-telegraf

MQTT Topic and Payload Parsing with Telegraf

What's this blog post about?

This post discusses Telegraf as a consumer of MQTT messages in the context of writing them to InfluxDB. It covers topic parsing and payload parsing, which allow users to shape incoming data for compatibility with their destination data store. Topic parsing enables users to specify which portions of an MQTT topic they want to bring in as measurement, tags, or fields. Payload parsing allows users to parse the JSON payloads that are commonly used in this context. The post provides examples and configurations for both topic and payload parsing.

Company
InfluxData

Date published
Dec. 20, 2021

Author(s)
Sam Dillard

Word count
2327

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.