Skip to content

Commit cfd25e2

Browse files
Merge pull request #215822 from austinmccollum/patch-1
Clarify data ingestion paragraph
2 parents 3a1bfd3 + b7bcbc2 commit cfd25e2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/sentinel/data-transformation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ Ingestion-time transformations can also be used to mask or remove personal infor
4646

4747
## Data ingestion flow in Microsoft Sentinel
4848

49-
The following image shows where ingestion-time data transformation enters the data ingestion flow into Microsoft Sentinel.
49+
The following image shows where ingestion-time data transformation enters the data ingestion flow in Microsoft Sentinel.
5050

51-
Microsoft Sentinel collects data into the Log Analytics workspace from multiple sources. Data from built-in data connectors is processed in Log Analytics using some combination of hardcoded workflows and ingestion-time transformations, and data ingested directly into the logs ingestion API endpoint is , and then stored in either standard or custom tables.
51+
Microsoft Sentinel collects data into the Log Analytics workspace from multiple sources.
52+
- Data from built-in data connectors is processed in Log Analytics using some combination of hardcoded workflows and ingestion-time transformations in the workspace DCR. This data can be stored in standard tables or in a specific set of custom tables.
53+
- Data ingested directly into the Logs ingestion API endpoint is processed by a DCR that may include an ingestion-time transformation, and then stored in either standard or custom tables. This data can then be stored in either standard or custom tables of any kind.
5254

5355
:::image type="content" source="media/data-transformation/data-transformation-architecture.png" alt-text="Diagram of the Microsoft Sentinel data transformation architecture.":::
5456

0 commit comments

Comments
 (0)