<?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 is not working for all panels in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/541110#M153179</link>
    <description>&lt;P&gt;It took me at least 5 hours of experiment to make sure that I'm not making a mistake.&lt;/P&gt;&lt;P&gt;It's really frustrated and disappointed by such mystery and arbitrary behavior without any hint of error message! A great company can do better.&lt;/P&gt;&lt;P&gt;I wish customers should not always be treated as a victim of hidden secrete!&lt;/P&gt;&lt;P&gt;So the moral of the story,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;a base search must explicitly specify all the fields that will be used by the searches using the base search by command fields or table&lt;/STRONG&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Feb 2021 04:57:32 GMT</pubDate>
    <dc:creator>yshen</dc:creator>
    <dc:date>2021-02-24T04:57:32Z</dc:date>
    <item>
      <title>Why is the Dashboard Base Search is not working for all panels?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265610#M79821</link>
      <description>&lt;P&gt;I did build a Dashboard with a base search and five panels, all based on the base search. Somehow, two of five panels are not working.&lt;/P&gt;
&lt;P&gt;Can anybody tell me why?&lt;/P&gt;
&lt;P&gt;Base Part - this is working with 3 of 5 Panels:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;label&amp;gt;3rdsearch&amp;lt;/label&amp;gt;
&amp;lt;search id="basis"&amp;gt;
&amp;lt;query&amp;gt;index=mail-security
    | transaction keepevicted=true icid mid
    | search policy_direction="inbound"
    | eval msec_default_threat_reason =coalesce(case(spam_verdict="positive","Spam Detected",av_verdict="positive","Virus Detected",content_filter="content filter","Stopped by Content Filter",invalid_recipient="rejected by SMTP Call-Ahead","Stopped as Invalid Recipients",msec_default_reputationfilter="REJECT SG BLACKLIST","Stopped by Reputation Filtering", vof_verdict="positive","outbreak"),"Clean Messages")&amp;lt;/query&amp;gt;
&amp;lt;/search&amp;gt;
&amp;lt;fieldset autoRun="false" submitButton="true"&amp;gt;
&amp;lt;input type="time" searchWhenChanged="false" token="zeit"&amp;gt;
    &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;-15m&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;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;One of the Panels which is not working:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;title&amp;gt;Top Domain by Total Threat Messages&amp;lt;/title&amp;gt;
    &amp;lt;chart&amp;gt;
        &amp;lt;search base="basis"&amp;gt;
        &amp;lt;query&amp;gt;| search NOT msec_default_threat_reason="outbreak" NOT msec_default_threat_reason="Clean Messages"
            | rex field=recipient "@(?&amp;lt;msec_default_recipient_domain&amp;gt;.+\.\w+)$"    
            | rex field=sender "@(?&amp;lt;msec_default_sender_domain&amp;gt;.+\.\w+)$"
            | top limit=10 msec_default_sender_domain countfield=Messages&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
    &amp;lt;option name="charting.legend.placement"&amp;gt;none&amp;lt;/option&amp;gt;&amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;&amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;&amp;lt;option name="charting.chart.stackMode"&amp;gt;stacked&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;&amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option&amp;gt;&amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;&amp;lt;option name="charting.chart"&amp;gt;bar&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;&amp;lt;option name="charting.axisY2.enabled"&amp;gt;false&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;&amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;&amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;collapsed&amp;lt;/option&amp;gt;&amp;lt;option name="charting.axisLabelsY.majorUnit"&amp;gt;1&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;0&amp;lt;/option&amp;gt;&amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
    &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
&amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 21 Nov 2020 07:18:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265610#M79821</guid>
      <dc:creator>hackentrick</dc:creator>
      <dc:date>2020-11-21T07:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Base Search is not working for all panels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265611#M79822</link>
      <description>&lt;P&gt;Try to add a table OR fields command in the base search with all the required fields.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2016 15:49:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265611#M79822</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-19T15:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Base Search is not working for all panels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265612#M79823</link>
      <description>&lt;P&gt;It seem Splunk is not passing all result fields from a base search to a post search. This could be for performance reasons. You can force the base search to pass required fields explicit to the post search by adding a fields statement. &lt;BR /&gt;
In your example:&lt;/P&gt;

&lt;P&gt;index=mail-security&lt;BR /&gt;
     | transaction keepevicted=true icid mid&lt;BR /&gt;
     | search policy_direction="inbound"&lt;BR /&gt;
     | eval msec_default_threat_reason =coalesce(case(spam_verdict="positive","Spam Detected",av_verdict="positive","Virus Detected",content_filter="content filter","Stopped by Content Filter",invalid_recipient="rejected by SMTP Call-Ahead","Stopped as Invalid Recipients",msec_default_reputationfilter="REJECT SG BLACKLIST","Stopped by Reputation Filtering", vof_verdict="positive","outbreak"),"Clean Messages")&lt;BR /&gt;
&lt;STRONG&gt;| fields field1 field2 field3&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:16:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265612#M79823</guid>
      <dc:creator>apilger_splunk</dc:creator>
      <dc:date>2020-09-29T10:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Base Search is not working for all panels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265613#M79824</link>
      <description>&lt;P&gt;fields are working, thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 07:31:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265613#M79824</guid>
      <dc:creator>hackentrick</dc:creator>
      <dc:date>2016-07-20T07:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Base Search is not working for all panels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265614#M79825</link>
      <description>&lt;P&gt;Great idea but adding field did not work for me. I have rex in my base search. Work around is to just use full search string in each panel. &lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 18:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265614#M79825</guid>
      <dc:creator>Walt_Splunk</dc:creator>
      <dc:date>2016-09-29T18:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Base Search is not working for all panels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265615#M79826</link>
      <description>&lt;P&gt;In the fields command, specify all the fields from base search that you're going to use/refer in the panel searches, including the fields that you're extracting via rex. I don't think a rex command would cause it to fail. May be something else is breaking it and we can look at it if you can post your search.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 18:47:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265615#M79826</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-09-29T18:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Base Search is not working for all panels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265616#M79827</link>
      <description>&lt;P&gt;Walt_Test&lt;BR /&gt;
  Each panel post processes the base search through a separate search pipeline.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;query&amp;gt;source="access_log" sourcetype="access_common" | rex field=uri_path "\/(?&amp;amp;lt;root&amp;amp;gt;[^\/]+)[\/|\s](?&amp;amp;lt;branch&amp;amp;gt;[^\/]+)[\s|\/] | fields uri_path 
    root path "&amp;lt;/query&amp;gt;


&amp;lt;input type="time" searchWhenChanged="true"&amp;gt;
  &amp;lt;default&amp;gt;
    &amp;lt;earliest&amp;gt;-24h&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;panel&amp;gt;
  &amp;lt;title&amp;gt;Title for Panel 1, shows data over time by type&amp;lt;/title&amp;gt;
  &amp;lt;chart&amp;gt;
    &amp;lt;search base="base_search"&amp;gt;
      &amp;lt;query&amp;gt;timechart count by branch&amp;lt;/query&amp;gt;
    &amp;lt;/search&amp;gt;
    &amp;lt;option name="charting.legend.placement"&amp;gt;right&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.layout.splitSeries.allowIndependentYRanges"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.showDataLabels"&amp;gt;none&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart"&amp;gt;line&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
  &amp;lt;/chart&amp;gt;
&amp;lt;/panel&amp;gt;
&amp;lt;panel&amp;gt;
  &amp;lt;title&amp;gt;Title for Panel 2, show cumulative totals by type&amp;lt;/title&amp;gt;
  &amp;lt;table&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;source="access_log" sourcetype="access_common" | rex field=uri_path "\/(?&amp;amp;lt;root&amp;amp;gt;[^\/]+)[\/|\s](?&amp;amp;lt;branch&amp;amp;gt;[^\/]+)[\s|\/]" | stats count by branch&amp;lt;/query&amp;gt;
    &amp;lt;/search&amp;gt;
    &amp;lt;option name="displayRowNumbers"&amp;gt;true&amp;lt;/option&amp;gt;
  &amp;lt;/table&amp;gt;
&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Sep 2016 19:32:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265616#M79827</guid>
      <dc:creator>Walt_Splunk</dc:creator>
      <dc:date>2016-09-29T19:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Base Search is not working for all panels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265617#M79828</link>
      <description>&lt;P&gt;This is also the case in Splunk 6.5, I have requested an update to the documentation to state that the post-process searches appear to run in fast mode or another optimized method of searching. And therefore things do not work as expected when using a field that was not in the base search.&lt;/P&gt;

&lt;P&gt;The current documentation around &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/Savedsearches"&gt;visualisation/saved searches&lt;/A&gt; states "Avoid post-process searches that reference fields not named in the base search". It does not say that it will not work!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 00:25:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265617#M79828</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2016-09-30T00:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Base Search is not working for all panels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265618#M79829</link>
      <description>&lt;P&gt;Thanks  garethatiag! It took me aaaaages to find out what they problem was with my post-process search, no mention of field extraction in the examples and only a footnote in the documentation, once I followed your advice it fixed my problem&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 11:07:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265618#M79829</guid>
      <dc:creator>MichaelMcAleer</dc:creator>
      <dc:date>2017-09-15T11:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Base Search is not working for all panels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265619#M79830</link>
      <description>&lt;P&gt;Glad I could help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 00:52:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265619#M79830</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-09-18T00:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Base Search is not working for all panels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265620#M79831</link>
      <description>&lt;P&gt;I was having the same issues, using the fields command ensured the fields were carried forward.&lt;BR /&gt;
As garethatiag suggested, it seems like Splunk is running in fast mode for base searches.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 08:09:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265620#M79831</guid>
      <dc:creator>dd_msearles</dc:creator>
      <dc:date>2018-06-22T08:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Base Search is not working for all panels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265621#M79832</link>
      <description>&lt;P&gt;I was having the same Problem.&lt;BR /&gt;
For the lazy people among us "| fields *" solves the problem.&lt;BR /&gt;
Please note that this will decrease performance slightly since all fields are carried along .&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 07:38:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/265621#M79832</guid>
      <dc:creator>MichaelRubenbau</dc:creator>
      <dc:date>2018-07-06T07:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Base Search is not working for all panels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/530272#M149824</link>
      <description>&lt;P&gt;First - Thank for the solution!&lt;/P&gt;&lt;P&gt;Second, I want to add: Adding "&lt;FONT face="andale mono,times"&gt;&lt;STRONG&gt;| fields *&lt;/STRONG&gt;&lt;/FONT&gt;" to the end of the base search also works for me. So you don't really need to list out all the fields by name.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 21:58:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/530272#M149824</guid>
      <dc:creator>ww9rivers</dc:creator>
      <dc:date>2020-11-20T21:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Base Search is not working for all panels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/541110#M153179</link>
      <description>&lt;P&gt;It took me at least 5 hours of experiment to make sure that I'm not making a mistake.&lt;/P&gt;&lt;P&gt;It's really frustrated and disappointed by such mystery and arbitrary behavior without any hint of error message! A great company can do better.&lt;/P&gt;&lt;P&gt;I wish customers should not always be treated as a victim of hidden secrete!&lt;/P&gt;&lt;P&gt;So the moral of the story,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;a base search must explicitly specify all the fields that will be used by the searches using the base search by command fields or table&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 04:57:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-Dashboard-Base-Search-is-not-working-for-all-panels/m-p/541110#M153179</guid>
      <dc:creator>yshen</dc:creator>
      <dc:date>2021-02-24T04:57:32Z</dc:date>
    </item>
  </channel>
</rss>

