See Logs in Gateway

Not applicable

Apigee has lots of components like RMP, managment server,CS,analytics .

directory structure for a private OPDK install for logs is /opt/apigee/var/log/<componentName>.

Which logs should i see if im interested in my api proxy traffic ,api proxy details ,app key ,complete request made . ?

regards

arpit

0 1 227
1 REPLY 1

Not applicable

Hi,

Incoming requests are stored in the nginx logs on each router. These are basic entries in a form similar to the common log format. These we be located in

/opt/api/var/log/edge-router/nginx/logs/<log_per_vhost>

Data related to the API proxies themselves will be in analytics. There are both default reports or you can create custom reports if you need more detail.

Analyics Overview

regards,