You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Telegraf supports subscribing to OPC UA data changes, such as updated sensor readings or metrics. However, event notifications—critical for alarms, warnings, and operational logs—are not natively supported. This limits users’ ability to monitor real-time events and system alerts effectively.
I have implemented an Input Plugin that can subscribe to one or multiple Node_IDs and capture upcoming events.
Benefits:
Enhanced Monitoring: Receive real-time alerts for events, filling the gap left by data-change-only monitoring.
Flexible Filtering: Focus on relevant events using event type, source name, and specific fields.
Improved Security: Supports encrypted OPC UA communication with certificates and security policies.
Expected behavior
Use this Input Plugin to subscribe to OPC UA node IDs and fetch upcoming events and hand over the received fields to the telegraf accumulator.
Actual behavior
Not possible currently
Additional info
Plugin is developed and fully tested. This Feature Request is only created to fulfill all the steps in the pull request process.
The text was updated successfully, but these errors were encountered:
Use Case
Currently, Telegraf supports subscribing to OPC UA data changes, such as updated sensor readings or metrics. However, event notifications—critical for alarms, warnings, and operational logs—are not natively supported. This limits users’ ability to monitor real-time events and system alerts effectively.
I have implemented an Input Plugin that can subscribe to one or multiple Node_IDs and capture upcoming events.
Benefits:
Expected behavior
Use this Input Plugin to subscribe to OPC UA node IDs and fetch upcoming events and hand over the received fields to the telegraf accumulator.
Actual behavior
Not possible currently
Additional info
Plugin is developed and fully tested. This Feature Request is only created to fulfill all the steps in the pull request process.
The text was updated successfully, but these errors were encountered: