Created
September 16, 2021 19:41
-
-
Save Piumal1999/dde1582ff305b86c5e5ca1f52fa8a59c to your computer and use it in GitHub Desktop.
Apache web server: /etc/filebeat/modules.d/system.yml
This file contains hidden or 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
| # Module: system | |
| # Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-system.html | |
| - module: system | |
| # Syslog | |
| syslog: | |
| enabled: true | |
| # Set custom paths for the log files. If left empty, | |
| # Filebeat will choose the paths depending on your OS. | |
| #var.paths: | |
| # Authorization logs | |
| auth: | |
| enabled: true | |
| # Set custom paths for the log files. If left empty, | |
| # Filebeat will choose the paths depending on your OS. | |
| #var.paths: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment