Retrieve mesurment from Influxdb to telegraf

Hello,
I am new with influxdb and telegraf. Currently i am creating IoT platform with Mqtt, Telegraf, InfluxDb and Grafan. I push data to the Influxdb and i want to get(specify measurement) data with telegraf and send it to Mqtt broker(topic).

Influxdb —> Telegraf ----> Mqtt broker

Thanks

That is almost precisely the opposite way round to how most people use these
tools. Telegraf can certainly send to MQTT, but I don’t see how it’s going to
get data out of InfluxDB.

I suspect you’d be better off getting whatever process is putting the data into
InfluxDB in the first place to send it either to Telegraf or direct to MQTT as
well.

Antony.

Thank! I just push data to Mqtt :slight_smile: