<?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 how to combine 2 panel results and sum of that result will display in 3rd panel in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/how-to-combine-2-panel-results-and-sum-of-that-result-will/m-p/521434#M9325</link>
    <description>&lt;P&gt;hi team&amp;nbsp;&lt;/P&gt;&lt;P&gt;Query 1(panel 1)&lt;/P&gt;&lt;P&gt;index=" " Message="*POWERING_ON*" host=" " | rex "(?&amp;lt;VMName&amp;gt;[^\/]+).vmx" | stats latest(host) as host, latest(_time) as time by VMName |eval time= strftime(time,"%d-%m-%Y %H:%M:%S")| stats count&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;query2(panel 2)&lt;/P&gt;&lt;P&gt;result=24&lt;/P&gt;&lt;P&gt;index="&amp;nbsp; " Message="*VM_STATE_POWERING_OFF*" host="&amp;nbsp; " | rex "(?&amp;lt;VMName&amp;gt;[^\/]+).vmx" | stats latest(host) as host, latest(_time) as time by VMName | eval time= strftime(time,"%d-%m-%Y %H:%M:%S") | append [| search index="&amp;nbsp; " "ha-datacenter is powered off" host="&amp;nbsp; " | rex "\s\:\s+(?P&amp;lt;VMName&amp;gt;.+)\son.\s" | stats latest(host) as host, latest(_time) as time by VMName] | eval time= strftime(time,"%d-%m-%Y %H:%M:%S") | dedup VMName | stats count&lt;/P&gt;&lt;P&gt;result=10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how i ll comine 2 query and get 1 panel with sum of&amp;nbsp; 24+10=34&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2020 11:26:58 GMT</pubDate>
    <dc:creator>dall</dc:creator>
    <dc:date>2020-09-25T11:26:58Z</dc:date>
    <item>
      <title>how to combine 2 panel results and sum of that result will display in 3rd panel</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/how-to-combine-2-panel-results-and-sum-of-that-result-will/m-p/521434#M9325</link>
      <description>&lt;P&gt;hi team&amp;nbsp;&lt;/P&gt;&lt;P&gt;Query 1(panel 1)&lt;/P&gt;&lt;P&gt;index=" " Message="*POWERING_ON*" host=" " | rex "(?&amp;lt;VMName&amp;gt;[^\/]+).vmx" | stats latest(host) as host, latest(_time) as time by VMName |eval time= strftime(time,"%d-%m-%Y %H:%M:%S")| stats count&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;query2(panel 2)&lt;/P&gt;&lt;P&gt;result=24&lt;/P&gt;&lt;P&gt;index="&amp;nbsp; " Message="*VM_STATE_POWERING_OFF*" host="&amp;nbsp; " | rex "(?&amp;lt;VMName&amp;gt;[^\/]+).vmx" | stats latest(host) as host, latest(_time) as time by VMName | eval time= strftime(time,"%d-%m-%Y %H:%M:%S") | append [| search index="&amp;nbsp; " "ha-datacenter is powered off" host="&amp;nbsp; " | rex "\s\:\s+(?P&amp;lt;VMName&amp;gt;.+)\son.\s" | stats latest(host) as host, latest(_time) as time by VMName] | eval time= strftime(time,"%d-%m-%Y %H:%M:%S") | dedup VMName | stats count&lt;/P&gt;&lt;P&gt;result=10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how i ll comine 2 query and get 1 panel with sum of&amp;nbsp; 24+10=34&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 11:26:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/how-to-combine-2-panel-results-and-sum-of-that-result-will/m-p/521434#M9325</guid>
      <dc:creator>dall</dc:creator>
      <dc:date>2020-09-25T11:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to combine 2 panel results and sum of that result will display in 3rd panel</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/how-to-combine-2-panel-results-and-sum-of-that-result-will/m-p/521447#M9326</link>
      <description>&lt;P&gt;You accepted an answer to a similar question yesterday.&amp;nbsp; What's different here?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Security-the-Enterprise/combine-2-query/m-p/521305#M36" target="_blank"&gt;https://community.splunk.com/t5/Security-the-Enterprise/combine-2-query/m-p/521305#M36&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 12:42:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/how-to-combine-2-panel-results-and-sum-of-that-result-will/m-p/521447#M9326</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-25T12:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to combine 2 panel results and sum of that result will display in 3rd panel</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/how-to-combine-2-panel-results-and-sum-of-that-result-will/m-p/521671#M9327</link>
      <description>&lt;P&gt;here i want to add vm power on and off and i want to show total result&lt;/P&gt;&lt;P&gt;while adding only 2nd query result is showing&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 03:27:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/how-to-combine-2-panel-results-and-sum-of-that-result-will/m-p/521671#M9327</guid>
      <dc:creator>dall</dc:creator>
      <dc:date>2020-09-28T03:27:41Z</dc:date>
    </item>
  </channel>
</rss>

