New
Overview
Version 0.1.16 of the Edge Delta Agent has been released.
While this release contains several enhancements and bug fixes, review the following noteworthy updates:
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.
To add Graylog, access the Integrations page or the Agent Settings page.
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.
To add AppDynamics, access the Integrations page or the Agent Settings page.
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.

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 all of 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.
To better understand, review the following sample YAML:
- 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 update your agent configuration file, visit the Agent Settings page in the Edge Delta App.
Additional Information
For a complete list of updates in this agent release, please visit the Changelog - Agent Releases page.