Skip to content

Commit 5642259

Browse files
authored
Microsoft Sentinel - Update seraphic-web-security.md
Fix table names not picked up by automation tool
1 parent b4de787 commit 5642259

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/sentinel/data-connectors/seraphic-web-security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)