diff --git a/sap_hana/README.md b/sap_hana/README.md index 822ade20f0e47..a6eb5425d50bb 100644 --- a/sap_hana/README.md +++ b/sap_hana/README.md @@ -93,6 +93,12 @@ To learn how to set the port number for HANA tenant, single-tenant, and system d #### Log collection +1. In your SAP HANA database, to make sure you can read audit logs, run the following command: + + ```shell + GRANT AUDIT READ TO DD_MONITOR; + ``` + 1. Collecting logs is disabled by default in the Datadog Agent. Enable it in `datadog.yaml`: ```yaml