mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-04-08 17:15:05 +02:00
43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
/////
|
|
// NOTE:
|
|
// Each beat has its own setup overview to allow for the addition of content
|
|
// that is unique to each beat.
|
|
/////
|
|
|
|
[[setting-up-and-running]]
|
|
== Setting up and running {beatname_uc}
|
|
|
|
Before reading this section, see the
|
|
<<{beatname_lc}-getting-started,getting started documentation>> for basic
|
|
installation instructions to get you started.
|
|
|
|
This section includes additional information on how to set up and run
|
|
{beatname_uc}, including:
|
|
|
|
* <<directory-layout>>
|
|
|
|
* <<command-line-options>>
|
|
|
|
* <<running-on-docker>>
|
|
|
|
* <<running-on-kubernetes>>
|
|
|
|
* <<running-with-systemd>>
|
|
|
|
|
|
//MAINTAINERS: If you add a new file to this section, make sure you update the bulleted list ^^ too.
|
|
|
|
include::{libbeat-dir}/docs/shared-directory-layout.asciidoc[]
|
|
|
|
include::{libbeat-dir}/docs/keystore.asciidoc[]
|
|
|
|
include::{libbeat-dir}/docs/command-reference.asciidoc[]
|
|
|
|
include::./running-on-docker.asciidoc[]
|
|
|
|
include::./running-on-kubernetes.asciidoc[]
|
|
|
|
include::{libbeat-dir}/docs/shared-systemd.asciidoc[]
|
|
|
|
include::{libbeat-dir}/docs/shared-shutdown.asciidoc[]
|