<?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: Dashboard - Base search results differs from no same query results when query is fully specified in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Base-search-results-differs-from-no-same-query-results/m-p/544843#M37375</link>
    <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;, I should have read&amp;nbsp;&lt;A href="https://www.tekstream.com/optimizing-splunk-dashboards-with-post-process-searches/#:~:text=If%20the%20base%20search%20is,for%20the%20post%2Dprocess%20search." target="_self"&gt;Optimizing Splunk Dashboards with Post-Process Searches&lt;/A&gt;&amp;nbsp;, now I got my searches optimized and problem has gone.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 23:00:13 GMT</pubDate>
    <dc:creator>afsku</dc:creator>
    <dc:date>2021-03-22T23:00:13Z</dc:date>
    <item>
      <title>Dashboard - Base search results differs from no same query results when query is fully specified</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Base-search-results-differs-from-no-same-query-results/m-p/544820#M37373</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two identical queries on the dashboard, the only difference - one is based on previously defined search results.&amp;nbsp; They produce very different charts however, here is the code and screenshots:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;form&amp;gt;
  &amp;lt;search id="events_search"&amp;gt;
    &amp;lt;query&amp;gt;
      index = "*" | fields *
    &amp;lt;/query&amp;gt;
    &amp;lt;earliest&amp;gt;$time_token.earliest$&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;$time_token.latest$&amp;lt;/latest&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;fieldset submitButton="false" autoRun="true"&amp;gt;
    &amp;lt;input type="time" token="time_token"&amp;gt;
      &amp;lt;label&amp;gt;Time&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;-48h@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;title&amp;gt;Errors (Based on events_search query)&amp;lt;/title&amp;gt;
        &amp;lt;search base="events_search"&amp;gt;
          &amp;lt;query&amp;gt;  search level IN ("error", "fatal") | timechart count 
          &amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;line&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;title&amp;gt;Errors (Not based on any existing query)&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;  index = "*" | fields * | search level IN ("error", "fatal") | timechart count 
          &amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;-48h@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;line&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
   &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-03-22 at 1.45.31 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13438i77732711126E367A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-03-22 at 1.45.31 PM.png" alt="Screen Shot 2021-03-22 at 1.45.31 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I wonder if it is a bug or some sort of known behavior?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 19:52:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Base-search-results-differs-from-no-same-query-results/m-p/544820#M37373</guid>
      <dc:creator>afsku</dc:creator>
      <dc:date>2021-03-22T19:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard - Base search results differs from no same query results when query is fully specified</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Base-search-results-differs-from-no-same-query-results/m-p/544831#M37374</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;This is known limitation of using none transforming base search. It return only xx k (500k if I recall right) results.&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 21:19:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Base-search-results-differs-from-no-same-query-results/m-p/544831#M37374</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-03-22T21:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard - Base search results differs from no same query results when query is fully specified</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Base-search-results-differs-from-no-same-query-results/m-p/544843#M37375</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;, I should have read&amp;nbsp;&lt;A href="https://www.tekstream.com/optimizing-splunk-dashboards-with-post-process-searches/#:~:text=If%20the%20base%20search%20is,for%20the%20post%2Dprocess%20search." target="_self"&gt;Optimizing Splunk Dashboards with Post-Process Searches&lt;/A&gt;&amp;nbsp;, now I got my searches optimized and problem has gone.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 23:00:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Base-search-results-differs-from-no-same-query-results/m-p/544843#M37375</guid>
      <dc:creator>afsku</dc:creator>
      <dc:date>2021-03-22T23:00:13Z</dc:date>
    </item>
  </channel>
</rss>

