config case_sensitive = false | preset=xdr_file | filter event_type = ENUM.FILE and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 ((actor_process_image_path in ("*\dotnet.exe", "*\w3wp.exe", "*\java.exe")) and 
 (action_file_name in ("*\apache*", "*\tomcat*")) and 
 action_file_name contains "\webapps\ROOT\" and 
 action_file_name contains ".jsp"))