-
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.
Filebeat: apache2(httpd) log path add to module manifest (#11888)
* Filebeat: apache2(httpd) log path add to module manifest Fedora, RHEL7 apache package (httpd) create logs to '/var/log/httpd' instead of '/var/log/apache2' directory, and the log files are named as '*_log' instead of '.log' format. To make Filebeat apache2 module work out of the box on these environments, add '/var/log/httpd/*_log' pattern to the manifest file will solve this problem. Fixed: #11887 Signed-off-by: Daniel T. Lee <[email protected]>
- Loading branch information
1 parent
40257fb
commit 1e080fd
Showing
3 changed files
with
3 additions
and
0 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