Edge Delta Configuration with YAML

Each pipeline configuration created in the GUI is converted into a YAML specification, which in turn is used by the Edge Delta agents to define their pipelines. You may need access to the YAML for certain features which are YAML only (particulary in Beta or Experimental nodes) or to configure agents using local ConfigMaps.

Configure Agents using a Text Editor

To edit a v3 configuration using YAML:

  1. Click Pipelines and select the pipeline you want to edit.
  2. Click the kebab (⋮) icon and select Edit YAML.

The Edit Configuration dialog box opens. You can edit the configuration and view the change diff.

  1. Click Done.

You can also configure a link in the Pipeline configuration YAML file using the node names:

nodes:
- name: ed_component_health
  type: ed_component_health_input
- name: ed_health
  type: ed_health_output

links:
- from: ed_component_health
  to: ed_health

Configure Edge Delta with ConfigMaps

Configure Pipelines using ConfigMaps.