forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Add missing config options to shared file (elastic#15136)
* [DOCS] Add missing config options to shared file * Add fixes from review * Run mage fmt update to fix build error
- Loading branch information
1 parent
7b2f873
commit 7960c77
Showing
8 changed files
with
111 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
////////////////////////////////////////////////////////////////////////// | ||
//// This content is shared by all Auditbeat modules. Make sure you keep the | ||
//// descriptions generic enough to work for all modules. To include | ||
//// this file, use: | ||
//// | ||
//// include::{docdir}/auditbeat-options.asciidoc[] | ||
//// | ||
////////////////////////////////////////////////////////////////////////// | ||
|
||
[id="module-standard-options-{modulename}"] | ||
[float] | ||
==== Standard configuration options | ||
|
||
You can specify the following options for any {beatname_uc} module. | ||
|
||
*`module`*:: The name of the module to run. | ||
|
||
ifeval::["{modulename}"=="system"] | ||
*`datasets`*:: A list of datasets to execute. | ||
endif::[] | ||
|
||
*`enabled`*:: A Boolean value that specifies whether the module is enabled. | ||
|
||
ifeval::["{modulename}"=="system"] | ||
*`period`*:: The frequency at which the datasets check for changes. If a system | ||
is not reachable, {beatname_uc} returns an error for each period. This setting | ||
is required. For most datasets, especially `process` and `socket`, a shorter | ||
period is recommended. | ||
endif::[] | ||
|
||
*`fields`*:: A dictionary of fields that will be sent with the dataset event. This setting | ||
is optional. | ||
|
||
*`tags`*:: A list of tags that will be sent with the dataset event. This setting is | ||
optional. | ||
|
||
*`processors`*:: A list of processors to apply to the data generated by the dataset. | ||
+ | ||
See <<filtering-and-enhancing-data>> for information about specifying | ||
processors in your config. | ||
|
||
*`index`*:: If present, this formatted string overrides the index for events from this | ||
module (for elasticsearch outputs), or sets the `raw_index` field of the event's | ||
metadata (for other outputs). This string can only refer to the agent name and | ||
version and the event timestamp; for access to dynamic fields, use | ||
`output.elasticsearch.index` or a processor. | ||
+ | ||
Example value: `"%{[agent.name]}-myindex-%{+yyyy.MM.dd}"` might | ||
expand to +"{beatname_lc}-myindex-2019.12.13"+. | ||
|
||
*`keep_null`*:: If this option is set to true, fields with `null` values will be published in | ||
the output document. By default, `keep_null` is set to `false`. | ||
|
||
*`service.name`*:: A name given by the user to the service the data is collected from. It can be | ||
used for example to identify information collected from nodes of different | ||
clusters with the same `service.type`. |
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