Skip to content

Commit abceb65

Browse files
committed
hana guide update
1 parent 7bc39d0 commit abceb65

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,19 @@ This article explains how to collect audit logs from your SAP HANA database.
1414
> [!IMPORTANT]
1515
> Microsoft Sentinel SAP HANA support is currently in PREVIEW. The [Azure Preview Supplemental Terms](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) include additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1616
17-
1817
## Prerequisites
1918

2019
SAP HANA logs are sent over Syslog. Make sure that your AMA agent or your Log Analytics agent (legacy) is configured to collect Syslog files. For more information, see:
2120

2221
For more information, see [Ingest syslog and CEF messages to Microsoft Sentinel with the Azure Monitor Agent](../connect-cef-syslog-ama.md).
2322

24-
2523
## Collect SAP HANA audit logs
2624

2725
1. Make sure that the SAP HANA audit log trail is configured to use Syslog, as described in *SAP Note 0002624117*, which is accessible from the [SAP Launchpad support site](https://launchpad.support.sap.com/#/notes/0002624117). For more information, see:
2826

2927
- [SAP HANA Audit Trail - Best Practice](https://help.sap.com/docs/SAP_HANA_PLATFORM/b3ee5778bc2e4a089d3299b82ec762a7/35eb4e567d53456088755b8131b7ed1d.html?version=2.0.03)
3028
- [Recommendations for Auditing](https://help.sap.com/viewer/742945a940f240f4a2a0e39f93d3e2d4/2.0.05/en-US/5c34ecd355e44aa9af3b3e6de4bbf5c1.html)
29+
- [SAP HANA Security Guide for SAP HANA Platform](https://help.sap.com/docs/SAP_HANA_PLATFORM/b3ee5778bc2e4a089d3299b82ec762a7/4f7cde1125084ea3b8206038530e96ce.html)
3130

3231
1. Check your operating system Syslog files for any relevant HANA database events.
3332

@@ -45,11 +44,12 @@ For more information, see [Ingest syslog and CEF messages to Microsoft Sentinel
4544

4645
> [!TIP]
4746
> Because the facilities where HANA database events are saved can change between different distributions, we recommend that you add all facilities. Check them against your Syslog logs, and then remove any that aren't relevant.
48-
>
4947
5048
## Verify your configuration
5149

52-
In Microsoft Sentinel, check to confirm that HANA database events are now shown in the ingested logs. For example, run the following query:
50+
### Microsoft Sentinel
51+
52+
Check to confirm that HANA database events are now shown in the ingested logs. For example, run the following query:
5353

5454
```Kusto
5555
//generated function structure for custom log Syslog
@@ -79,8 +79,11 @@ TimeGenerated = column_ifexists('TimeGenerated', '1000-01-01T00:00:00Z')
7979
T_Syslog | union isfuzzy= true (D_Syslog | where TimeGenerated != '1000-01-01T00:00:00Z')
8080
```
8181

82+
### SAP HANA
83+
84+
Check configured audit policies. See SAP note [3016478](https://me.sap.com/notes/3016478/E) for details.
8285

83-
## Add analytics rules for SAP HANA
86+
## Add analytics rules for SAP HANA in Sentinel
8487

8588
Use the following built-in analytics rules to have Microsoft Sentinel start triggering alerts on related SAP HANA activity:
8689

@@ -107,6 +110,8 @@ Learn more about the Microsoft Sentinel solution for SAP® applications:
107110
Troubleshooting:
108111

109112
- [Troubleshoot your Microsoft Sentinel solution for SAP® applications deployment](sap-deploy-troubleshoot.md)
113+
- [HANA audit log is not generated in SYSLOG | SAP note](https://me.sap.com/notes/3305033/E)
114+
- [How to Redirect syslog Auditing for HANA to an alternate location | SAP note](https://me.sap.com/notes/2386609)
110115

111116
Reference files:
112117

0 commit comments

Comments
 (0)