<?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 add two different chart queries and get the results in single table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-two-different-chart-queries-and-get-the-results-in/m-p/518739#M145964</link>
    <description>&lt;P&gt;I want to add the results of below two queries&lt;/P&gt;&lt;P&gt;&amp;gt; index="int_audit_dev" | chart count(ApplicationName) over ApplicationName by Status |addtotals&lt;BR /&gt;&amp;gt; index="int_audit_dev" | chart count(event.ApplicationName) over event.ApplicationName by event.Status |addtotals&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2020 17:11:03 GMT</pubDate>
    <dc:creator>rkishoreqa</dc:creator>
    <dc:date>2020-09-09T17:11:03Z</dc:date>
    <item>
      <title>How to add two different chart queries and get the results in single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-two-different-chart-queries-and-get-the-results-in/m-p/518511#M145810</link>
      <description>&lt;P&gt;I have two queries like as below :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; index="int_audit_dev" | chart count(ApplicationName) over ApplicationName by Status&lt;/P&gt;&lt;P&gt;&amp;gt; index="int_audit_dev" | chart count(event.ApplicationName) over event.ApplicationName by event.Status&lt;/P&gt;&lt;P&gt;Individually these two queries are fine and able to get the data in tabular format. But I want the data as a sum of values in tabular format.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 18:54:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-two-different-chart-queries-and-get-the-results-in/m-p/518511#M145810</guid>
      <dc:creator>rkishoreqa</dc:creator>
      <dc:date>2020-09-08T18:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to add two different chart queries and get the results in single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-two-different-chart-queries-and-get-the-results-in/m-p/518532#M145829</link>
      <description>&lt;P&gt;Can you provide an example of what you currently have and what you would like&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 19:49:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-two-different-chart-queries-and-get-the-results-in/m-p/518532#M145829</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-09-08T19:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to add two different chart queries and get the results in single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-two-different-chart-queries-and-get-the-results-in/m-p/518537#M145831</link>
      <description>&lt;P&gt;&lt;SPAN&gt;index="int_audit_dev" |eval status=coalesce(Status,event.Status), applicationName=&lt;/SPAN&gt;&lt;SPAN&gt;coalesce(ApplicationName,event.ApplicationName)| chart count(applicationName) over applicationName by status&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 20:20:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-two-different-chart-queries-and-get-the-results-in/m-p/518537#M145831</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-09-08T20:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add two different chart queries and get the results in single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-two-different-chart-queries-and-get-the-results-in/m-p/518739#M145964</link>
      <description>&lt;P&gt;I want to add the results of below two queries&lt;/P&gt;&lt;P&gt;&amp;gt; index="int_audit_dev" | chart count(ApplicationName) over ApplicationName by Status |addtotals&lt;BR /&gt;&amp;gt; index="int_audit_dev" | chart count(event.ApplicationName) over event.ApplicationName by event.Status |addtotals&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 17:11:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-two-different-chart-queries-and-get-the-results-in/m-p/518739#M145964</guid>
      <dc:creator>rkishoreqa</dc:creator>
      <dc:date>2020-09-09T17:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to add two different chart queries and get the results in single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-two-different-chart-queries-and-get-the-results-in/m-p/518741#M145968</link>
      <description>&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;I want to add the results of below two queries&lt;/P&gt;&lt;P&gt;index="int_audit_dev" | chart count(ApplicationName) over ApplicationName by Status |addtotals index="int_audit_dev" | chart count(event.ApplicationName) over event.ApplicationName by event.Status |addtotals&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Sep 2020 17:38:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-two-different-chart-queries-and-get-the-results-in/m-p/518741#M145968</guid>
      <dc:creator>rkishoreqa</dc:creator>
      <dc:date>2020-09-09T17:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to add two different chart queries and get the results in single table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-two-different-chart-queries-and-get-the-results-in/m-p/518750#M145974</link>
      <description>&lt;P&gt;Example :&lt;BR /&gt;query 1 : index="int_audit_dev" | chart count(ApplicationName) over ApplicationName by Status |addtotals&amp;nbsp;&lt;BR /&gt;for the above query, I am getting as below&lt;BR /&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;BR /&gt;b&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&lt;/P&gt;&lt;P&gt;query 2 : index="int_audit_dev" | chart count(event.ApplicationName) over event.ApplicationName by event.Status |addtotals&lt;BR /&gt;for this query, the results will be like&lt;BR /&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;BR /&gt;b&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/P&gt;&lt;P&gt;Now I need a single query to add above both values and display in Dashboard like below (adding above both table data):&lt;BR /&gt;a&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; 8&lt;BR /&gt;b&amp;nbsp;&amp;nbsp;&amp;nbsp; 14&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 18:30:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-two-different-chart-queries-and-get-the-results-in/m-p/518750#M145974</guid>
      <dc:creator>rkishoreqa</dc:creator>
      <dc:date>2020-09-09T18:30:11Z</dc:date>
    </item>
  </channel>
</rss>

