Skip to content

Commit b85cb76

Browse files
committed
asim/parser_namimg
1 parent 86e09fc commit b85cb76

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/sentinel/normalization-about-parsers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following table lists the available unifying parsers:
4444

4545
| Schema | Unifying parser |
4646
| ------ | ------------------------- |
47-
| Audit Event | imAuditEvent |
47+
| Audit Event | _Im_AuditEvent |
4848
| Authentication | imAuthentication |
4949
| Dns | _Im_Dns |
5050
| File Event | imFileEvent |

articles/sentinel/normalization-parsers-overview.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,14 @@ Each method has advantages over the other:
3333

3434
It is recommended to use built-in parsers for schemas for which built-in parsers are available.
3535

36-
## Parser hierarchy
36+
## Parser hierarchy and naming
3737

3838
ASIM includes two levels of parsers: **unifying** parser and **source-specific** parsers. The user usually uses the **unifying** parser for the relevant schema, ensuring all data relevant to the schema is queried. The **unifying** parser in turn calls **source-specific** parsers to perform the actual parsing and normalization, which is specific for each source.
3939

40-
The unifying parser name is `_Im_<schema>` for built-in parsers and `im<schema>` for workspace deployed parsers, where `<schema>` stands for the specific schema it serves. sSource-specific parsers can also be used independently. For example, in an Infoblox-specific workbook, use the `vimDnsInfobloxNIOS` source-specific parser. You can find a list of source-specific parsers in the [ASIM parsers list](normalization-parsers-list.md).
40+
The unifying parser name is `_Im_<schema>` for built-in parsers and `im<schema>` for workspace deployed parsers, where `<schema>` stands for the specific schema it serves. Source-specific parsers can also be used independently. Use `_Im_<schema>_<source>` for built-in parsers and `vim<schema><source>` for workspace deployed parsers. For example, in an Infoblox-specific workbook, use the `_Im_Dns_InfobloxNIOS` source-specific parser. You can find a list of source-specific parsers in the [ASIM parsers list](normalization-parsers-list.md).
41+
42+
>[!TIP]
43+
> A corresponding set of parsers that use _ASim_<schema> and ASim<Schema> are also available. Theses parsers do not support filtering parameters and are provided to help mitigate the [Time picker set to a custom range](normalization-known-issues.md#time-picker-set-to-a-custom-range) issue. Use those parsers only interactively in the logs screen, but not elsewhere, for example in analytic rules or workbooks. This parsers may not be removed when the issue is resolves.
4144

4245

4346
>[!TIP]

0 commit comments

Comments
 (0)