Skip to content

Commit 3fe3e25

Browse files
committed
scenarios
1 parent bf5e053 commit 3fe3e25

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

articles/sentinel/data-transformation.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,17 @@ These two tools will be explained in more detail below.
2626

2727
## Use cases and sample scenarios
2828

29-
### Filtering
29+
[Sample transformations in Azure Monitor](/azure/azure-monitor/essentials/data-collection-transformations-samples) provides description and sample queries for common scenarios using ingestion-time transformations in Sentinel and Azure Monitor.
3030

31-
Ingestion-time transformation provides you with the ability to filter out irrelevant data even before it's first stored in your workspace.
31+
Scenarios that are particularly useful for Microsoft Sentinel include:
3232

33-
You can filter at the record (row) level, by specifying criteria for which records to include, or at the field (column) level, by removing the content for specific fields. Filtering out irrelevant data can:
33+
- [Reduce data costs.](/azure/azure-monitor/essentials/data-collection-transformations-samples#reduce-data-costs) Filter collection of data by either rows or columns to reduce ingestion and storage costs.
3434

35-
- Help to reduce costs, as you reduce storage requirements
36-
- Improve performance, as fewer query-time adjustments are needed
35+
- [Normalization](/azure/azure-monitor/essentials/data-collection-transformations-samples#normalize-data). Normalize logs with the [Advanced Security Information Model (ASIM)](normalization.md) to improve the performance of normalized queries. For more information, see [Ingest-time normalization](normalization-ingest-time.md).
3736

38-
Ingestion-time data transformation supports [multiple-workspace scenarios](extend-sentinel-across-workspaces-tenants.md).
37+
- [Enrich data](/azure/azure-monitor/essentials/data-collection-transformations-samples#enrich-data).Ingestion-time transformations let you improve analytics by enriching your data with extra columns added to the configured KQL transformation. Extra columns might include parsed or calculated data from existing columns.
3938

40-
### Normalization
41-
42-
Ingest-time transformation also allows you to normalize logs when they're ingested into built-in or customer-normalized tables with [Advanced Security Information Model (ASIM)](normalization.md). Using ingest-time normalization improves the performance of normalized queries.
43-
44-
For more information, see [Ingest-time normalization](normalization-ingest-time.md).
45-
46-
### Enrichment and tagging
47-
48-
Ingestion-time transformation also lets you improve analytics by enriching your data with extra columns added to the configured KQL transformation. Extra columns might include parsed or calculated data from existing columns, or data taken from data structures created on-the-fly.
49-
50-
For example, you could add extra information such as external HR data, an expanded event description, or classifications that depend on the user, location, or activity type.
51-
52-
### Masking
53-
54-
Ingestion-time transformations can also be used to mask or remove personal information. For example, you might use data transformation to mask all but the last digits of a social security number or credit card number, or you could replace other types of personal data with nonsense, standard text, or dummy data. Mask your personal information at ingestion time to increase security across your network.
39+
- [Remove sensitive data](/azure/azure-monitor/essentials/data-collection-transformations-samples#remove-sensitive-data). Ingestion-time transformations can be used to mask or remove personal information such as masking all but the last digits of a social security number or credit card number.
5540

5641
## Data ingestion flow in Microsoft Sentinel
5742

0 commit comments

Comments
 (0)