i was sucesful to capture file activites with file_events. But could not make the process_file_events work properly. After some file activities in monitored directory could not see any event coming to my plugin. For same plugin with same conf file the file_events are fetched successfully.
the conf file is modified to contain process_file_events instead of file_events.
Following is the flags file..:
--disable_extensions=false
--disable_events=false
--disable_audit=false
--enable_file_events=true
--audit_allow_config=true
--audit_allow_process_events=true
--audit_allow_fim_events=true
--logger_plugin=LogrPlugin
--extensions_timeout=10
--extensions_interval=5
--extensions_require=ExtensnMgr
is the flags file correct? and any other difference to made between file_events (which was working) and process_file_events?