Apigee edge sending error logs as a notification to mobile device

In the earlier docs we have push notifications that sends notifications to apigee sdk using api baas and firebase console. Since API Baas is no longer served then what should be the alternative.

I want to send the api error log to mobile device as a notification. If this works I would like to try app logs and product logs too. Is there any documentation related to this after the baas EOL. I have tried sending push notifications in apigee in 2016. Now I want this scenario back in to place

Any suggestions?

0 2 125
2 REPLIES 2

cleisommais
Participant II

Hi,

If I understood your query correctly, you can use the integration between Apigee and Splunk. I will add here for you some links for you understand more about that.

The whole idea is you send your logs when you want, like error for example, from Apigee to Splunk. Once in Splunk you can create a trigger within of Splunk to send some notification. Another way, that you can try find is some Rhino library that can integrate with mobile notification, and other way is run Node + Express framework within Apigee as resource and add some library to send the notifications as you want.

https://community.apigee.com/articles/13298/log-messages-into-splunk.html

https://splunkbase.splunk.com/app/4064/

https://answers.splunk.com/answers/761316/what-is-the-best-practice-to-send-logging-from-mob.html

Good luck

Cleison Melo.

Can you please elaborate on what your actual use case is / what you're trying to do? What do you mean by "send the api error log to mobile device"

Why I ask is because we have the API Monitoring and alerting capabilities, and if you're trying to send some type of notification based on unexpected errors, I wonder if using the alerting capabilities is a better fit.