<?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: Create dashboard to show vmware AlarmStatusChangedEvent until event goes from red to green in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Create-dashboard-to-show-vmware-AlarmStatusChangedEvent-until/m-p/462552#M79817</link>
    <description>&lt;P&gt;Sample:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|makeresults
| eval _raw="{\"entity\": {\"entity\": {\"moid\": \"host-145895\", \"type\": \"HostSystem\"}, \"name\": \"cpcdwesx02.na.cintas.com\"}, \"datacenter\": {\"datacenter\": {\"moid\": \"datacenter-21\", \"type\": \"Datacenter\"}, \"name\": \"Mason\"}, \"createdTime\": \"2020-02-05 21:17:48.765000+00:00\", \"alarm\": {\"alarm\": {\"moid\": \"alarm-1\", \"type\": \"Alarm\"}, \"name\": \"Host connection and power state\"}, \"source\": {\"entity\": {\"moid\": \"group-d1\", \"type\": \"Folder\"}, \"name\": \"Datacenters\"}, \"eventClass\": \"AlarmStatusChangedEvent\", \"chainId\": \"-1182388515\", \"host\": {\"host\": {\"moid\": \"host-145895\", \"type\": \"HostSystem\"}, \"name\": \"cpcdwesx02.na.cintas.com\"}, \"to\": \"green\", \"computeResource\": {\"computeResource\": {\"moid\": \"domain-s145893\", \"type\": \"ComputeResource\"}, \"name\": \"cpcdwesx02.na.cintas.com\"}, \"from\": \"red\", \"fullFormattedMessage\": \"Alarm 'Host connection and power state' on cpcdwesx02.na.cintas.com changed from Red to Green\", \"userName\": \"None\", \"key\": \"-1182388515\"}"
| spath createdTime
| spath eventClass
| spath from
| spath to
| table createdTime eventClass from to
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=vmware-taskevent "AlarmStatusChangedEvent" NOT "changed from Red to Green"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;dashboard:&lt;BR /&gt;
As you like.&lt;/P&gt;</description>
    <pubDate>Sat, 08 Feb 2020 01:41:09 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2020-02-08T01:41:09Z</dc:date>
    <item>
      <title>Create dashboard to show vmware AlarmStatusChangedEvent until event goes from red to green</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-dashboard-to-show-vmware-AlarmStatusChangedEvent-until/m-p/462551#M79816</link>
      <description>&lt;P&gt;I am running index=vmware-taskevent | spath eventClass | search eventClass=AlarmStatusChangedEvent and I want to have my dashboard show only the events that have not changed from red to green.&lt;/P&gt;

&lt;P&gt;Here is the raw text:&lt;BR /&gt;
{"entity": {"entity": {"moid": "host-145895", "type": "HostSystem"}, "name": "cpcdwesx02.na.cintas.com"}, "datacenter": {"datacenter": {"moid": "datacenter-21", "type": "Datacenter"}, "name": "Mason"}, "createdTime": "2020-02-05 21:17:48.765000+00:00", "alarm": {"alarm": {"moid": "alarm-1", "type": "Alarm"}, "name": "Host connection and power state"}, "source": {"entity": {"moid": "group-d1", "type": "Folder"}, "name": "Datacenters"}, "eventClass": "AlarmStatusChangedEvent", "chainId": "-1182388515", "host": {"host": {"moid": "host-145895", "type": "HostSystem"}, "name": "cpcdwesx02.na.cintas.com"}, "to": "green", "computeResource": {"computeResource": {"moid": "domain-s145893", "type": "ComputeResource"}, "name": "cpcdwesx02.na.cintas.com"}, "from": "red", "fullFormattedMessage": "Alarm 'Host connection and power state' on cpcdwesx02.na.cintas.com changed from Red to Green", "userName": "None", "key": "-1182388515"}&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 21:21:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-dashboard-to-show-vmware-AlarmStatusChangedEvent-until/m-p/462551#M79816</guid>
      <dc:creator>wilcoxj</dc:creator>
      <dc:date>2020-02-05T21:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create dashboard to show vmware AlarmStatusChangedEvent until event goes from red to green</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-dashboard-to-show-vmware-AlarmStatusChangedEvent-until/m-p/462552#M79817</link>
      <description>&lt;P&gt;Sample:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|makeresults
| eval _raw="{\"entity\": {\"entity\": {\"moid\": \"host-145895\", \"type\": \"HostSystem\"}, \"name\": \"cpcdwesx02.na.cintas.com\"}, \"datacenter\": {\"datacenter\": {\"moid\": \"datacenter-21\", \"type\": \"Datacenter\"}, \"name\": \"Mason\"}, \"createdTime\": \"2020-02-05 21:17:48.765000+00:00\", \"alarm\": {\"alarm\": {\"moid\": \"alarm-1\", \"type\": \"Alarm\"}, \"name\": \"Host connection and power state\"}, \"source\": {\"entity\": {\"moid\": \"group-d1\", \"type\": \"Folder\"}, \"name\": \"Datacenters\"}, \"eventClass\": \"AlarmStatusChangedEvent\", \"chainId\": \"-1182388515\", \"host\": {\"host\": {\"moid\": \"host-145895\", \"type\": \"HostSystem\"}, \"name\": \"cpcdwesx02.na.cintas.com\"}, \"to\": \"green\", \"computeResource\": {\"computeResource\": {\"moid\": \"domain-s145893\", \"type\": \"ComputeResource\"}, \"name\": \"cpcdwesx02.na.cintas.com\"}, \"from\": \"red\", \"fullFormattedMessage\": \"Alarm 'Host connection and power state' on cpcdwesx02.na.cintas.com changed from Red to Green\", \"userName\": \"None\", \"key\": \"-1182388515\"}"
| spath createdTime
| spath eventClass
| spath from
| spath to
| table createdTime eventClass from to
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=vmware-taskevent "AlarmStatusChangedEvent" NOT "changed from Red to Green"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;dashboard:&lt;BR /&gt;
As you like.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 01:41:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-dashboard-to-show-vmware-AlarmStatusChangedEvent-until/m-p/462552#M79817</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-08T01:41:09Z</dc:date>
    </item>
  </channel>
</rss>

