Skip to content

Commit

Permalink
Add docs to configure SAP HANA for us to read logs from it. (#19505)
Browse files Browse the repository at this point in the history
* Add docs to configure SAP HANA for us to read logs from it.

* Update sap_hana/README.md

Co-authored-by: Sandra (neko) <[email protected]>

---------

Co-authored-by: Sandra (neko) <[email protected]>
  • Loading branch information
iliakur and neko-dd authored Jan 28, 2025
1 parent cc40104 commit 130c965
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sap_hana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 130c965

Please sign in to comment.