-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Gopal Mahajan edited this page Nov 14, 2024
·
5 revisions
The Auditing Server is the data access logging server for dx. It records detailed API access information across various dx components, logging both the count of API call and volume of data accessed with each API call. This enables data providers to identify which resources are being accessed and by whom.
-
Asynchronous Logging: Efficiently logs API access details asynchronously, ensuring minimal impact on performance.
-
Immutable Logs: Utilizes immudb for tamper-proof, immutable logging of access records.
-
Fast Data Retrieval: Supports quick read access with PostgreSQL to enhance data lookup speed.
-
Streaming Data Logging: Monitors and logs data consumption for streaming data sources.
- The section available here explains the components/services used in implementing the Auditing Server
- Setup and Installation guide is available here
FAQs are available here