cancel
Showing results for 
Search instead for 
Did you mean: 

Export Alerts from Alert

CWells
Level 2
How can one from the Alert Stage export alerts to an external system ? Email ? Log file ? Rest Api ? SNMP ? Is there a doc on this ?
Thank !

------------------------------
C Wells
------------------------------
1 BEST ANSWER

Best Answers

VivekGoel
Level 10
Alert Stage can't directly export the alerts to 3rd party system. However, if you are able to configure the alert, you would probably be able to :

1- Send a notification using any method (write to log file, send window messages via SMNP, or pass it on as an input parameter to any custom API) from within the process itself.
2- Write a SQL query on [BPAAlertEvent] table to export the log to desired system.

Any many more such thoughts can be implemented.

------------------------------
Vivek Goel
"If you like this post, please press the "Recommend" Button.
------------------------------

View answer in original post

1 REPLY 1

VivekGoel
Level 10
Alert Stage can't directly export the alerts to 3rd party system. However, if you are able to configure the alert, you would probably be able to :

1- Send a notification using any method (write to log file, send window messages via SMNP, or pass it on as an input parameter to any custom API) from within the process itself.
2- Write a SQL query on [BPAAlertEvent] table to export the log to desired system.

Any many more such thoughts can be implemented.

------------------------------
Vivek Goel
"If you like this post, please press the "Recommend" Button.
------------------------------