This article demonstrates message logging from Apigee Edge to ELK (Elastic, Logstash, Kibana) stack.
Apigee supports message logging to external systems like Loggly, Splunk and many more; Though sending logs to Loggly is much-much simpler, it took me quite some time and efforts to send logs, specially JSON to ELK stack (customer-requirement), the policy configuration of this apiproxy at Apigee Edge side is much easy, however parsing the logs in JSON format was the difficult task.
The objective of creating this repository to help Apigee developers to Quick Start with logging with ELK stack.
Please refer this github repo which describes in detail how to use it - https://github.com/bhatikuldeep/hello-world-elk-logging#how-to-use-it
Using scheduling for Apigee trace instead of manual work with control
Apigee 4MV4D - Programming of APIs - Series - API Proxy - S01E03
Apigee Edge - 4MV4D - Quota Policy - Flexi Type - S02E08
Access Control using X-Forwarded-For Header
Logging to Sumo Logic using JavaScript and HTTP
Apigee 4MV4D - Programming of APIs - Series - Request, Response, Flow Variables - S01E04
Apigee Edge - 4MV4D - Quota Policy - Conditional Quota Count - S02E09