I’m trying to get data from a csv file to influx to then use the data in Grafana.
The csv file is already populated with 4 columns and many rows (1000).
The 1 row is naming each different column.
1st column is the time is second
2nd to 4th columns are temperature from 3 differents sensors.
If I understood well, I need to write a telegraf.conf configuring file to get my dtata in InfluxDB…
But writting that file isn’t easy, I mean difficult !
But I don’t know how I should include it in the telegraf.conf !
Should I remove everythings else ? I guess no. But what to keep ? And what to remove;
That telegraf.conf is so long !
And all few example found are for computer system monitoring.
Sorry for being so stupid.
You also answered my question on InfluxDB communityt forum (but no solution yet)