-
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.
Rename Filebeat module from system.audit to auditd.log (#3941)
* Rename Filebeat module from system.audit to auditd.log This moves the `audit` fileset from the `system` module into its own module named `auditd`. The new fileset name is `log`. * Add changelog entry for auditd module.
- Loading branch information
1 parent
a66a719
commit ee07419
Showing
31 changed files
with
320 additions
and
202 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
File renamed without changes
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,41 @@ | ||
//// | ||
This file is generated! See scripts/docs_collector.py | ||
//// | ||
|
||
[[filebeat-module-auditd]] | ||
== Auditd module | ||
|
||
This module collects and parses logs from the audit daemon (`auditd`). | ||
|
||
[float] | ||
=== Compatibility | ||
|
||
This module was tested with logs from `auditd` on OSes like CentOS 6 and | ||
CentOS 7. | ||
|
||
This module is not available for Windows. | ||
|
||
[float] | ||
=== Dashboard | ||
|
||
This module comes with a sample dashboard showing an overview of the audit log | ||
data. You can build more specific dashboards that are tailored to the audit | ||
rules that you use on your systems. | ||
|
||
image::./images/kibana-audit-auditd.png[] | ||
|
||
[float] | ||
=== Syslog fileset settings | ||
|
||
[float] | ||
==== var.paths | ||
|
||
An array of paths where to look for the log files. If left empty, Filebeat | ||
will choose the paths depending on your operating systems. | ||
|
||
|
||
=== Fields | ||
|
||
For a description of each field in the metricset, see the | ||
<<exported-fields-auditd,exported fields>> section. | ||
|
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
Oops, something went wrong.