Skip to content

Commit 749500d

Browse files
committed
fixing spacing
1 parent f5957a6 commit 749500d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/sentinel/sap/collect-sap-hana-audit-logs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you have SAP HANA database audit logs configured with Syslog, you'll also nee
4545

4646
In Microsoft Sentinel, check to confirm that HANA database events are now shown in the ingested logs. For example, run the following query:
4747

48-
```KQL
48+
```Kusto
4949
//generated function structure for custom log Syslog
5050
// generated on 2024-05-07
5151
let D_Syslog = datatable(TimeGenerated:datetime
@@ -58,6 +58,7 @@ let D_Syslog = datatable(TimeGenerated:datetime
5858
,ProcessName:string
5959
,Type:string
6060
)['1000-01-01T00:00:00Z', '1000-01-01T00:00:00Z', 'initialString', 'initialString', 'initialString', 'initialString',1,'initialString', 'initialString', 'initialString'];
61+
6162
let T_Syslog = (Syslog | project
6263
TimeGenerated = column_ifexists('TimeGenerated', '1000-01-01T00:00:00Z')
6364
,EventTime = column_ifexists('EventTime', '1000-01-01T00:00:00Z')

0 commit comments

Comments
 (0)