dockerfiles/apm-server
kev f987a21c73 update apm-server 2019-01-10 17:14:48 +08:00
..
data update apm-server 2019-01-10 17:14:48 +08:00
README.md update apm-server 2019-01-10 17:14:48 +08:00
docker-compose.yml add apm-server 2019-01-10 17:03:42 +08:00

apm-server

The APM Server receives data from APM agents and transforms them into Elasticsearch documents. It does this by exposing an HTTP server endpoint to which agents stream the APM data they collect. After the APM Server has validated and processed events from the APM agents, the server transforms the data into Elasticsearch documents and stores them in corresponding Elasticsearch indices.

The APM Server works in conjunction with APM agents, Elasticsearch, and Kibana. Please view the APM Overview for details on how these components work together.