clong
03/08/2017, 8:05 PMFile Accesses
File accesses on Linux using inotify may induce unexpected and unwanted performance reduction. To prevent 'flooding' of access events alongside FIM, access events for file_path categories is an explicit opt-in. Add the following list of categories:
{
"file_accesses": ["homes", "etc"]
}
Can i specify file_path or are categories the only supported option?