d946fe80cd | ||
---|---|---|
.. | ||
Filtering | ||
Logstash | ||
Masking | ||
Media | ||
Tagging | ||
README.md |
README.md
Microsoft Sentinel Transformations Library
This repository contains samples for multiple scenarios that are possible thanks to the new Log Analytics Custom Logs v2 and pipeline transformation features.
Filtering
Ingestion time transformation allows you to drop specific fields from events or even full evets that you don't need to have in the workspace.
- Dropping fields
- Dropping entire records
- Dropping fields just for some vendors or devices
- Multiple workspaces for independent entities
Enrichment/Tagging
Adding additional context to an event can greatly help analysts in their scoping and investigation process.
- Enriching an event or a field in the event with additional meaningful information
- Translating a value into a customer’s business related value (Geo, Departments,…)
PII Masking/Obfuscation
Another scenario is obfuscation or masking of PII information. This can be Social Security Numbers, email addresses, phone numbers, etc.
Logstash
Among other enhancements, the new custom logs API allows you to ingest custom data into some Microsoft tables: SecurityEvent, WindowsEvent, CommonSecurityLog and Syslog. We have also updated the Microsoft Sentinel Logastash plugin to work with the new API.