Agent v0.1.16
7 minute read
February 1, 2022
While this agent release contains many enhancements and bug fixes, review the following noteworthy updates:
Multi-Threshold Support In the Edge Delta App, you can add multi-threshold settings to an agent configuration file.
For example, you can set a threshold to generate an alert when the following conditions are met:
anomaly score is > 90 response_time_ms.avg is > 250 To set this configuration, use the type parameter, specifically set to AND.
* name: cluster-errors-multi-threshold
type: and
interval: 1m
conditions:
* metric_name: http_request_method_updateconfig_latency.avg
operator: ">="
value: 100
* metric_name: http_request_method_deleteconfig_latency.max
operator: ">"
value: 125
consecutive: 5
To learn more, see Thresholds.
Graylog Integration In the Edge Delta App, Graylog is now a supported streaming output.
The Graylog output will stream analytics and insights to your Graylog endpoint. In the app, you can use a YAML file to add Graylog to a configuration.
Dynatrace Integration In the Edge Delta App, Dynatrace is now a supported streaming output.
The Dynatrace output will stream analytics and insights to a Dynatrace environment. In the app, you can use the visual editor or YAML file to add Dynatrace to a configuration.
Updates to Datadog Integration The Datadog Integration has been updated with a new parameter called Send Alert As Datadog Log. With this update, you can now send alerts as logs.
Additional Information This agent release contains additional enhancements and bug fixes.
To see the complete list of changes, please visit the Changelog - Agent Releases page.
January 31, 2022 - Notification for Throttled Data
In the Edge Delta App, a notification has been created to let users know when data ingestion is being throttled.
To learn more about these limits, please contact Edge Delta Support.
December 15, 2021 - VictorOps Integration
In the Edge Delta App, VictorOps is now a supported triggering output.
The VictorOps output streams notifications and alerts to a VictorOps endpoint. In the app, you can use the visual editor or YAML file to add VictorOps to a configuration.
VictorOps is also known as Splunk On-Call; however, the app will refer to this output as simply VictorOps.
December 30, 2021 - AppDynamics Integration
In the Edge Delta App, AppDynamics is now a supported streaming output.
The AppDynamics output will stream analytics and insights to an AppDynamics environment. In the app, you can use the visual editor or YAML file to add AppDynamics to a configuration.
December 17, 2021 - OpenMetrics Integration
In the Edge Delta App, OpenMetrics is now a supported streaming output.
The OpenMetrics output will stream analytics and insights to an OpenMetrics endpoint. In the app, you can use a YAML file or visual editor to add OpenMetrics to a configuration.
December 16, 2021 - S3 Integration
In the Edge Delta App, S3 is now a supported streaming output.
The S3 output will stream analytics and insights to an S3 bucket. In the app, you can use a YAML file or visual editor to add S3 to a configuration.
December 15, 2021 - Cribl Integration
In the Edge Delta App, Cribl is now a supported streaming output.
The Cribl output streams analytics and insights to a Cribl endpoint. In the app, you can use the visual editor or YAML file to add Cribl to a configuration.
December 4, 2021 - Moogsoft Integration
In the Edge Delta App, Moogsoft is now a supported triggering output.
The Moogsoft output will stream notifications and alerts to a specified Moogsoft URL. In the app, you can use the visual editor or YAML file to add Moogsoft to a configuration.
December 1, 2021 - Honeycomb Integration
In the Edge Delta App, Honeycomb is now a supported streaming output.
The Honeycomb output will stream analytics and insights to a Honeycomb environment. In the app, you can use the visual editor or YAML file to add Honeycomb to a configuration.
December 1, 2021 - FluentD Integration
In the Edge Delta App, FluentD is now a supported streaming output.
The FluentD output will stream analytics and insights to your FluentD endpoint. In the app, you can use the visual editor or YAML file to add FluentD to a configuration.
December 1, 2021 - AWS CloudWatch Event Logs Input
In the Edge Delta App, Cloudwatch Event Logs is now a supported input.
The Cloudwatch Event Logs input type allows you to specify a set of AWS CloudWatch Log Events for Edge Delta to monitor. With this input, you can monitor multiple regions and log streams.
In the app, you can use the visual editor or YAML file to add Cloudwatch Event Logs to a configuration.
To learn more, see Inputs.
December 1, 2021 - Big Panda Integration
In the Edge Delta App, Big Panda is now a supported triggering output.
The Big Panda output will stream notifications and alerts to a specified BigPanda endpoint. In the app, you can use the visual editor or YAML file to add Big Panda to a configuration.
December 1, 2021 - Loki Integration
In the Edge Delta App, Loki is now a supported streaming output.
The Loki output streams analytics and insights to your Loki endpoint. In the app, you can use the visual editor or YAML file to add Loki to a configuration.
December 1, 2021 - Logz.io Integration
In the Edge Delta App, Logz.io is now a supported streaming output.
The Logz.io output will stream analytics and insights to your Logz.io endpoint. In the app, you can use the visual editor or YAML file to add VictorOps to a configuration.
November 30, 2021 - Child Configurations
In the Edge Delta App, you can add a configuration into another, existing configuration. With this action, the existing configurations will convert into a parent and child configuration.
To learn more, review the Create and Add a Child Configuration section of the Cloud Configuration Backend (CCB) document.
November 30, 2021 - New Compression and Encoding Settings
In the Edge Delta App, you can change compression and encoding settings for Outputs - Archives.
For encoding, Edge Delta now supports Parquet. For compression, Edge Delta now supports zstd and Snappy. Previously, Edge Delta only offered gzip compression and JSON encoding.
To update these settings, you must access the configuration’s YAML file.
archives:
* name: my-minio
type: minio
access_key: my_access_key_123
secret_key: my_secret_key_123
endpoint: play.minio.com:9000
bucket: ed-test-bucket-minio
disable_ssl: true
# Force archive destination to use {endpoint}/{bucket} format instead of {bucket}.{endpoint}/ when reaching buckets.
s3_force_path_style: true
encoding: parquet # supported ones: json, parquet
compression: zstd # supported ones: gzip, zstd, snappy, uncompressed
November 23, 2021 - EDPort Integration
The EDPort streaming integration has been updated to offer JSON as a schema option for sending data.
November 22, 2021 - Local Storage
In the Edge Delta App, Local Storage is now a supported archiving output.
The Local Storage output will send logs to a file on your local machine.
November 18, 2021 - Azure Event Hubs
In the Edge Delta App, Azure Event Hubs is now a supported streaming output.
The Azure Event Hubs output will stream analytics and insights to an Azure Event Hubs endpoint. In the app, you can use a YAML file to add Azure Event Hubs to a configuration.
November 12, 2021 - Azure Event Hubs
In the Edge Delta App, Azure Event Hubs is now a supported triggering output.
The Azure Event Hubs output will stream notifications and alerts to a specified Event Hub URL. In the app, you can use the visual editor or YAML file to add Azure Event Hubs to a configuration.
November 9, 2021 - Create a Token
In the Edge Delta App, you can create a token to give your users specific access to the Edge Delta API system.
With tokens, you can specify read / write access for specific backend functionality for your users. In other words, you can create a token to give your users specific read / write access to the Edge Delta API system.