mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-03 11:38:05 +01:00
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
4 lines
70 B
Docker
4 lines
70 B
Docker
ARG ELK_VERSION
|
|
|
|
FROM docker.elastic.co/apm/apm-server:${ELK_VERSION}
|