Configure Edge Delta with ConfigMaps
Configure Pipelines using ConfigMaps.
less than a minute
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.
To edit a v3 configuration using YAML:
The Edit Configuration dialog box opens. You can edit the configuration and view the change diff.
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 Pipelines using ConfigMaps.