<?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 In the dashboard, how to stop the token from being searched until an input is provided by the users? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435313#M28714</link>
    <description>&lt;P&gt;Hi, &lt;BR /&gt;
We have created a dashboard with six panels and two common input field (Text input and Time picker input) using the token to sync the value to all the panels. We could see that all the panels are working fine, but whenever there is no input provided by the user,Splunk still tries to search automatically, which we wanted to stop.&lt;BR /&gt;
Could anyone guide to fix this issue?&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jun 2018 10:13:38 GMT</pubDate>
    <dc:creator>Hemnaath</dc:creator>
    <dc:date>2018-06-04T10:13:38Z</dc:date>
    <item>
      <title>In the dashboard, how to stop the token from being searched until an input is provided by the users?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435313#M28714</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
We have created a dashboard with six panels and two common input field (Text input and Time picker input) using the token to sync the value to all the panels. We could see that all the panels are working fine, but whenever there is no input provided by the user,Splunk still tries to search automatically, which we wanted to stop.&lt;BR /&gt;
Could anyone guide to fix this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 10:13:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435313#M28714</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2018-06-04T10:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: In the dashboard, how to stop the token from being searched until an input is provided by the users?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435314#M28715</link>
      <description>&lt;P&gt;@Hemnaath are you seeing  &lt;CODE&gt;Search is waiting for input...&lt;/CODE&gt; in the panels or are the searches actually running with some default values for Time and Text?&lt;/P&gt;

&lt;P&gt;Would you be able to share the Simple XML Dashboard code for the two inputs and at least one of the panel where behavior is not as expected? Also if possible share a screenshot of issue from the dashboard.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 10:42:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435314#M28715</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-06-04T10:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: In the dashboard, how to stop the token from being searched until an input is provided by the users?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435315#M28716</link>
      <description>&lt;P&gt;Edit the dashboard and check:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;if the "autorun dashboard" is checked. If so, uncheck it&lt;/LI&gt;
&lt;LI&gt;if the inputs "search on change" is checked. if so, uncheck them&lt;/LI&gt;
&lt;LI&gt;Add a submit button&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 04 Jun 2018 11:19:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435315#M28716</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2018-06-04T11:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: In the dashboard, how to stop the token from being searched until an input is provided by the users?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435316#M28717</link>
      <description>&lt;P&gt;Hi niketnialy, thanks for your effort on this,  please find the below xml detail for the first two panels. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Internal-USER-LOOKUP&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false" autoRun="false"&amp;gt;
    &amp;lt;input type="text" token="F" searchWhenChanged="false"&amp;gt;
      &amp;lt;label&amp;gt;Username&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;&amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="time" token="T" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Time picker input&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;-24h@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;single&amp;gt;
        &amp;lt;title&amp;gt;First Name&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| inputlookup Internal-IDENTITY-AD.csv  | search identity ="$F$" | table first&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$T.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$T.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;title&amp;gt;Last Name&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| inputlookup Internal-IDENTITY-AD.csv | search identity ="$F$" | table last&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$T.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$T.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am not sure how to attach the screen shot, but I could see "waiting for data .." and after few second it changes to No result found.  Kindly guide me on this.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 11:56:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435316#M28717</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2018-06-04T11:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: In the dashboard, how to stop the token from being searched until an input is provided by the users?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435317#M28718</link>
      <description>&lt;P&gt;hey both autorun and search on change is unchecked but still could see this in the dashboard panel &lt;BR /&gt;
"waiting for data" and after few seconds its changes to no result found.&lt;BR /&gt;
so could you please guide me on this.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 11:58:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435317#M28718</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2018-06-04T11:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: In the dashboard, how to stop the token from being searched until an input is provided by the users?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435318#M28719</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="time" token="T" searchWhenChanged="true"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you have a search when changed in the time. Also add a submit button.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 12:01:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435318#M28719</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2018-06-04T12:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: In the dashboard, how to stop the token from being searched until an input is provided by the users?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435319#M28720</link>
      <description>&lt;P&gt;check my comment on your posted code&lt;BR /&gt;
also, I've updated my answer&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 12:02:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435319#M28720</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2018-06-04T12:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: In the dashboard, how to stop the token from being searched until an input is provided by the users?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435320#M28721</link>
      <description>&lt;P&gt;hey by changing the searchwhenchanged=false,  when we try to change the username/time input are getting updated in all the panels and we could see no result found or we could see previous input result.   Not sure how/where to add the submit button and how to pass the parameter. &lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 12:24:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435320#M28721</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2018-06-04T12:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: In the dashboard, how to stop the token from being searched until an input is provided by the users?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435321#M28722</link>
      <description>&lt;P&gt;hey diogofgm , thanks for your effort on this, I got it. By changing the search on change=false and adding submit button in the panel. &lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 12:27:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-the-dashboard-how-to-stop-the-token-from-being-searched-until/m-p/435321#M28722</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2018-06-04T12:27:14Z</dc:date>
    </item>
  </channel>
</rss>

