Trigger Solink Event
Trigger an Event in Solink
Overview
This node triggers an Event in Solink based on events generated by previous nodes, or a custom trigger condition. This event can be used to build dashboards, review alerts and more.
The event_source property controls how this node is triggered:
built_in(Events from previous nodes): Sends a Solink Event when other nodes in the pipeline (such asannotate_line_counter,event, etc.) generate events. The event names from the previous nodes are used as the event message.custom(Custom Event): Sends a Solink Event with the configuredmessagewhen thetriggercondition evaluates to true.
Inputs & Outputs
- Inputs : 1, Media Format : Raw Video
- Outputs : 1, Media Format: Raw Video
- Output Metadata : None
Properties
| Property | Description | Type | Default | Required |
|---|---|---|---|---|
solink_ip | Solink IP address or host name | string | null | Yes |
solink_port | Solink Port | number | 33666 | Yes |
event_source | Generate Solink Events from events generated by other nodes or a Custom defined event. Options: Events from previous nodes (built_in); Custom Event (custom). | enum | custom | Yes |
trigger | Send an event to Solink when this condition evaluates to true. Conditional on event_source being custom. | trigger-condition | null | Yes |
event_type | Event type. Options: Alert (alert): Send message specified below as an alert; Metrics (metrics): Send metadata from other nodes in this pipeline; Alert and Metrics (alert_and_metrics): Send message specified below and metadata from other nodes in this pipeline. | enum | alert | No |
message | If specified, includes the message along with the event sent to Solink. When Source is "Events from previous nodes", the triggering event names are used as the message. Conditional on event_source being custom. | string | null | No |
interval | Min. time between consecutive events. Unit: seconds. | number | 0 | Yes |
batch | Batch metadata? | bool | false | No |
Output Metadata
Node does not insert any output metadata; upstream metadata continues through the pipeline
Solink Configuration
You will need to contact your Solink support team to setup Solink to receive Lumeo events.
Updated about 1 month ago
Did this page help you?
