Edge Delta Regex Filter
Configure the Edge Delta Regex Filter Node.
less than a minute
Overview
This node identifies logs based on a regex pattern. By default the node will identify and pass only those logs that match the specified pattern to the node output. However, you can configure it to not pass logs that match the regex pattern. It searches the body
log field for matches but you can specify a particular field. There are three options you can configure:

- Name - A descriptive name for the node. This is the name that will appear in Visual Pipelines. It must be unique across all nodes.
- Pattern - The pattern parameter specifies a Golang regex pattern that the regex node will look for. It is a string that should be wrapped in quotes to handle escapes.
- Negate - The negate parameter inverses the filtering logic of the node. By default the node will identify and pass only those logs that match the specified pattern. With negate set to true, the node will block logs that match the specified pattern from being passed to the node output.
See the full Regex Filter node specification (Paid Tier).