Question
2
Replies
463
Views
Posted: May 3, 2017
Last activity: May 12, 2017
Closed
how could i get the Real-Time AES-Alert
Hi All,
we would like to implement a push action to send the real time AES-Alert Message to third-party or write it to a certain lof-file.
But how could we get the real-time Alert-Message, trigger this process automatically and let it run in the background?
i gusess the result from the Report Definition "ClusterHealthStatus" is real-time, so how could i call this Report Definition automatically.
Thanks!
***Updated by moderator: Lochan to add Categories***
Hi LiL94570,
In AES nothing is Real-Time in the usual sense. events happen (alerts or exceptions) and messages are sent to AES. AES parses and analyzes them accordingly. At the moment there is one exit point you can use. There is an activity ExtAlertEmail which is called at the end of this set of activities when parsing an alert line, and if mail is being sent.
parseAlertLine > performAlert > alertEmail > ExtAlertEmail
This is in AES 7.1.7 and AES 7.2. You can look at these activities to determine if this is what you could use.
Please share the details of your use case and the version of AES involved.