<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to get the Vcenter each VM since poweroff state, in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-Vcenter-each-VM-since-poweroff-state/m-p/495643#M194590</link>
    <description>&lt;P&gt;Can someone help me on this !!!!&lt;/P&gt;</description>
    <pubDate>Sat, 09 May 2020 16:12:43 GMT</pubDate>
    <dc:creator>sivajiy</dc:creator>
    <dc:date>2020-05-09T16:12:43Z</dc:date>
    <item>
      <title>How to get the Vcenter each VM since poweroff state,</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-Vcenter-each-VM-since-poweroff-state/m-p/495642#M194589</link>
      <description>&lt;P&gt;Below query i am able to get the snap date.  i need to capture correct date and timing.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;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
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 09 May 2020 16:12:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-Vcenter-each-VM-since-poweroff-state/m-p/495642#M194589</guid>
      <dc:creator>sivajiy</dc:creator>
      <dc:date>2020-05-09T16:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Vcenter each VM since poweroff state,</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-Vcenter-each-VM-since-poweroff-state/m-p/495643#M194590</link>
      <description>&lt;P&gt;Can someone help me on this !!!!&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 16:12:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-Vcenter-each-VM-since-poweroff-state/m-p/495643#M194590</guid>
      <dc:creator>sivajiy</dc:creator>
      <dc:date>2020-05-09T16:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Vcenter each VM since poweroff state,</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-Vcenter-each-VM-since-poweroff-state/m-p/495644#M194591</link>
      <description>&lt;P&gt;Please share a sample event with private data hidden and identify the field(s) you wish to capture.&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 17:21:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-Vcenter-each-VM-since-poweroff-state/m-p/495644#M194591</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-09T17:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Vcenter each VM since poweroff state,</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-Vcenter-each-VM-since-poweroff-state/m-p/495645#M194592</link>
      <description>&lt;P&gt;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 &lt;BR /&gt;
vm-*****    sevm-KMS-27 2013-04-17  poweredOff&lt;BR /&gt;
vm-*****    V11-2-L1Con6    2015-03-03  poweredOff&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 14:33:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-Vcenter-each-VM-since-poweroff-state/m-p/495645#M194592</guid>
      <dc:creator>sivajiy</dc:creator>
      <dc:date>2020-05-10T14:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Vcenter each VM since poweroff state,</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-Vcenter-each-VM-since-poweroff-state/m-p/495646#M194593</link>
      <description>&lt;P&gt;I see "poweredOff".  Isn't that what you want?  If not, please share the raw events and what you want from them.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 12:25:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-Vcenter-each-VM-since-poweroff-state/m-p/495646#M194593</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-12T12:25:23Z</dc:date>
    </item>
  </channel>
</rss>

