Release notes - anodot/daria GitHub Wiki
All next releases are listed here releases
1.5.2
Influx
- Add filtering option
- Require port for influx connection
Kafka
- Fix pipeline for the usage of kafka timestamp
- Fix default consumer properties in CLI
1.5.1
Kafka
- Fix multi-measurement pipelines for csv format
1.5.0
- Catch ctrl+c signal when use CLI
Monitoring
- Fix jmx request so it won't break from a big number of pipelines
Kafka
- Allow specifying multiple measures for a single pipeline
1.4.15
- Send pipeline id as a tag with every metric
1.4.14
Kafka
- Support for Avro format
1.4.13
Kafka
- Ability to disable connection validation
1.4.12
Kafka
- Fix csv mapping
1.4.11
Kafka
- Add support for versions 0.10, 0.11
- Add support for CSV format
1.4.10
- Show git commit hash and build time in
agent -v agent updatescript: wait until pipeline stops and starts- Update destination config when updating pipeline configuration
Kafka
- Add
filteringoption to the pipeline config
1.4.9
- Validate connection to the source when creating it with config file
1.4.8
- Validate connection to the source when creating it with CLI
- Added
agent -vcommand to display current version
1.4.7
- Send
HOSTNAMEenvironmental variable as tag with every metric
1.4.6
Influx
- Check write permissions by executing insert
- Add delay and interval parameters to the pipeline
1.4.5
Influx
- Read and write from separate dbs
1.4.4
Influx
- Allow ssl connections to InfluxDB
- InfluxDB authentication
1.4.3
- Fix
agent pipeline destination-logscommand - Validate destination config
- Wait until the pipeline is started and send data when do
agent pipeline start - Wait until the pipeline is stopped when do
agent pipeline stop
1.4.2
PostgreSQL, Mysql agents
- add limit to the agent query
1.4.1
PostgreSQL agent
- added new source - postgres
1.4.0
Mysql agent
- added new source - mysql
1.3.10
Kafka
- Configure dynamic
whatandtarget_typeproperties
1.3.9
- Fix
agent pipeline resetcommand - Send
sourceandsource_host_idas tags, not dimensions
1.3.8
Kafka
- Kafka source config: Kafka properties can be entered now as comma-separated
1.3.7
- Create
sourcesandpipelinesdir when creating the destination
1.3.6
Mongo
- Set initial offset as a number of days ago (default 3 days ago) s
1.3.5
Influx
- Fix creating pipeline
1.3.4
Influx
- Fix creating pipeline
1.3.3
General
agent update- recreate all pipelines and destination
1.3.2
Kafka
- Replace dots and spaces in dimension values - fix for integers in dimension values
Mongo
- Replace dots and spaces in dimension values - fix for integers in dimension values
1.3.1
Kafka
- Replace dots and spaces in dimension values
Mongo
- Replace dots and spaces in dimension values
1.3.0
General
- Monitoring pipeline: pipeline metrics gauge (not count), fixing influx pipeline metrics
Influx
- New pipeline: the last timestamp is saved back to influx. Saving to file stage needed to be removed because it has a memory leak
- Default offset when configuring source - from now.
1.2.5
General
- Fixed destination proxy
- Add update pipeline command (for loading changed destination and source config)
- Add some useful commands to .bashrc
1.2.4
General
- Monitoring pipeline fixes
1.2.3
General
- New cli command:
agent pipeline destination_logs- enable or disable requests and response logging for destination (only for debugging purposes, logs are disabled by default)
Influx
- Automatically replace illegal characters in data
- Put quotes around all fields in the query
- Specify if tag or field is selected in the query (influx allows tags and fields with the same names)
- Fix pipeline timestamp read/write issues
1.2.1
General
- Monitoring pipeline fix.
1.2.0
General
- Monitoring. Now after creating a destination, an internal monitoring pipeline is created which sends system metrics to Anodot. More info here
- Old pipeline error files are deleted automatically (only last two files are kept for each pipeline).
Influx
- Pipeline makes queries by timestamp, not by a numeric offset.
- New source parameter: Query interval, seconds
1.0.0
The first release of mongo, kafka and influx collectors.