Skip to content

Releases: AdysTech/Influxer

Last release targeting .Net 4.5

11 Nov 04:35
af7cd16
Compare
Choose a tag to compare

This would be the last release targeting .Net 4.5 framework.

Influxer_bin_InfluxerLatest[1].zip

Release 0.5.9

29 Oct 17:38
Compare
Choose a tag to compare

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

08 May 07:08
Compare
Choose a tag to compare

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

01 May 10:31
Compare
Choose a tag to compare

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

01 Jan 19:50
Compare
Choose a tag to compare

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

26 Oct 02:52
Compare
Choose a tag to compare

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.

24 Sep 21:30
Compare
Choose a tag to compare
Alpha release. Pre-release
Pre-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

24 Sep 21:28
Compare
Choose a tag to compare
Initial alpha release Pre-release
Pre-release

Alpha release. Tested with bunch of perfmon files from various time zones, generic csv files.