<?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 display two queries output as single output. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-two-queries-output-as-single-output/m-p/479757#M134464</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;index = * sourcetype=test earliest=@d latest=now 
| rename Instance_state as status 
| stats count(eval(status="running")) AS Running, count(eval(status="down")) AS Down,count(eval(status="crashed")) AS Crashed,
count as INSTANCES, dc(Microservices) as APP, dc(Space) as SPACE, dc(Org) as ORG
| table ORG SPACE APP INSTANCES Running Down Crashed
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 23 Apr 2020 12:39:09 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-04-23T12:39:09Z</dc:date>
    <item>
      <title>How to display two queries output as single output.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-two-queries-output-as-single-output/m-p/479756#M134463</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;
How to display two queries output as single output. Please help. &lt;BR /&gt;
index = * sourcetype=test earliest=@d latest=now   | eventstats count as INSTANCES| dedup Microservices | eventstats count as APP | dedup Space | eventstats count as SPACE | dedup Org | eventstats count as ORG | table ORG SPACE APP INSTANCES | head 1&lt;/P&gt;

&lt;P&gt;index = * sourcetype=test earliest=@d latest=now |table Instance_state | rename Instance_state as status | stats count(eval(status="running")) AS Running, count(eval(status="down")) AS Down,count(eval(status="crashed")) AS Crashed&lt;/P&gt;

&lt;P&gt;Expected Output &lt;BR /&gt;
ORG SPACE   APP     INSTANCES Running Down Crashed&lt;BR /&gt;
3            37         386         820              627         103      90&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:05:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-two-queries-output-as-single-output/m-p/479756#M134463</guid>
      <dc:creator>thomas6m</dc:creator>
      <dc:date>2020-09-30T05:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to display two queries output as single output.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-two-queries-output-as-single-output/m-p/479757#M134464</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index = * sourcetype=test earliest=@d latest=now 
| rename Instance_state as status 
| stats count(eval(status="running")) AS Running, count(eval(status="down")) AS Down,count(eval(status="crashed")) AS Crashed,
count as INSTANCES, dc(Microservices) as APP, dc(Space) as SPACE, dc(Org) as ORG
| table ORG SPACE APP INSTANCES Running Down Crashed
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Apr 2020 12:39:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-two-queries-output-as-single-output/m-p/479757#M134464</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-04-23T12:39:09Z</dc:date>
    </item>
  </channel>
</rss>

