Edge Delta Source Nodes
Source Nodes in v3 configurations.
3 minute read
A Fleet is one or more sets of agents all configured by a single Pipeline definition. One Fleet can consists of sets of agents in different environments.
Visual Pipelines is a tool you can use to view and modify your Pipeline configurations.
The Visual Pipelines tool requires Fleets with an agent version of 0.1.71 or higher. See here for more information.
The v3 configuration structure is a graph consisting of three types of nodes, the links between them, and the data handled by the pipeline:
The Pipeline lists the outgoing data rate for each node. Using this view you can quickly see how the configuration contributes to the overall pipeline efficiency.
The link weight indicates the relative volume of traffic on link between two nodes.
For example, the paymentservice
link to the mask-credit-card
node with no traffic is rendered smaller than the 129MB of traffic flowing on the link to the Easytrade Team Pack node.
See Configuring a Pipeline to build your data pipeline.
Nodes are configuration objects. Each node performs a function and you design a pipeline by creating a flow of traffic through a set of nodes. Select a node to view details about it.
You can toggle between viewing traffic metrics as events or bytes and view a traffic graph for the node. Matched events indicates the input to successful output ratio in event numbers. Bear in mind that nodes that generate events might have a value of more than 100%. Nodes that fail to process traffic due to a configuration error will have a low matching rate.
The details pane also shows the configuration part of the node’s YAML.
You can apply filters to the Sources, Processors and Destinations to view only the connections between the selected objects. Note this changes the view only, not the pipeline configuration.
For example, you can view the data flow along the pipeline between only the Kubernetes source and the Log destination:
Some configuration v3 parameters are advanced or in beta, requiring them to be configured in YAML using a text editor rather than Visual Pipelines.
After making changes to a Pipeline configuration using the Edge Delta Web UI, there is no need to restart or reinstall the Edge Delta Fleet. The configuration settings will be automatically applied after a few minutes.
Source Nodes in v3 configurations.
Processor nodes in v3 configurations.
Destination nodes in Visual Pipelines.
Packs in the Edge Delta Visual Pipeline.
Diagnostics Nodes in the Edge Delta Visual Pipeline.
Global Pipeline configuration options.