MQTT Consumer Plugin for Telegraf

I have setup MQTT consumer plugin enabled for telegraf. The basic configuration is same as the default settings. I am subscribing for “/data/read/#”, the output is set as influxdb.
In my MQTT server , I can see that telegraf-mqtt client is connected, and can see that there is an active subscription from telegraf client for /data/read/#
But I cannot see any data written to the DB?
How can I troubleshoot this?
What will be the Measurement name?

Sorry,
It was my bad.
I have set the input data format as influx, while the data received was not in that format. That’s why it was not writing any data in DB

can u jus update telegraf.conf file.
I m trying to do the same
with no progress