Detailed audit log in apigee

How to get details audit log like akana in cloud apigee?

All informations about API proxy request (like. header, body etc.) and response should be captured in audit log.

Is there any way to configure audit log in cloud apigee edge?

0 3 352
3 REPLIES 3

Complete details like that are only captured when traced. If you need to log these for security purposes (eg, auditing) then you should use the MessageLogging policy to log the required details.

Thank you Christian. Yes, we need log for security and debug purpose for error.

I have checked documentation for MessageLogging. Splunk, Sumo Logic, or Loggly need to be used to view the log. It's third party tool and need to purchase it. Is there no other option to view detailed log in apigee?

We are using public cloud apigee edge.

MessageLogging works with any syslog compatible logging system.

If you don't have any, you could use a ServiceCallout policy to ship all the collected information you'd like to log to a microservice who could then store it as necessary.