Configure Audit Log
This page explains how to configure Aidbox to record audit events that occur within the system
This guide shows you how to enable audit logging in Aidbox and receive audit logs within FHIR API and Audit log viewer UI application. It is expected, that you have Aidbox up & running in accordance to Run Aidbox locally guide.
Two ways to enable Audit Log
Environment variable
To enable audit logging in Aidbox set the following variable to true
. The default value is false
.
Aidbox configuration project
If you use aidbox configuration project describe :audit
in your aidbox/system
entry point:
Once the configuration is updated, start Aidbox.
Run some auditable operations
To force Aidbox produce audit events, run any FHIR CRUD operation, e.g.
Find audit logs with FHIR API
To see audit logs with FHIR API, run GET /fhir/AuditEvent?_sort=-createdAt
Find audit logs with Audit log viewer application
To see audit logs with Audit event viewer app, go to Aidbox Console UI → Audit Log.
And find the audit event, produced by patient create operation.
Talk to a Health Samurai Engineer
If you'd like to learn more about using Aidbox or have any questions about this guide, connect with us on Telegram. We're happy to help.
Last updated