<?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: Splunk DB Connect 1: Do Splunk dbquery jobs count against search limits? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-1-Do-Splunk-dbquery-jobs-count-against-search/m-p/251010#M189299</link>
    <description>&lt;P&gt;I recently attended a Splunk .conf 2015 replay on using lookup tables:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://conf.splunk.com/session/2015/recordings/2015-splunk-38.mp4"&gt;http://conf.splunk.com/session/2015/recordings/2015-splunk-38.mp4&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Although it is more geared to really large or long running searches and summarizing the data into a table (at periodic time periods - scheduled searches that create/update lookup tables) it could also be an option for your dashboards. Like @SloshBurch states, if there is common data that you're obtaining from the remote database, possibly pull it at regular intervals that makes sense and store it into a lookup table, then have your dashboards pull from that instead of creating a session into your remote database(s).&lt;/P&gt;

&lt;P&gt;Just a thought...&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2016 23:53:18 GMT</pubDate>
    <dc:creator>pgreer_splunk</dc:creator>
    <dc:date>2016-01-28T23:53:18Z</dc:date>
    <item>
      <title>Splunk DB Connect 1: Do Splunk dbquery jobs count against search limits?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-1-Do-Splunk-dbquery-jobs-count-against-search/m-p/251006#M189295</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have customers using dbquery to augment Splunk dashboards (not joining the data, but presenting the data in another panel).  Some of these dashboards have a lot of dbqueries, and I don't want it affecting "real" Splunk queries. &lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 20:11:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-1-Do-Splunk-dbquery-jobs-count-against-search/m-p/251006#M189295</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-01-28T20:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 1: Do Splunk dbquery jobs count against search limits?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-1-Do-Splunk-dbquery-jobs-count-against-search/m-p/251007#M189296</link>
      <description>&lt;P&gt;Any search that runs a dbquery obviously counts as a search and would count against that account's role limits (and overall system limits). Even if its the first command (a "generating command" &lt;A href="http://docs.splunk.com/Splexicon:Generatingcommand"&gt;http://docs.splunk.com/Splexicon:Generatingcommand&lt;/A&gt;) like metadata still counts just like any other search.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 22:01:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-1-Do-Splunk-dbquery-jobs-count-against-search/m-p/251007#M189296</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-01-28T22:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 1: Do Splunk dbquery jobs count against search limits?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-1-Do-Splunk-dbquery-jobs-count-against-search/m-p/251008#M189297</link>
      <description>&lt;P&gt;Thanks.  So... next question.  Is there any way to limit the number of queries/ contained in a dashboard?  I have people going nuts...&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 22:25:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-1-Do-Splunk-dbquery-jobs-count-against-search/m-p/251008#M189297</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-01-28T22:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 1: Do Splunk dbquery jobs count against search limits?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-1-Do-Splunk-dbquery-jobs-count-against-search/m-p/251009#M189298</link>
      <description>&lt;P&gt;Oh, now this is a 2fer. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Limit no. BUT one approach I use when there's too many things going on on a dashboard is to use the post processing feature.&lt;/P&gt;

&lt;P&gt;This got especially strong in 6.2+.&lt;/P&gt;

&lt;P&gt;Check out this page which walks through how to run a common search once, then let the panels inherit from that. So you get one search to pull the raw data, then other searches that represent it in different ways. If a dashboards used to have 8 searches that all looked for the same data, you could reduce that down to 1 that pulls the data (the heavy work) and the rest just manipulate it.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.2/Viz/Savedsearches#Post-process_searches"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.2/Viz/Savedsearches#Post-process_searches&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 22:39:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-1-Do-Splunk-dbquery-jobs-count-against-search/m-p/251009#M189298</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-01-28T22:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 1: Do Splunk dbquery jobs count against search limits?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-1-Do-Splunk-dbquery-jobs-count-against-search/m-p/251010#M189299</link>
      <description>&lt;P&gt;I recently attended a Splunk .conf 2015 replay on using lookup tables:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://conf.splunk.com/session/2015/recordings/2015-splunk-38.mp4"&gt;http://conf.splunk.com/session/2015/recordings/2015-splunk-38.mp4&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Although it is more geared to really large or long running searches and summarizing the data into a table (at periodic time periods - scheduled searches that create/update lookup tables) it could also be an option for your dashboards. Like @SloshBurch states, if there is common data that you're obtaining from the remote database, possibly pull it at regular intervals that makes sense and store it into a lookup table, then have your dashboards pull from that instead of creating a session into your remote database(s).&lt;/P&gt;

&lt;P&gt;Just a thought...&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 23:53:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-1-Do-Splunk-dbquery-jobs-count-against-search/m-p/251010#M189299</guid>
      <dc:creator>pgreer_splunk</dc:creator>
      <dc:date>2016-01-28T23:53:18Z</dc:date>
    </item>
  </channel>
</rss>

