<?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: Multiple base searches in one search in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-base-searches-in-one-search/m-p/345887#M22526</link>
    <description>&lt;P&gt;Are you looking to append together the results of each search? I'm trying to understand the use case so that I can offer advice. There are probably many ways of achieving your end goal, so maybe you could give more details?&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2017 19:39:30 GMT</pubDate>
    <dc:creator>elliotproebstel</dc:creator>
    <dc:date>2017-11-07T19:39:30Z</dc:date>
    <item>
      <title>Multiple base searches in one search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-base-searches-in-one-search/m-p/345885#M22524</link>
      <description>&lt;P&gt;I have three  base searches in my dashboard &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;query&amp;gt;....&amp;lt;/query&amp;gt;


 &amp;lt;query&amp;gt;...&amp;lt;/query&amp;gt;


 &amp;lt;query&amp;gt;...&amp;lt;/query&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I need to show the results of each these queries in a single table, so I thought I can use multiple base searches, something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;query&amp;gt;...&amp;lt;/query&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there a way the above can be achieved?&lt;BR /&gt;
Thanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 18:16:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-base-searches-in-one-search/m-p/345885#M22524</guid>
      <dc:creator>ektasardana</dc:creator>
      <dc:date>2017-11-07T18:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple base searches in one search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-base-searches-in-one-search/m-p/345886#M22525</link>
      <description>&lt;P&gt;No, in each panel you can use only one base search ti declare in search Tag.&lt;BR /&gt;
If you want to speed up you sear h you have to use the Splunk acceleration methods.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe &lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 18:52:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-base-searches-in-one-search/m-p/345886#M22525</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-11-07T18:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple base searches in one search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-base-searches-in-one-search/m-p/345887#M22526</link>
      <description>&lt;P&gt;Are you looking to append together the results of each search? I'm trying to understand the use case so that I can offer advice. There are probably many ways of achieving your end goal, so maybe you could give more details?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 19:39:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-base-searches-in-one-search/m-p/345887#M22526</guid>
      <dc:creator>elliotproebstel</dc:creator>
      <dc:date>2017-11-07T19:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple base searches in one search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-base-searches-in-one-search/m-p/345888#M22527</link>
      <description>&lt;P&gt;I have separate searches which all use a base search and calculate event duration.&lt;BR /&gt;
Example: Base_search -&amp;gt; quite complex&lt;BR /&gt;
search1 uses base_search results and output  action1 duration&lt;BR /&gt;
search2 uses base_search results and output action2 duration&lt;BR /&gt;
search3 uses base_search results and output action3 duration&lt;/P&gt;

&lt;P&gt;Now I want to display on a bar chart the durations with action on x axis and time on y axis.&lt;/P&gt;

&lt;P&gt;PS: there is no easy way to combine all the results in one search, thats why I create separate searches&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:35:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-base-searches-in-one-search/m-p/345888#M22527</guid>
      <dc:creator>ektasardana</dc:creator>
      <dc:date>2020-09-29T16:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple base searches in one search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-base-searches-in-one-search/m-p/345889#M22528</link>
      <description>&lt;P&gt;Yes, see&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/616340/is-it-possible-to-use-base-search-in-append-sub-se.html"&gt;https://answers.splunk.com/answers/616340/is-it-possible-to-use-base-search-in-append-sub-se.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Simply append multiple loadjobs. Also see:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/738095/dashboard-search-optimization-only-run-searches-wh.html"&gt;https://answers.splunk.com/answers/738095/dashboard-search-optimization-only-run-searches-wh.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 23:56:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-base-searches-in-one-search/m-p/345889#M22528</guid>
      <dc:creator>nick405060</dc:creator>
      <dc:date>2019-04-09T23:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple base searches in one search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-base-searches-in-one-search/m-p/345890#M22529</link>
      <description>&lt;P&gt;I downvoted this post because no longer correct&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 00:00:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multiple-base-searches-in-one-search/m-p/345890#M22529</guid>
      <dc:creator>nick405060</dc:creator>
      <dc:date>2019-04-10T00:00:03Z</dc:date>
    </item>
  </channel>
</rss>

