Flow Actions Telemetry
The Flow Actions telemetry record contains per-flow metadata produced when a flow action is triggered.
Requirements
Flow Actions telemetry was introduced in the Flow Actions Plugin in version 1.1.0. To begin streaming the telemetry:
- Install and configure the Netify Agent
- Install and configure a Sink Plugin for receiving the telemetry
- Install and configure the Flow Actions Plugin
- Configure Sink Targets
- Add the sink targets to any or all of your actions
- Source
- Flow Actions Plugin
- Plugin Release
- 1.1.0
Attributes
The flow_action is attached to a standard Netify flow record. See the Flow Telemetry documentation for details.
flow_action
stringFlow Action Attributes - Example
{
"flow": {
...
},
"flow_action": "vpn-attempt",
...
}