Forum Discussion

CyrilChu's avatar
CyrilChu
Copper Contributor
May 19, 2022
Solved

Sentinel mask or remove specific sensitive data field

Hi everyone, I am using Office 365 data collector. This collector will collect Exchange Log from O365. The exchange log will include the email subject and it may contain some sensitive data.

Can Sentinel mask or remove this email subject field before we search it?

 

Search query:

OfficeActivity
| where RecordType == "ExchangeItemGroup" or RecordType == "ExchangeItem"
| extend Subject_ = tostring(parse_json(Item).Subject)
| where Subject_ <> ""
| project Subject_

 

7 Replies

Resources