forked from elastic/apm-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Secure communication (elastic#10841)
* rest of secure docs * per @simitt, remove addtl users and roles * remove linux seccomp
- Loading branch information
1 parent
0365bce
commit 34706cf
Showing
8 changed files
with
65 additions
and
204 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
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
93 changes: 0 additions & 93 deletions
93
docs/legacy/copied-from-beats/docs/security/linux-seccomp.asciidoc
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
docs/legacy/copied-from-beats/docs/shared-securing-beat.asciidoc
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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
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,22 @@ | ||
[[securing-apm-server]] | ||
== Secure communication with the {stack} | ||
|
||
++++ | ||
<titleabbrev>Secure communication</titleabbrev> | ||
++++ | ||
|
||
The following topics provide information about securing the APM Server | ||
process and connecting securely to APM agents and the {stack}. | ||
|
||
* <<secure-agent-communication,Secure communication with APM agents>> | ||
* <<secure-comms-stack,Secure communication with the {stack}>> | ||
|
||
:leveloffset: +1 | ||
include::secure-agent-communication.asciidoc[] | ||
|
||
// APM privileges | ||
include::{docdir}/legacy/feature-roles.asciidoc[] | ||
|
||
// APM API keys | ||
include::{docdir}/legacy/api-keys.asciidoc[] | ||
:leveloffset: -1 |