Skip to content

Commit aa6ae4b

Browse files
authored
Merge pull request #184310 from oshezaf/norm/deployed-parsers-3
Norm/deployed parsers 3
2 parents a5a4a53 + ef376d3 commit aa6ae4b

19 files changed

+977
-450
lines changed

articles/sentinel/TOC.yml

Lines changed: 42 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,16 @@
6363
items:
6464
- name: Data collection methods
6565
href: connect-data-sources.md
66-
- name: Normalization and the Advanced SIEM Information Model (ASIM)
67-
items:
68-
- name: ASIM overview
69-
href: normalization.md
70-
- name: ASIM schemas
71-
href: normalization-about-schemas.md
72-
- name: ASIM parsers
73-
href: normalization-about-parsers.md
74-
- name: ASIM content
75-
href: normalization-content.md
7666
- name: Classifying data with entities
7767
href: entities.md
68+
- name: Normalization with ASIM
69+
items:
70+
- name: ASIM overview
71+
href: normalization.md
72+
- name: ASIM schemas
73+
href: normalization-about-schemas.md
74+
- name: ASIM parsers
75+
href: normalization-parsers-overview.md
7876
- name: Kusto Query Language in Microsoft Sentinel
7977
items:
8078
- name: Overview
@@ -188,6 +186,16 @@
188186
href: monitor-data-connector-health.md
189187
- name: Integrate Azure Data Explorer
190188
href: store-logs-in-azure-data-explorer.md
189+
- name: Use ASIM to normalize data
190+
items:
191+
- name: Develop ASIM parsers
192+
href: normalization-develop-parsers.md
193+
- name: Manage ASIM parsers
194+
href: normalization-manage-parsers.md
195+
- name: Use ASIM parsers
196+
href: normalization-about-parsers.md
197+
- name: Modify content to use ASIM
198+
href: normalization-modify-content.md
191199
- name: Use threat intelligence
192200
items:
193201
- name: Connect threat intelligence platforms
@@ -324,32 +332,36 @@
324332
href: ../role-based-access-control/built-in-roles.md#all
325333
- name: Microsoft Sentinel roles
326334
href: ../role-based-access-control/built-in-roles.md#security
335+
- name: Advanced SIEM Information Model (ASIM)
336+
items:
337+
- name: ASIM content
338+
href: normalization-content.md
339+
- name: ASIM schemas
340+
items:
341+
- name: ASIM authentication schema
342+
href: authentication-normalization-schema.md
343+
- name: ASIM DNS schema
344+
href: dns-normalization-schema.md
345+
- name: ASIM DHCP schema
346+
href: dhcp-normalization-schema.md
347+
- name: ASIM file event schema
348+
href: file-event-normalization-schema.md
349+
- name: ASIM network session schema
350+
href: network-normalization-schema.md
351+
- name: ASIM process event schema
352+
href: process-events-normalization-schema.md
353+
- name: ASIM registry event schema
354+
href: registry-event-normalization-schema.md
355+
- name: ASIM web session schema
356+
href: web-normalization-schema.md
357+
- name: Legacy network normalization schema
358+
href: normalization-schema-v1.md
327359
- name: Data collection references
328360
items:
329361
- name: Data source schema reference
330362
href: data-source-schema-reference.md
331363
- name: CEF log field mapping
332364
href: cef-name-mapping.md
333-
- name: Normalization
334-
items:
335-
- name: Authentication normalization schema
336-
href: authentication-normalization-schema.md
337-
- name: DNS normalization schema
338-
href: dns-normalization-schema.md
339-
- name: DHCP normalization schema
340-
href: dhcp-normalization-schema.md
341-
- name: File event normalization schema
342-
href: file-event-normalization-schema.md
343-
- name: Network normalization schema
344-
href: network-normalization-schema.md
345-
- name: Process event normalization schema
346-
href: process-events-normalization-schema.md
347-
- name: Registry event normalization schema
348-
href: registry-event-normalization-schema.md
349-
- name: Web normalization schema
350-
href: web-normalization-schema.md
351-
- name: Legacy network normalization schema
352-
href: normalization-schema-v1.md
353365
- name: Windows security event sets
354366
href: windows-security-event-id-reference.md
355367
- name: Detection and analysis references

articles/sentinel/authentication-normalization-schema.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Microsoft Sentinel provides the following built-in, product-specific authenticat
3636
- **AWS sign-ins**, collected using the AWS CloudTrail connector.
3737
- **Okta authentication**, collected using the Okta connector.
3838

39-
To use the source-agnostic parser, which unifies all of listed parsers, ensuring that you analyze data across all the configured sources, use **imAuthentication** as the table name in your query.
39+
To use the unifying parser, which unifies all of listed parsers, ensuring that you analyze data across all the configured sources, use **imAuthentication** as the table name in your query.
4040

41-
Deploy the [source-agnostic and source-specific parsers](normalization-about-parsers.md) from the [Microsoft Sentinel GitHub repository](https://aka.ms/AzSentinelAuth).
41+
Deploy the [unifying and source-specific parsers](normalization-about-parsers.md) from the [Microsoft Sentinel GitHub repository](https://aka.ms/AzSentinelAuth).
4242

4343

4444

@@ -178,8 +178,8 @@ An **Actor**, running an *Acting Application* (**ActingApp**) on a *Source Devic
178178

179179
For more information, see:
180180

181-
- [Normalization in Microsoft Sentinel](normalization.md)
182-
- [Microsoft Sentinel DNS normalization schema reference](dns-normalization-schema.md)
183-
- [Microsoft Sentinel file event normalization schema reference (Public preview)](file-event-normalization-schema.md)
184-
- [Microsoft Sentinel network normalization schema reference](./network-normalization-schema.md)
185-
- [Microsoft Sentinel process event normalization schema reference (Public preview)](process-events-normalization-schema.md)
181+
- Watch the [ASIM Webinar](https://www.youtube.com/watch?v=WoGD-JeC7ng) or review the [slides](https://1drv.ms/b/s!AnEPjr8tHcNmjDY1cro08Fk3KUj-?e=murYHG)
182+
- [Advanced SIEM Information Model (ASIM) overview](normalization.md)
183+
- [Advanced SIEM Information Model (ASIM) schemas](normalization-about-schemas.md)
184+
- [Advanced SIEM Information Model (ASIM) parsers](normalization-parsers-overview.md)
185+
- [Advanced SIEM Information Model (ASIM) content](normalization-content.md)

articles/sentinel/dhcp-normalization-schema.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ The fields below are specific to DHCP events, but many are similar to fields in
132132
For more information, see:
133133

134134
- Watch the [ASIM Webinar](https://www.youtube.com/watch?v=WoGD-JeC7ng) or review the [slides](https://1drv.ms/b/s!AnEPjr8tHcNmjDY1cro08Fk3KUj-?e=murYHG)
135-
- [Advanced SIEM Information Model schemas](normalization-about-schemas.md)
136-
- [Advanced SIEM Information Model parsers](normalization-about-parsers.md)
137-
- [Advanced SIEM Information Model content](normalization-content.md)
135+
- [Advanced SIEM Information Model (ASIM) overview](normalization.md)
136+
- [Advanced SIEM Information Model (ASIM) schemas](normalization-about-schemas.md)
137+
- [Advanced SIEM Information Model (ASIM) parsers](normalization-parsers-overview.md)
138+
- [Advanced SIEM Information Model (ASIM) content](normalization-content.md)

0 commit comments

Comments
 (0)