
Hi Micropole,
I’m not entirely sure why your query looks like that. However after some testing i got it working with a modified version like below:
(MsWinEventLog OR norm_id=WinServer*) label=Object label=Access (access_list="*4417*" OR access="*WriteData*")
-relative_target in SYSTEM_PATHS
| rename relative_target as Object, share_path as Path
| chart count() by user, device_name, object_type,Path, Object
| fields user, device_name, object_type, Path, Object
You have to have the list “SYSTEM_PATHS” in the Logpoint for the query to work aswell.
Best Regards,
Gustav
2 comments