<?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 How do I get a Search manager to create a Search when I hit the submit button in a HTML Dashboard? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-get-a-Search-manager-to-create-a-Search-when-I-hit-the/m-p/243395#M189018</link>
    <description>&lt;P&gt;Hi , &lt;/P&gt;

&lt;P&gt;Is there a way to add logic the actual submit button, so that my search manager (populated with token values) fires off its search when I hit the submit button? &lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2016 19:58:55 GMT</pubDate>
    <dc:creator>theoborrero</dc:creator>
    <dc:date>2016-03-16T19:58:55Z</dc:date>
    <item>
      <title>How do I get a Search manager to create a Search when I hit the submit button in a HTML Dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-get-a-Search-manager-to-create-a-Search-when-I-hit-the/m-p/243395#M189018</link>
      <description>&lt;P&gt;Hi , &lt;/P&gt;

&lt;P&gt;Is there a way to add logic the actual submit button, so that my search manager (populated with token values) fires off its search when I hit the submit button? &lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 19:58:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-get-a-Search-manager-to-create-a-Search-when-I-hit-the/m-p/243395#M189018</guid>
      <dc:creator>theoborrero</dc:creator>
      <dc:date>2016-03-16T19:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get a Search manager to create a Search when I hit the submit button in a HTML Dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-get-a-Search-manager-to-create-a-Search-when-I-hit-the/m-p/243396#M189019</link>
      <description>&lt;P&gt;The default generated code for submit buttons looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;var submit = new SubmitButton({
    id: 'submit',
    el: $('#search_btn')
}, {tokens: true}).render();
submit.on("submit", function() {
    submitTokens();
});
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hint: Build a SimpleXML dashboard and look at the generated sources.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 21:06:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-get-a-Search-manager-to-create-a-Search-when-I-hit-the/m-p/243396#M189019</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-03-16T21:06:45Z</dc:date>
    </item>
  </channel>
</rss>

