Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [audit-trail]

An audit trail (also called audit log) is a security-relevant chronological record, set of records, and/or destination and source of records that provide documentary evidence of the sequence of activities that have affected at any time a specific operation, procedure, or event.

audit-trail
0 votes
1 answer
45 views

Both controller level and Model level metadata simultaneously in the same column of record. how to store in PaperTrail: versions table

I'm encountering an issue with PaperTrail in my Rails application where I'm trying to store both controller-level and model-level metadata in the versions table, but only the controller-level metadata ...
Mohan Mali's user avatar
0 votes
1 answer
135 views

Add an entry to the Entra ID (Azure AD) audit log from a PowerShell script in Azure Automation

My company uses an MSP for the daily care and feeding of our M365 tenant. After more than a few "issues" with offboarding employees, I've written an offboarding script to run via Azure ...
Shawn's user avatar
  • 9
-1 votes
1 answer
256 views

Elastic Search - How to forward Elastic Search Audit Logs to an external storage?

from the official Elastic Search Documentation I see that: When audit logging is enabled,��security events are persisted to a dedicated _audit.json file on the host’s file system, on every cluster ...
lordav's user avatar
  • 193
0 votes
1 answer
68 views

Audit of all user-initiated activity within a Snyk org/group

Task: Perform audit of all user-initiated activity within a Snyk org/group Steps that I followed: I referred this document: https://docs.snyk.io/snyk-admin/manage-users-in-organizations-and-groups/...
Harsha G V's user avatar
1 vote
0 answers
164 views

Why won't Oracle's Unified Audit Trail pick up the ALTER SESSION statement?

I have created a simple policy in Oracle 19c to audit when a user uses the "ALTER SESSION" privilege: CREATE AUDIT POLICY ALT_SES_PLCY Privileges ALTER SESSION; AUDIT POLICY ...
nightmare637's user avatar
0 votes
0 answers
49 views

21 CFR Part 11 compliance questions

Our company manufactures complex scientific instruments (mass spectrometers) and I lead the team that develops the desktop software used to control them. We sell around the world and are starting to ...
Andrew Stephens's user avatar
0 votes
0 answers
79 views

Trigger/Procedure/Audit method to get the module details of all the DML,DCL,DDL performed by "SYS" user on a particular schema

I need help to write a trigger/audit/procedure to get the session details like module, program in for the DML/DDL,DCL performed by "SYS" or "SYSTEM" on a particular schema e.g. HR. ...
pavankumar's user avatar
0 votes
1 answer
550 views

Spring Boot AuditAware - Database not updating

I am new to Spring Boot and want to add auditing support. Most of my inspiration is from https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#auditing, and a good amount of searching ...
user2182349's user avatar
  • 9,722
0 votes
2 answers
314 views

OAuth and Audit Logs

At my company we have our own identity server 4 implementation that we use to issue access tokens and grant access to our API's. The problem that I'm facing is that we currently have audit field on ...
Logan Cooper's user avatar
1 vote
0 answers
113 views

Child entity showing updated value in the OriginalValue property in the Entity Framework Core Audit Trail

I am working on a .NET 6 application with EF Core. I have to implement Audit Trail in the project. One of the models of my project is: public class SystemSpecification : AuditableEntity, ...
Waleed Naveed's user avatar
0 votes
1 answer
186 views

How can I track related module/sql information in Oracle's Unified Audit Trail?

When running a script, I like to use the SET_MODULE procedure to relate things for audit purposes. For example: EXEC DMBS_APPLICATION_INFO.SET_MODULE('RELEASE123','My_Script.sql'); The nice thing is ...
nightmare637's user avatar
0 votes
1 answer
513 views

How to export/download audit summary records for a Dataverse table into an Excel workbook or as a CSV?

I am looking for a way to export/download audit summary records for one of my Dataverse tables in form of an Excel workbook or as a CSV. I've checked if 'Audit History Explorer' plugin for XRMToolBox ...
Jaqen H'ghar's user avatar
  • 1,859
0 votes
1 answer
2k views

How can I audit all DDL for a specific schema in Oracle with the Unified Audit Trail?

I'm running Oracle 19C and looking for a way to audit all DDL for a given schema. Specifically, I want to be able to audit all changes to the schema itself. Things like creating, dropping, and ...
nightmare637's user avatar
0 votes
1 answer
276 views

Superset with Athena: set workgroup based on user role

I'm working at a company that used to use AWS Athena and Quicksight to run sql queries and create dashboards, but now we have to use Apache Superset to do this. While all users was using aws console, ...
CleideV's user avatar
0 votes
2 answers
393 views

Prevent spoofing on git repositories on Azure DevOps

It seems pretty easy to spoof other users in a Git repository on Azure DevOps, since there is no built in way of preventing this. I can change the committer using git config --global user.email "...
realbart's user avatar
  • 3,865

15 30 50 per page
1
2 3 4 5
21