Splunk Search

How to get the Vcenter each VM since poweroff state,

sivajiy
New Member

Below query i am able to get the snap date. i need to capture correct date and timing.

index=vmware-inv sourcetype="vmware:inv:vm" host="*****" 
| dedup moid sortby time 
| spath changeSet.summary.runtime.powerState output=powerState 
| spath changeSet.name output=name 
| makemv delim=" " time 
| eval time=mvindex(time,0) 
| stats latest(powerState) as PowerState by moid,name,time
| search PowerState=PoweredOff 
| sort time
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Please share a sample event with private data hidden and identify the field(s) you wish to capture.

---
If this reply helps you, Karma would be appreciated.
0 Karma

sivajiy
New Member

i am getting the out put like below but this is capturing the first snapshot time, but i need out put when it's poweredoff
vm-***** sevm-KMS-27 2013-04-17 poweredOff
vm-***** V11-2-L1Con6 2015-03-03 poweredOff

0 Karma

richgalloway
SplunkTrust
SplunkTrust

I see "poweredOff". Isn't that what you want? If not, please share the raw events and what you want from them.

---
If this reply helps you, Karma would be appreciated.
0 Karma

sivajiy
New Member

Can someone help me on this !!!!

0 Karma
Get Updates on the Splunk Community!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...