Hi export,
Will Morpheus list down the reconfiguration activity under Activity section which displays a recent activity report?
For now, we can only see the activity for resource create and delete.
Thank you.
Hi export,
Will Morpheus list down the reconfiguration activity under Activity section which displays a recent activity report?
For now, we can only see the activity for resource create and delete.
Thank you.
We don’t display any activity related to Reconfigure/Resize under Operations>Activity.
Thank you @dgaharwar.
Also, I saw it is showing the “Author” info in the activity, does it only show the owner of the resource, or it is showing the user who exactly executed the operation (for example, create/delete).
Thank you.
Hi Expert,
Also, how can we know who did the create/delete operation if the “Author” showing in activity report is the owner of the resource?
Thank you.
There have been some improvements in 7.0.6 to display the user who performed the actions for certain activities. What version are you on?
For app creation/deletion, the author displayed is the owner and not the user who actually created it.
Currently, Instance creation is the only activity that displays the actual user and the owner as author, other activities either show the owner or just as Morpheus.
Example:
In the screenshot, the Provisioning activity for instance creation (e-mor-vmw-2), deepti is the user am logged in as and einstein is the user I impersonated.
Hi,
We are using 7.0.7. How can customer get the information about who did what activity (create/remove/reconfigure). If it is not available in Operation > Activity, what is the other way to get that information?
thank you for your detail.
In this case, how customer can get the information about who did what activity like deletion or reconfiguration?
You can find these details in the audit_log table of the database.
Hi @dgaharwar ,
Thank you for sharing the info.
But it is only showing the user id, how can I know the user name then?
{
“data”:
[
{
“id”: 73665,
“level”: 1,
“date_created”: “2024-07-12 10:29:31”,
“log_signature”: “5532bbcf31c5294f3158bc22441b46578b3cd7e48e216f33ce2ef2a25c8bf4b5”,
“actual_user_id”: 1,
“object_class”: “app”,
“object_id”: “40”,
“user_id”: 26,
“account_id”: null,
“description”: “CEF:0|MorpheusData|Morpheus|7.0.2|apps#delete|app Deleted|src=10.32.19.36 suid=26 suser=asingh request=http://10.32.20.150/provisioning/apps/40 requestMethod=DELETE cn1=40 cn1Label=Object ID cs1Label=Object Type cs1=app cn2=1 cn2Label=Account ID cs4Label=Original Username cs4=deepti”,
“event_type”: “apps#delete”
}
]
}