-
Notifications
You must be signed in to change notification settings - Fork 5
Release notes
Daria Kharlan edited this page Dec 11, 2019
·
2 revisions
All next releases are listed here releases
- Add filtering option
- Require port for influx connection
- Fix pipeline for the usage of kafka timestamp
- Fix default consumer properties in CLI
- Fix multi-measurement pipelines for csv format
- Catch ctrl+c signal when use CLI
- Fix jmx request so it won't break from a big number of pipelines
- Allow specifying multiple measures for a single pipeline
- Send pipeline id as a tag with every metric
- Support for Avro format
- Ability to disable connection validation
- Fix csv mapping
- Add support for versions 0.10, 0.11
- Add support for CSV format
- Show git commit hash and build time in
agent -v
-
agent update
script: wait until pipeline stops and starts - Update destination config when updating pipeline configuration
- Add
filtering
option to the pipeline config
- Validate connection to the source when creating it with config file
- Validate connection to the source when creating it with CLI
- Added
agent -v
command to display current version
- Send
HOSTNAME
environmental variable as tag with every metric
- Check write permissions by executing insert
- Add delay and interval parameters to the pipeline
- Read and write from separate dbs
- Allow ssl connections to InfluxDB
- InfluxDB authentication
- Fix
agent pipeline destination-logs
command - 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
- add limit to the agent query
- added new source - postgres
- added new source - mysql
- Configure dynamic
what
andtarget_type
properties
- Fix
agent pipeline reset
command - Send
source
andsource_host_id
as tags, not dimensions
- Kafka source config: Kafka properties can be entered now as comma-separated
- Create
sources
andpipelines
dir when creating the destination
- Set initial offset as a number of days ago (default 3 days ago) s
- Fix creating pipeline
- Fix creating pipeline
-
agent update
- recreate all pipelines and destination
- Replace dots and spaces in dimension values - fix for integers in dimension values
- Replace dots and spaces in dimension values - fix for integers in dimension values
- Replace dots and spaces in dimension values
- Replace dots and spaces in dimension values
- Monitoring pipeline: pipeline metrics gauge (not count), fixing influx pipeline metrics
- 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.
- Fixed destination proxy
- Add update pipeline command (for loading changed destination and source config)
- Add some useful commands to .bashrc
- Monitoring pipeline fixes
- 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)
- 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
- Monitoring pipeline fix.
- 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).
- Pipeline makes queries by timestamp, not by a numeric offset.
- New source parameter: Query interval, seconds
The first release of mongo, kafka and influx collectors.
- Home
- CLI reference
- API
- Kubernetes setup using Helm
- Podman setup
- Creating pipelines
- Test sources
- Data formats (JSON, CSV, AVRO, LOG)
- How to parse logs with grok patterns
- How to store sensitive information
- Automated pipelines creation
- Filtering
- Transformation files
- Fields
- DVP Configuration
- Integrations
- Sending events to Anodot