Skip to main content
Skip table of contents

Log Alerts

In the event of an error while inserting a document into SBW DB or Analytics DB, an error message gets logged into esberr.log file. Instead of manually checking this log file for any failures while inserting the document into database, email alerts can be configured with specific log messages in the LogEmailer present at $FIORANO_HOME/esb/samples/SamplePrograms/Misc/LogEmailer.java.

To use the Log Emailer, perform the following actions after stopping the FES/FPS server:

  1. Start eStudio and open the Profile Management perspective.
  2. To enable sending of log alert in 
    1. FESLoad FES profile and enable the LogAlertSendingEnabled option by going to Fiorano > esb > Transport > TransportManager > FESTransportManagerConfig



    2. FPS: Load FPS profile and  and enable the LogAlertSendingEnabled option by going to  Fiorano > Esb > Peer > Configuration > FPSCommonConfigLoader.



  3. Start the servers.

  4. Set the configurations related to mail authentication and fiorano servers in the config.properties file at $FIORANO_HOME/esb/samples/SamplePrograms/Misc directory.



  5. Set the texts to be filtered in the filter.txt file at $FIORANO_HOME/esb/samples/SamplePrograms/Misc.



  6. Compile the program using the command below:

    CODE
    ../bin/compile-client.sh LogEmailer.java
  7. Run the program using the command below:

    CODE
    ../bin/run-client.sh LogEmailer

Program subscribes to the topic given in the config.properties file and starts sending emails to the recipient in case of logs with the text given in filter.txt file.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.