File tree Expand file tree Collapse file tree
articles/sentinel/data-connectors Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ The Seraphic Web Security data connector provides the capability to ingest [Sera
1616
1717| Connector attribute | Description |
1818| --- | --- |
19- | ** Log Analytics table(s)** | graphQueriesTableName |
19+ | ** Log Analytics table(s)** | SeraphicWebSecurity_CL |
2020| ** Data collection rules support** | Not currently supported |
2121| ** Supported by** | [ Seraphic Security] ( https://seraphicsecurity.com ) |
2222
2323## Query samples
2424** All Seraphic Web Security events**
2525 ``` kusto
26- graphQueriesTableName
26+ SeraphicWebSecurity_CL
2727 | where bd_type_s == 'Event'
2828 | sort by TimeGenerated desc
2929 ```
3030** All Seraphic Web Security alerts**
3131 ``` kusto
32- graphQueriesTableName
32+ SeraphicWebSecurity_CL
3333 | where bd_type_s == 'Alert'
3434 | sort by TimeGenerated desc
3535 ```
You can’t perform that action at this time.
0 commit comments