Files
docker-elk/extensions/apm-server/Dockerfile
HarisSistek decde0ba0d Add APM server extension (#326)
Why:
* Adds Elasticsearch Application Performance Monitoring extension
* Can view application traces, errors and alerts trough Kibana

How:
* Add extension for apm-server container to the network which will receive traffic on port 8200 and report to elastic search server at port 9200
2018-10-19 10:28:56 +13:00

4 lines
70 B
Docker

ARG ELK_VERSION
FROM docker.elastic.co/apm/apm-server:${ELK_VERSION}