-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
1 parent
e1f8a19
commit 61ce860
Showing
21 changed files
with
207 additions
and
285 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,10 @@ | ||
[[faq]] | ||
== Frequently asked questions | ||
|
||
IMPORTANT: This documentation is placeholder content. It has not yet been reviewed. | ||
|
||
This section contains frequently asked questions about {beatname_uc}. Also check | ||
out the https://discuss.elastic.co/c/beats/{beatname_lc}[{beatname_uc} | ||
discussion forum]. | ||
|
||
[float] | ||
[id="{beatname_lc}-sometext"] | ||
=== Question 1? | ||
|
||
ADD DESCRIPTION HERE | ||
|
||
[float] | ||
[id="{beatname_lc}-sometext2"] | ||
=== Question 2? | ||
|
||
ADD DESCRIPTION HERE | ||
|
||
include::../../libbeat/docs/faq-limit-bandwidth.asciidoc[] | ||
|
||
include::../../libbeat/docs/shared-faq.asciidoc[] |
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,10 +1,66 @@ | ||
[[configuration-general-options]] | ||
== Specify general settings | ||
|
||
IMPORTANT: This documentation is placeholder content. It has not yet been reviewed. | ||
|
||
You can specify settings in the +{beatname_lc}.yml+ config file to control the | ||
general behavior of {beatname_uc}. | ||
general behavior of {beatname_uc}. This includes: | ||
|
||
* <<configuration-global-options,Global options>> that control things like | ||
publisher behavior and the location of some files. | ||
|
||
* <<configuration-general,General options>> that are supported by all Elastic | ||
Beats. | ||
|
||
[float] | ||
[[configuration-global-options]] | ||
=== Global {beatname_uc} configuration options | ||
|
||
These options are in the +{beatname_lc}+ namespace. | ||
|
||
[float] | ||
[id="{beatname_lc}-registry-file"] | ||
==== `registry_file` | ||
|
||
The name of the registry file. If a relative path is used, it is considered relative to the | ||
data path. See the <<directory-layout>> section for details. The default is `${path.data}/registry`. | ||
|
||
["source","sh",subs="attributes"] | ||
---- | ||
{beatname_lc}.registry_file: registry | ||
---- | ||
|
||
[float] | ||
[id="{beatname_lc}-backoff"] | ||
==== `backoff` | ||
|
||
The number of seconds to wait before trying to read again from journals. The | ||
default is 1s. | ||
|
||
[float] | ||
[id="{beatname_lc}-backoff-factor"] | ||
==== `backoff_factor` | ||
|
||
Multiplier of the backoff value. The default is 1s. | ||
|
||
[float] | ||
[id="{beatname_lc}-max-backoff"] | ||
==== `max_backoff` | ||
|
||
The maximum number of seconds to wait before attempting to read again from | ||
journals. The default is 60s. | ||
|
||
[float] | ||
==== `seek` | ||
|
||
This option is valid as a global setting under the +{beatname_lc}+ namespace | ||
or under `paths`. For a description of this option, see | ||
<<{beatname_lc}-seek,`seek`>>. | ||
|
||
[float] | ||
==== `include_matches` | ||
|
||
This option is valid as a global setting under the +{beatname_lc}+ namespace | ||
or under `paths`. For a description of this option, see | ||
<<{beatname_lc}-include-matches,`include_matches`>>. | ||
|
||
include::../../libbeat/docs/generalconfig.asciidoc[] | ||
|
Oops, something went wrong.