We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configured MQTT plugin [[inputs.mqtt_consumer]] in telegraf.conf but lost a day trying to get the topic showing as a tag in Influxdb.
[[inputs.mqtt_consumer.topic_parsing]] topic = "xxxx/+/+" tags = "/sensor_id/
Turns out telegraf v1.19 has an logged issue with this and it was fixed in v1.24 (for the life of me I cannot find that issue again here in github)
telegraf: image: telegraf:1.24 (but cannot locate it in Issues now)
Might save someone else a day G
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Configured MQTT plugin [[inputs.mqtt_consumer]] in telegraf.conf but lost a day trying to get the topic showing as a tag in Influxdb.
[[inputs.mqtt_consumer.topic_parsing]]
topic = "xxxx/+/+"
tags = "/sensor_id/
Turns out telegraf v1.19 has an logged issue with this and it was fixed in v1.24 (for the life of me I cannot find that issue again here in github)
telegraf:
image: telegraf:1.24 (but cannot locate it in Issues now)
Might save someone else a day
G
The text was updated successfully, but these errors were encountered: