Edge Delta Health Output

Enable agent health monitoring in the Edge Delta app.

Overview

The Edge Delta Health output Node is a default agent health monitoring destination with no configurable parameters. It is used to send Edge Delta agent health data to the Edge Delta SaaS to power agent diagnostics. You should not remove this node as it will disable this feature while preventing data from being sent to the Edge Delta SaaS.

Example Configuration

nodes:
  - name: ed_health
    type: ed_health_output

Required Parameters

name

A descriptive name for the node. This is the name that will appear in Visual Pipelines and you can reference this node in the yaml using the name. It must be unique across all nodes. It is a yaml list element so it begins with a - and a space followed by the string. It is a required parameter for all nodes.

nodes:
  - name: <node name>
    type: <node type>

type: ed_health_output

The type parameter specifies the type of node being configured. It is specified as a string from a closed list of node types. It is a required parameter.

nodes:
  - name: <node name>
    type: <node type>