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:

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

string
The tag name of the configured flow action.

Flow Action Attributes - Example

{
  "flow": {
    ...
  },
  "flow_action": "vpn-attempt",
  ...
}