Skip to content
Adarsha edited this page Oct 8, 2015 · 2 revisions

##About Influxer Influxer is a C# console application to parse log files (in delimited file format) and push data to Influx for later visualization.

In current enterprise world, we come across so many tools which produce data, but do not always have a nice visualization front end. Or they may have limitation on amount of data they can visualize. Influxer can be used along with Influxdb and Grafana to visualize any CSV file (the actual seperator can be anything, as long as columns are not fixed width, but separated by some character).

Please follow the tutorialto setup your first super rich grafana dashboard to visualize Windows Perfmon csv file.

Clone this wiki locally