Error in plugin: timestamp column: timestamp could not be found Error in plugin: parsing time “timestamp” as “2006-01-02 15:04:05”: cannot parse “timestamp” as "2006"
Which Telegraf version are you using?
I used your Telegraf config and your csv data in the same way and it worked. I got no error messages and Telegraf spit out the influx data correctly.
I suspect your csv data may not be formatted correctly?
EDIT: Btw, if you post code or data snippets, please put in i a code block, it is better readable and the text is not altered by the forums software.
Yes. I suspect your time frame is not selected properly, therefore you don’t see any data at all.
This is a common misunderstanding when using the InfluxDB UI.
I see no reason and no error message why the data from Telegraf should not end up in the bucket.
When I convert your timestamps to a real date, this is what I see:
Mon Feb 01 2021 15:04:07 GMT+0000
So they are over a year old!
Therefore, I suspect that your time window is not chosen correctly.
With Past 1m you won’t see anything…