DataDogAuditBundle | Stores all database changes for doctrine ORM | Database library
kandi X-RAY | DataDogAuditBundle Summary
kandi X-RAY | DataDogAuditBundle Summary
Stores all database changes for doctrine ORM
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- On flush event .
- Lists all audit log .
- Get the configuration tree builder .
- Add filters to query builder .
- Create the top menu .
- Handles the configuration .
- Register bundles .
- Convert value to string
- Start a query
- Remove a tag .
DataDogAuditBundle Key Features
DataDogAuditBundle Examples and Code Snippets
Community Discussions
Trending Discussions on DataDogAuditBundle
QUESTION
I used the DataDog Audit bundle in order to log every action that happens in my MySQL database. However when I check the diff column in the audit_log table I can't find the ID of the respective entity that have been updated/inserted/deleted etc. I also can't find which user is responsible for a certain action. Does anyone know if the DataDog audit bundle saves the ID of the entity to which action are performed and if this is the case where I can retrieve this data?
...ANSWER
Answered 2018-Jun-10 at 15:22Yes it does have this functionality in the Audit Association entity. The entity stored with the blame_id in the Audit Log entity contains information regarding the user. The one with source_id contains information regarding the entity itself and thus the ID of the entity in the fk
field.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install DataDogAuditBundle
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page