on 2021 Jan 12 10:27 AM
Hi,
I have enabled AuditLog in SAP XS Cockpit (System Overview -> Security area -> enable Auditing tile). Also created the audit policy successfuly.
In SAP HANA XS Advanced created audit log instance and connected with the desired app.
Now i'm trying to read the entries of audit log but they do not appear in SAP HANA Studio (using sql console) nor in XSA.
Is there any other way to get the audit logs?
Thank you in advance
Hi Blendi,
there are two common reasons for this: Either, the audit_log table is not getting populated or in other words: Your audit policy does not capture any events, or the user you are using to querying AUDIT_LOG does not have the AUDIT ADMIN system privilege.
BR, Bojan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pedro, does the table contain any records?
select count(*) from "SYS"."AUDIT_LOG"<br>
Could you provide a screenshot showing the overview of the active policies, or
select * from "SYS"."AUDIT_POLICIES"<br>
(I understand the sensitivity of this information, you might only want to include the relevant lines)
thx, Bojan
Hi Pedro,
and the output of
select count(*) from"SYS"."AUDIT_LOG"?
BR, Bojan
User | Count |
---|---|
68 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.