Hello
Whitch is the best practice to execute an automation getting a row value from a table without using alarms template.
i would like get the row values by correlation to execuete an automation or i can use a external protocol with is polling with 60secons to read the table, i preffer correlation by the speed but the table cant generate alarms.
Thanks
Hi Juan,
Would it be possible to incorporate that logic into the connector?
Before populating the table, you could detect changes and trigger the appropriate automation script.
This way, you wouldn’t need to poll the table.
Kind regards,
Hi Juan,
You could generate information events from an alarm template:
Configuring an alarm template to generate information messages
Your correlation rule can be triggered by information events:
General configuration of Correlation rules
Hope it helps.