-
Notifications
You must be signed in to change notification settings - Fork 797
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.