Edge Delta Pipeline IO Source
less than a minute
Overview
The Pipeline IO source node ingests incoming and outgoing stats for pipelines.
- outgoing_data_types: metric
It is also connected to ed_metrics
. It populates data on the pipeline status page:
- events analyzed
- events streamed
- bytes analyzed
- bytes streamed
The data provided to the node is collected by default at every interval (1m). It feeds the ED Metric Destination node. It is a default node with no configurable parameters. You should not remove these nodes as it will disable this feature.
Example Configuration
nodes:
- name: ed_pipeline_io_stats
type: ed_pipeline_io_stats_input
- name: ed_metrics
type: ed_metrics_output
links:
- from: ed_pipeline_io_stats
to: ed_metrics
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_pipeline_io_stats_input
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>