forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs for new subcommands (elastic#4832)
* Add docs for new subcommands * Add changes from review
- Loading branch information
1 parent
7f4fd5b
commit 0e91ea0
Showing
24 changed files
with
765 additions
and
212 deletions.
There are no files selected for viewing
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,25 @@ | ||
///// | ||
// NOTE: | ||
// Each beat has its own setup overview to allow for the addition of content | ||
// that is unique to each beat. | ||
///// | ||
|
||
[[seting-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 bulletedl ist ^^ too. | ||
|
||
include::../../libbeat/docs/shared-directory-layout.asciidoc[] | ||
|
||
include::../../libbeat/docs/command-reference.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 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,30 @@ | ||
///// | ||
// NOTE: | ||
// Each beat has its own setup overview to allow for the addition of content | ||
// that is unique to each beat. | ||
///// | ||
|
||
[[seting-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>> | ||
|
||
|
||
//MAINTAINERS: If you add a new file to this section, make sure you update the bulletedl ist ^^ too. | ||
|
||
include::../../libbeat/docs/shared-directory-layout.asciidoc[] | ||
|
||
include::../../libbeat/docs/command-reference.asciidoc[] | ||
|
||
include::./running-on-docker.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 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,29 @@ | ||
///// | ||
// NOTE: | ||
// Each beat has its own setup overview to allow for the addition of content | ||
// that is unique to each beat. | ||
///// | ||
|
||
[[seting-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>> | ||
|
||
//MAINTAINERS: If you add a new file to this section, make sure you update the bulletedl ist ^^ too. | ||
|
||
include::../../libbeat/docs/shared-directory-layout.asciidoc[] | ||
|
||
include::../../libbeat/docs/command-reference.asciidoc[] | ||
|
||
include::./running-on-docker.asciidoc[] |
Oops, something went wrong.