Skip to content

Commit

Permalink
update apm-server
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Jan 10, 2019
1 parent 29dd732 commit f987a21
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
15 changes: 15 additions & 0 deletions apm-server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apm-server
==========

The [APM Server][1] receives data from [APM agents][2] 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.

[1]: https://www.elastic.co/guide/en/apm/server/current/index.html
[2]: https://www.elastic.co/guide/en/apm/agent/index.html
14 changes: 0 additions & 14 deletions apm-server/data/README.md

This file was deleted.

0 comments on commit f987a21

Please sign in to comment.