Edge Delta Outputs

Data destinations.

An output tells the Edge Delta agent where to send collected and generated data, such as metrics, patterns, alerts, etc. An output is part of an agent’s configuration.

See the instructions for configuring an agent.

Integrations

An integration is an organization-level output whose settings you can use to quickly create and populate individual outputs. To make a pre-configured integration available in the agent configuration:

  1. In the Edge Delta App, click Admin, and then click Integrations.
  2. Select the integration.
  3. Complete the form and click Save.

As with node names, integration names containing a period character (.) will not pass validation.

Changes made to the integration in the Visual Pipeline or v2 YAML will override the settings configured on the Admin - Integration page for that specific agent configuration.

For Visual Pipeline: Click Add Output - Integration and select the integration name that you configured on the Admin - Integration page.

Only some integrations are supported by v3 configurations in Visual Pipeline

For V2 configurations, specify the integration name as an output. In this example, the streaming integration named OS-ISK8S-PRD-LOGS-V2 is configured in a v2 YAML with an override to include only the log feature regardless of the features specified on the Admin - Integration page.

outputs:
  streams:
    integration_name: OS-ISK8S-PRD-LOGS-V2
      features: log

Output Types

There are 3 types of outputs: streaming, triggering, and archiving.


Edge Delta Streaming Outputs

Edge Delta Trigger Outputs

Edge Delta supports several trigger outputs.

Edge Delta Archive Outputs

Edge Delta Streaming Features

Streaming destination features.