Skip to main content
Solved

AHV Snaphsot Details : Who Created Snapshot?

  • July 14, 2020
  • 2 replies
  • 2129 views

Forum|alt.badge.img+2
  • Trailblazer
  • 18 replies

I am trying to find out the User who took the snapshot on AHV Cluster. I did not find the same in Tasks/Events in Prism or through below Command.

 acli snapshot.get <SnapshotUUID>

Best answer by nim

Hi @Charu,

 

Do you have Prism Central deployed? You could see it in the Audit logs. Please take a look at this post I replied a few days ago.

https://next.nutanix.com/server-virtualization-27/logging-vm-activity-events-in-prism-37561?postid=51909#post51909

 

However, if you don't have a PC, you may have to do some digging through logs, specifically this log file - 

/home/nutanix/data/logs/consolidated_audit.log

 

Let us know if that helps!

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+2
  • Nutanix Employee
  • 9 replies
  • Answer
  • July 14, 2020

Hi @Charu,

 

Do you have Prism Central deployed? You could see it in the Audit logs. Please take a look at this post I replied a few days ago.

https://next.nutanix.com/server-virtualization-27/logging-vm-activity-events-in-prism-37561?postid=51909#post51909

 

However, if you don't have a PC, you may have to do some digging through logs, specifically this log file - 

/home/nutanix/data/logs/consolidated_audit.log

 

Let us know if that helps!


Forum|alt.badge.img+2
  • Author
  • Trailblazer
  • 18 replies
  • July 24, 2020

@nim  This seems to be the only way. Thanks.