Forum Discussion
securityxpert1122
Jul 27, 2023Copper Contributor
Runtime transformation in Sentinel
I want to exclude windows EventID 4663 and ObjectType =file using runtime transformation. I applied below: | where EventID != 4663 and ObjectType != "File" but it removes all 4663 events rath...
- Jul 28, 2023
yes, thats exactly I wanted. Thank you so much for your help.
KubaTom
Jul 28, 2023Brass Contributor
securityxpert1122
Jul 28, 2023Copper Contributor
yes, thats exactly I wanted. Thank you so much for your help.