29 lines
834 B
Text
29 lines
834 B
Text
/////
|
|
// 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>>
|
|
|
|
//MAINTAINERS: If you add a new file to this section, make sure you update the bulleted list ^^ too.
|
|
|
|
include::../../libbeat/docs/shared-directory-layout.asciidoc[]
|
|
|
|
include::../../libbeat/docs/keystore.asciidoc[]
|
|
|
|
include::../../libbeat/docs/command-reference.asciidoc[]
|
|
|
|
include::../../libbeat/docs/shared-shutdown.asciidoc[]
|