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
1
vote
0 answers

Audit Log Export and Aggregation

I have a complex infrastructure on Google Cloud Console, and a Github organization in which several members exist with different access levels. I would like to know if there is a tool or process that aggregates these kinds of logs from services like…
Nicolas El Khoury
  • 5,867
  • 4
  • 18
  • 28
1
vote
1 answer

Is it possible to store cache events in Apache Ignite?

As we can persist cache data in Apache Ignite by enabling persistanceEnabled property. Is there a similar way we can store audit events as well, i.e. when we restart ignite server, all cache events must also be retained as they are currently lost on…
1
vote
1 answer

Working example of EF plus audit features in github

I am trying to use EF plus audit features in ASP .NET project. Is there any working example in github which i can download & run in VisualStudio ( after doing necessary changes related to DB) ? All the examples I see is with FiddleHelper which does…
1
vote
1 answer

No permission to open MySQL audit log

I wanna log every action operated on the database so I have followed the instructions here to configure my.ini and enabled the audit logging of MySQL Server 5.7 Audit logging function normally but it will be changed to unknown ownership after a…
kahungzz
  • 11
  • 3
1
vote
1 answer

Hibernate Exception: Could not instantiate managed bean directly

I have a case where I need two instances of EntityManager, one for read/writes and one for Audit tracking. We created two instances of Entity Manager by doing the following: // in App.java we added the following…
Barry Chapman
  • 6,690
  • 3
  • 36
  • 64
1
vote
1 answer

Logstash alternative to receive messages from AWS SQS and batch store in AWS S3

I need the ability to store logs as batches in AWS S3 as text files formatted appropriately for JSON-SerDe. Example of how one of the batched log files would look on S3, quite important that the datetime format is yyyy-MM-dd…
Nick
  • 1,219
  • 1
  • 13
  • 24
1
vote
1 answer

How to Publish Mule Application to Exchange as Connector in Mule 4

I need to publish mule application to exchange as connector in mule 4. Could anyone please let me know the process.
1
vote
1 answer

K8S Audit Sink - does it handle retry?

I am using auditSink object in order to get the audit logs. I didn't find any documentation/api regarding retry option for audit logs. What happens in case the web server / service is not…
inza
  • 97
  • 2
  • 10
1
vote
1 answer

Why isn't the request body showing up in the Kubernetes API server audit log?

I have added the following command-line arguments to kube-apiserver to enable audit logging: - --audit-log-path=/tmp/k8s-audit.log - --audit-policy-file=/etc/kubernetes/audit.yaml - --audit-log-maxage=1 - --audit-log-maxsize=100 -…
Robin Green
  • 32,079
  • 16
  • 104
  • 187
1
vote
1 answer

GKE Audit logs - what kind of logs GKE is being generate?

according to the documentation there are three kind of audit: Admin Activity audit logs, System Event logs and Data Access audit logs. which kind of logs GKE cluster is being generated? its not clear for me. i would like to understand what will…
1
vote
0 answers

Anomaly detection on Azure Databricks Diagnostic audit logs

I have a lot of audit logs coming from the Azure Databricks clusters I am managing. The logs are simple application audit logs in the format of JSON. You have information about jobs, clusters, notebooks, etc. and you can see a sample of one record…
1
vote
1 answer

Override Django queryset update method

I want to override Django Queryset Update method , to log the model changes in another table.I have override the method , but not able to find the id's of the rows which are going to get update.I am getting the fields which are getting changed from…
1
vote
1 answer

How can I properly update value of my row after it has been updated

I'm trying to track how my data are changed, I am working with custom solution because I will track those changes only when I run the script. What is most important to me is to have previous_value and value_after_update INSERT INTO audit_details …
MateuszRek
  • 59
  • 1
  • 7
1
vote
1 answer

Email Account Lock Out Notification - Powershell

I will like to email the SysAdmin event id 4625 (Account lockout) occurs. I have the following code, and it works just find. See output attached: Current code: $AccountLockOutEvent = Get-EventLog -LogName "Security" -InstanceID 4625 -Newest…
1
vote
3 answers

How to access Audit Logs using 'SNOWFLAKE' shared DB in Snowflake

While exploring Snowflake documentation on Audit Logging (user login history, object creation/deletion, query execution history etc), I found the below information. But in my trail account, I didn't find any shared DB with name 'SNOWFLAKE'. Would…
Neeraj Kumar
  • 215
  • 3
  • 13