-
Notifications
You must be signed in to change notification settings - Fork 525
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
10 changed files
with
35 additions
and
70 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
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
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
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
//Added conditional coding to support Beats that don't offer all of these install options | ||
|
||
To configure {beatname_uc}, you edit the configuration file. | ||
|
||
ifeval::["{beatname_lc}"!="auditbeat"] | ||
For rpm and deb, you'll find the configuration file at +/etc/{beatname_lc}/{beatname_lc}.yml+. | ||
For mac and win, look in the archive that you just extracted. | ||
Under Docker, it's located at +/usr/share/{beatname_lc}/{beatname_lc}.yml+. | ||
|
||
To configure {beatname_uc}, you edit the configuration file. For rpm and deb, | ||
you'll find the configuration file at +/etc/{beatname_lc}/{beatname_lc}.yml+. Under | ||
Docker, it's located at +/usr/share/{beatname_lc}/{beatname_lc}.yml+. For mac and win, | ||
look in the archive that you just extracted. | ||
|
||
endif::[] | ||
|
||
ifeval::["{beatname_lc}"=="auditbeat"] | ||
For rpm and deb, you'll find the configuration file at +/etc/{beatname_lc}/{beatname_lc}.yml+. | ||
For mac and win, look in the archive that you just extracted. | ||
endif::[] | ||
|
||
To configure {beatname_uc}, you edit the configuration file. For rpm and deb, | ||
you'll find the configuration file at +/etc/{beatname_lc}/{beatname_lc}.yml+. | ||
For mac and win, look in the archive that you just extracted. There’s also a | ||
full example configuration file called +{beatname_lc}.reference.yml+ that shows | ||
all non-deprecated options. | ||
|
||
ifeval::["{beatname_lc}"!="apm-server"] | ||
There’s also a full example configuration file called +{beatname_lc}.reference.yml+ | ||
that shows all non-deprecated options. | ||
endif::[] | ||
|
||
TIP: See the | ||
See the | ||
{libbeat}/config-file-format.html[Config File Format] section of the | ||
_Beats Platform Reference_ for more about the structure of the config file. |
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
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