Questions tagged [audit-logging]

Audit-logging is the practice of keeping records of system activity

Audit-logging is the practice of keeping records of system activity. Audit logging does not contain information about the technical operation of a system, like print statements, but rather keeps track of discrete events that occur within a system. Examples are "User X accessed data Y at Time T", etc.

389 questions
0
votes
1 answer

How to maintain Truncate logs in SQL Server

I have a stored procedure which truncate all tables of my database. I want to trace the truncate for each table. So that if it fails somewhere, I could see where it is stopped and which tables are truncated successfully. I created an Audit but it's…
Abdul
  • 2,002
  • 7
  • 31
  • 65
0
votes
1 answer

Entity not getting saved in EclipseLink EntityListener

I have written EntityListener using eclipseLink's "DescriptorEventAdapter". I tried almost all variations whatever present online BUT the entity which I am saving from my listener is not getting saved. I suspect something fishy is going on with…
rishi
  • 1,792
  • 5
  • 31
  • 63
0
votes
0 answers

Entity Framework Audit log - Tracing changes in virtual objects

Based on how to create an audit trail with Entity framework 5 and MVC 4 question I am trying to figgure out how can I track changes in virtual/foreign objects. On the line which compares the OriginalValues to the CurrentValues it does not include…
stibay
  • 1,200
  • 6
  • 23
  • 44
0
votes
1 answer

Grok Pattern for WSO2 Audit Log file

This is a example from WSO2 Audit log file [2016-11-22 00:20:30,657] INFO - Initiator : wso2.system.user | Action : Change Password by User | Target : admin | Data : { } | Result : Success I am trying to write a Grok pattern using frok…
sriramsm04
  • 343
  • 1
  • 7
  • 22
0
votes
0 answers

PostgreSQL cross-schema extension reference in audit trigger

I'm using (the quite nice) tutorial from http://cjauvin.blogspot.fi/2013/05/impossibly-lean-audit-system-for.html for making a simple audit trigger in my PostgreSQL 9.6 DB. I'm however trying to make a separate "audit"-schema for it so I created it…
Nicklas Karlsson
  • 317
  • 1
  • 4
  • 12
0
votes
2 answers

C# SQL Server - save information about user on item when user has been deleted

I have a database I need some advice on how to proceed in this situation. Assuming I have a table called Tasks. Each task has a property called CreatedBy where I need to store information about the user that created that task. I can store for…
user2818430
  • 5,853
  • 21
  • 82
  • 148
0
votes
0 answers

Grails Audit Logging: Selective auditing and onChange method

We are using grails audit logging plugin for auditing few domain objects in our project https://grails.org/plugin/audit-logging Facing couple of issues related to it: We have a user domain object which we want to audit. We also create lot of users…
user1270392
  • 2,981
  • 4
  • 21
  • 25
0
votes
1 answer

Getting Parent Name null in child class audit log in Grail

I have Parent and Child class which has one to many mapping and I want to log Save action on both classes but at the time of saving log parent object is null in child class but it works fine for Parent class log Here is my AuditLog, Parent and Child…
Manish
  • 1
  • 1
0
votes
1 answer

Hibernate Auditing with hbm

Can someone suggest me some hibernate auditing-framework for Java web application which should support for existing hbm files in my application. After searching on the web I found that auditing with envers is one of the best solution, but it doesn't…
Ravi Sharma
  • 53
  • 1
  • 7
0
votes
1 answer

C# - Generic method for object audit with nested complex properties like list and iEnumeable

I am trying to create a generic method, which takes two object as parameters and compares every property within the objects and return the differences. Now I am implementing this using reflection and this works fine for the simple properties(int,…
nitish
  • 81
  • 1
  • 7
0
votes
1 answer

Extrainfo column in Sybase audit table

i'm using Sybase ASE 15.0 and when reading the extrainfo column from sysaudits_01 there are missing values. The manual says that in case of an update, the previous value and the current value will appear in the column. Tested different scenarios of…
MisterM
  • 81
  • 1
  • 10
0
votes
2 answers

Is it necessary to add logging and audit in every class diagram

I going to start a new application for that am designing class diagrams... In my application I am planning to implement log4j for logging and audit4j for audit. Now i am having a doubt, Is it necessary to add logging and audit functionality in…
Monicka Akilan
  • 1,501
  • 5
  • 19
  • 42
0
votes
1 answer

Can we forward logs to TIBCO loglogic form another syslog server?

Can we forward logs to TIBCO loglogic form another syslog server? How do we configure log logic to read the RFC3164 header & read the actual source device name from the header rather than guessing the source device name based on the source IP from…
Gary Vernon Grubb
  • 9,695
  • 1
  • 24
  • 27
0
votes
1 answer

`sql/cyanaudit--1.0.0.sql', needed by `installdata'

i am trying to install Cyan Audit for my postgres db. according to doc, i have download it but when i run make install it says, /bin/mkdir -p '/usr/share/postgresql/9.3/extension' /bin/mkdir -p '/usr/share/postgresql/9.3/extension' /bin/mkdir -p…
Muhammad Taqi
  • 5,356
  • 7
  • 36
  • 61
0
votes
2 answers

Audit Process in Informatica

I would need to capture the target table insert count and updated count once the session is completed successfully. I thought of using the session build-in variables to get these counts. Suggest me the best place to use these logic so that I can…
Robin clave
  • 608
  • 6
  • 16
  • 32