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.
Update info about loading dashboards and index templates (elastic#4778)
Update Auditbeat docs with changes from testing
- Loading branch information
1 parent
8b63183
commit 50b0e4f
Showing
48 changed files
with
715 additions
and
439 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[float] | ||
[[ulimit]] | ||
=== {beatname_uc} fails to watch folders because too many files are open? | ||
|
||
Because of the way file monitoring is implemented on macOS, you may see a | ||
warning similar to the following: | ||
|
||
[source,shell] | ||
---- | ||
eventreader_fsnotify.go:42: WARN [audit.file] Failed to watch /usr/bin: too many | ||
open files (check the max number of open files allowed with 'ulimit -a') | ||
---- | ||
|
||
To resolve this issue, run {beatname_uc} with the `ulimit` set to a larger | ||
value, for example: | ||
|
||
["source","sh",subs="attributes"] | ||
---- | ||
sudo sh -c 'ulimit -n 8192 && ./{beatname_uc} -e | ||
---- | ||
|
||
Or: | ||
|
||
["source","sh",subs="attributes"] | ||
---- | ||
sudo su | ||
ulimit -n 8192 | ||
./{beatname_lc} -e | ||
---- |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.