Questions tagged [audit4j]

Audit4j is an opensource business event auditing framework.

Audit4j is an open source auditing framework and specifically designed to capture audit events generated and triggered from various components throughout the enterprise applications. Audit4j is more focussed on business audit events however it also can be used to capture system audit events through extensions.

9 questions
4
votes
0 answers

How to read audit4j records

I am trying to find examples where we read audit events from for audit4j. So far I have used JDBC calls to read data from database tables. The problem is that elements column of that table stores serialized objects as varchar string. When reading…
VishalDevgire
  • 4,232
  • 10
  • 33
  • 59
2
votes
1 answer

Is it possible to store Audit4j audit events into MongoDB?

We want to save audit4j events/logs (which are usually stored in text file) to mongodb. Is it possible with some existing adapter/plugin? Or need to write on? If we need to write any documentation which can be referred to? Most of the article talks…
navaltiger
  • 884
  • 12
  • 27
1
vote
1 answer

Are there any auditing tools for the Java Play! Framework

I am looking for something that will record any crud operations to a specific database table as a separate change history table. So for example, if I have a table called Person, the plugin would record updates to that table in a new table called…
Kaitrono
  • 155
  • 2
  • 13
0
votes
0 answers

integrating Audit4J in dropwizard Application

Has anyone had success integrating Audit4J into their dropwizard application? I am working on a project where we have to implement some audit logging, and stumbled upon Audit4J which seem to be nice, I just can't figure out how to make it work in my…
Anuj jain
  • 493
  • 1
  • 8
  • 26
0
votes
1 answer

Change the file name in Audit4j

I am using Audit4j for audit logging purpose. It generates the file in the given path with the name Audit_Log_yyyy_mm-dd format. I want to change the file name as MyFileName_yyyy-mm-dd. Is it possible to do this ?. I have tried to set the file…
RajeshM
  • 61
  • 2
  • 9
0
votes
1 answer

Audit4j 2.4.1 config fails

I'm trying Audit4J (2.4.1) and follow the docs, but my audit4j.conf.yml file seems to be wrong. I use: !Configuration handlers: - !org.audit4j.core.handler.ConsoleAuditHandler {} layout: !org.audit4j.core.layout.SimpleLayout dateFormat: dd-MM-yyyy…
g.verhaag
  • 139
  • 3
  • 11
0
votes
1 answer

Set where to find the config file for audit4j

I've looked all over the documentation, but was unable to find one. How can I achieve this?
Eldon Hipolito
  • 704
  • 1
  • 8
  • 24
0
votes
1 answer

yamlbeans configuration to set privateFields

I need to configure how yamlbeans processes classes. I want to set privateFields to true to non-transient fields will be used. What do I need for this? Which file should I create and what to place in it? I use Java and audit4j and I want to specify…
Alex Po
  • 1,837
  • 1
  • 24
  • 28
0
votes
1 answer

How can I implement Audit4J in my Java GUI application

This is my first time encountering Audit4J, and I'm wondering how I can implement that in my Java GUI project. I've tried reading the documentation in the website, but I wasn't able to grasp it concretely, and I've also seen the sample project for…
Eldon Hipolito
  • 704
  • 1
  • 8
  • 24