Releases: AdysTech/Influxer
Last release targeting .Net 4.5
This would be the last release targeting .Net 4.5 framework.
Release 0.5.9
This release provides significant control over import process via xml config. It also supports pushing PerfMon data into separate measurements allowing greater control in dashboards.
RegEx based configurable extract logic
This version fixes issues with regex based extraction logic. Now a new result format can be configured which uses the captures form RegEx, and generates a new value.
E.g. below extract logic will change IP address of 192.168.1.1 to 192-168-1-1
<Extract Type="RegEx" StartIndex="0" Length="0" RegEx="^([0-9]+).([0-9]+).([0-9]+).([0-9]+)" ResultPattern ="{0}-{1}-{2}-{3}" IsDefault="false" DefaultValue="" />
0.5 Release with row filtering, column splitting and transformation capabilities
This release supports advanced file layout configuration (via xmal based schema in a app config file). THe configuration allows one to split a column in the incoming file into multiple columns in Influx DB, or filter rows which are invalid. It also allows to transform the incoming data by replacing or extracting part of the column content,
0.3 release with performance improvements and advanced configuration options
Added a way to drive all program configuration from a config file, and have an option to override any configuration from a config file via command line parameters. Also gives improved performance from batching, which is highly noticeable in generic file processing.
1/6/2016: Handle partial failures, and return proper result.
1/7/2016: Cleaned up logging when few points fail
1/13/2016: Handle duplicate columns in Perfmon file
First non-pre release build
This will now work on any Perfmon or generic CSV, and used to import any tabular data into Influx as long as first column is a time.
Alpha release.
Now equal functionality for both Perfmon file format as well as Generic csv file format.
Also attached are the Infludb windows version (v0.93) along with its config. To run use influd -conf influxdb.conf
Initial alpha release
Alpha release. Tested with bunch of perfmon files from various time zones, generic csv files.