I have a log file which is in csv format and i want to send it to influxdb using telegraf. Is it possible with telegraf ? if possible how can i do this ?
Any ideas and explanations are welcome.
//Regards
Joel T Stephen
I have a log file which is in csv format and i want to send it to influxdb using telegraf. Is it possible with telegraf ? if possible how can i do this ?
Any ideas and explanations are welcome.
//Regards
Joel T Stephen
I think this might be tricky to do currently, we would probably need to implement a csv parser. Here is the issue for adding this: CSV data input format (for use with exec, tail) · Issue #2108 · influxdata/telegraf · GitHub
Thanks @daniel for your reply.
I have gone through the above link. Is the code mentioned in the link supported now ?
No, this is just a feature request, but if you subscribe to it you should get a notification when there is an update.