Questions tagged [activitylog]
56 questions
0
votes
1 answer
Is there a way for the Azure Activity Log to track changes to Tags?
I cannot find any mention anywhere of tracking changes to Tags in Azure.
We just had a situation where all Tags vanished from a Resource Group and we have no idea why.
The Activity Logs show nothing related to Tags.
Any idea how to track changes to…

pgbfnf
- 3
- 3
0
votes
1 answer
How sensitive is the data in Data Access and Access Transparency Cloud Audit Logs?
I would like to understand what can be captured in Data Access and Access Transparency Cloud Audit logs in GCP to consider it more 'risky' for users to view the logs. That is, why is it necessary to separate these logs from Admin Activity logs for…

ellefc
- 233
- 2
- 9
0
votes
0 answers
GCP IAM User Deletion Log
Few days back, two user IDs got missing from multiple Google Cloud Platform project's IAM. As of now the access has been restored but there is no IAM deletion log present in any of the related project's activity log. Even not able to detect any…

SKumar
- 43
- 6
0
votes
1 answer
Activity Monitor Log: Default Browser
On clicking a notification below the menu bar in VS2019 16.8.2, the Activity Monitor Log opens in Internet Explorer.
The Web Browser section in Options=>Environment only has an Internet Options link for IE. Internet Explorer will be retired soon, is…

Laurie Stearn
- 959
- 1
- 13
- 34
0
votes
1 answer
How to return subject when deleted with laravel spatie activity log
I'm using laravel-activitylog.
When a record is deleted the $activity->subject is null.
On updated and created the $activity->subject returns the model object.
Is there any way I can return the subject on deleted too?

grimdbx
- 175
- 2
- 12
0
votes
0 answers
Laravel Spatie - Why does the [object Object] are being displayed not its exact value from database?
I am using Spatie for logging activities in my web site. I created a table where the data from activity_log database table will be displayed. There's no problem in retrieving the data from database but my problem is that whenever I display the…

Denzell
- 309
- 9
- 17
0
votes
2 answers
Laravel activity log does not update properties column
I am learning to log an activity in Laravel(7.1) using spatie/laravel-activitylog package. But when I update an user, it does not update properties column in activity_log table, I set $logAttributes attribute on model (protected static…

php12345
- 31
- 4
0
votes
1 answer
Migrating Compute Engine activity logs to Cloud Audit logs - (Google Cloud)
We recently received an email from Google Cloud informing us of the upcoming shutdown of Compute Engine activity logs, and instructing us to migrate our logs to Cloud Audit logs.
After reading through the documentation, it was not completely clear…

Tam OS
- 13
- 3
0
votes
1 answer
is there a way to differentiate Azure activity logs generated by "Microsoft" services versus users and roles in Azure Cloud?
If I look at the Azure activity logs in Azure Portal some of the logs are initiated by Microsoft internal services like "Microsoft Azure Policy Insights". In my application we are getting the Azure activity logs using the Rest API for Activity logs.…

Manoj Guglani
- 134
- 1
- 11
0
votes
0 answers
Trouble accessing Laravel activity log properties in database
I am trying to access the items inside the array in the 'properties' column when the activity is logged into the database, but I am not sure how to do it.
I have been able to get the log items from the 'properties' column in the table to my…
0
votes
1 answer
question on correlationId in the Azure activity log schema
Whether sent to Azure storage or Event Hub, the Activity log data share the same schema. One of the fields in the logs is correlationId. Events that share a correlationId belong to the same uber action. Can someone share an example of what is an…

Manoj Guglani
- 134
- 1
- 11
0
votes
4 answers
Laravel 5.5 - How to suppress MySQL Database Truncation warning message
I searched the Laravel docs and stack to see if this was mentioned and found no other mentions.
Is there a way to configure a Laravel application to suppress database warning messages like the attached from displaying?
This specific error shows…

Phil
- 320
- 4
- 16
0
votes
1 answer
Why does Azure activity logs repeats the logs for a resource after it succeeded?
I am writing a script that checks the activity logs from Azure every 2 minutes into a DB. If an action is performed my script most of the time picks up the log due to the lag between the actual event and the time it was logged.
After the action has…

leo
- 145
- 1
- 3
0
votes
1 answer
Logging model event trait LogsActivity not working on specific model, return BadMethodCallException()
Hi i have used spatie/laravel-activitylog version 1.16 for laravel 5.4.
Practically i have used LogsActivity Trait provided in the package to logging model event, and most of my model are logged correctly. Except one model that i have created…

Reynald Karisma Wibowo
- 3
- 1
- 3
0
votes
2 answers
Laravel Spatie/Laravel-activitylog with Sentinel
I'm using Sentinel for authorization on my Laravel project. Now i'm trying to add Laravel-activitylog from Spatie. Activity log uses default auth driver for logging user activity. How can i change driver to use the one from Sentinel. I'm new at…

Primož
- 3
- 4