Data Privacy with Masking
Meet data privacy and compliance requirements in Edge Delta.
4 minute read
A pipeline is the configuration and representation of a set of agents.
Visual Builder is the tool you can use to view and modify your Pipelines.
Edge Delta agents with v3 configurations (Agent v0.1.71 or higher) can be configured using Visual Builder. Agents older than v0.1.71 use configuration v2. See here for more information.
Alternatively, edit an existing pipeline:
To create a node:
When you add a source or a destination, a multiprocessor node is attached to it.
The multiprocessor for the new node opens and you can configure it using live capture.
To connect nodes, click either the input or the output interface of the node and drag it to the input or output of another node. Some nodes differentiate between default and failure outputs so you can send different results of the node to different destinations.
Links between incompatible nodes can’t be configured - indicated by a red interface. As you release the link, the nodes will rearrange themselves to optimize readability of the data pipeline. To delete a link, select the link and click the Bin
icon.
Alternatively, you can add a processor node directly onto an existing link - hover over the link, click the Add (+) icon, and select the node type. This creates the new processor node in the position where the add icon was, and also connects it to the upstream and downstream nodes on the link.
To delete a node, select it and hover over it, then select the Bin icon.
To test a node, use the live capture feature to see actual data and the potential impact of the nodes configuration. See Designing Pipelines and Testing Nodes.
While in Edit Mode, after making changes, click Review Changes then click Save Changes:
After making changes to a Pipeline configuration using the Edge Delta Web UI, there is no need to restart or reinstall the Edge Delta agents. The configuration settings will be automatically applied after a few minutes.
Some configuration v3 parameters are advanced, requiring them to be configured only in YAML rather than Visual Builder. You may also prefer or be required to configure in YAML using a text editor, for example if you are passing in a local configuration file.
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
Deleting a Pipeline will remove the Pipeline ID and the configuration. Any active agents configured with this ID will no longer be able to communicate with the Edge Delta backend. You still need to remove those agents from their hosts.
Meet data privacy and compliance requirements in Edge Delta.
Aggregating logs into meaningful metrics directly at the source enables quicker detection of trends and potential issues.
Reduce unnecessary data transfer and storage by filtering and extracting data before transmitting it.
Conditionally routing logs for alerting or analysis aids in addressing potential issues effectively and reducing noise in the monitoring system.
Design and build effective pipelines by testing.
Focus pipelines on relevant data such as status codes and response times for more efficient monitoring.