You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
> [!WARNING]
4
4
> The publishing process of this repository is still in progress.
5
5
6
-
# cds-feature-auditlog-ng
6
+
# CDS plugin for SAP Audit Log service
7
7
8
8
## About this project
9
9
10
-
The Audit Log Service NG Java CAP plugin enables Java CAP applications to emit audit log events in a standardized way. It is fully compatible with the [Audit Log Event Catalog](https://github.tools.sap/wg-observability/telemetry-semantic-conventions/tree/audit-log-events?tab=readme-ov-file#event-catalog), ensuring standardized event semantics and compatibility.
10
+
The CDS plugin for SAP Audit Log service enables Java CAP applications to emit audit log events in a standardized way. It is fully compatible with the Audit Log Event Catalog, ensuring standardized event semantics and compatibility.
11
11
12
12
You can emit the following types of audit log events:
13
13
- Personal Data Access Event
@@ -94,7 +94,11 @@ This file simulates the Cloud Foundry environment variables required for your ap
94
94
95
95
## Requirements and Setup
96
96
97
-
*Insert a short description what is required to get your project running...*
97
+
To get your project running, ensure you have the following prerequisites:
98
+
99
+
- Java 17 or higher installed
100
+
- A user-provided service instance for SAP Audit Log service created in your Cloud Foundry space
101
+
- The Maven dependency for `cds-feature-auditlog-ng` added to your project
0 commit comments