Skip to content
Gopal Mahajan edited this page Nov 14, 2024 · 5 revisions

Jenkins Build Jenkins Tests Jenkins Coverage

DX Auditing Server

Introduction

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.

Features

  • 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.

Explanation

Understanding Auditing Server

  • The section available here explains the components/services used in implementing the Auditing Server

How To Guide

Setup and Installation

  • Setup and Installation guide is available here

FAQ

FAQs are available here