Audit4j microservice is developed to fix following limitations in Audit4j Core.
- Audit4j core is not supported to embed in application developed other than Java.
- Audit4j core is not suitable for component based enterprise applications (Ex: SOA) which required to store Audit logs in a central location.
Execute below two maven goals.
mvn clean package
mvn assembly:single
- Copy and extract
audit4j-microservice-1.0.0-distribution.tar.gz
undertarget
directory - Go to bin directory
- execute
start.bat
Dashboard: http://localhost:8080
- 8080 - Dashboard and REST api
- 9091 - WebSocket transport
- 9092 - RPC transport
We have developed client api consists of two types of transports
Configurations are under conf directory