<?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: Using intentions in Static html page. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-intentions-in-Static-html-page/m-p/50854#M2562</link>
    <description>&lt;P&gt;add querystring parameters for "earliest_time" and "latest_time"&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 09:19:17 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2020-09-28T09:19:17Z</dc:date>
    <item>
      <title>Using intentions in Static html page.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-intentions-in-Static-html-page/m-p/50850#M2558</link>
      <description>&lt;P&gt;I am using StaticContentSample module to display text on a panel in a view.
How do I go about making the text "clickable".For example if I click on the word DNS I should get sourcetype="DNS" in the Searchbar and If I click DHCP then should get sourcetype="DHCP".
Please help this is urgent.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2010 20:52:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-intentions-in-Static-html-page/m-p/50850#M2558</guid>
      <dc:creator>sanju005ind</dc:creator>
      <dc:date>2010-09-15T20:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using intentions in Static html page.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-intentions-in-Static-html-page/m-p/50851#M2559</link>
      <description>&lt;P&gt;If you're using static content, you can't use intentions. Those are only applicable in Splunk UI XML. You could use an HTML form to construct a URL like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;flashtimeline?q=search%20sourcetype%3D"DHCP"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;where &lt;CODE&gt;flashtimeline&lt;/CODE&gt; is the name of the view you want to display in (it is relative to the current view in the current app), and the value of &lt;CODE&gt;q&lt;/CODE&gt; is simply the URL-encoding of &lt;CODE&gt;search sourcetype="DHCP"&lt;/CODE&gt; or whatever. If you use an HTML form with method GET and send a field with the value &lt;CODE&gt;search sourcetype="whatever"&lt;/CODE&gt;, the form submission will automatically URL encode, or you can call the javascript &lt;CODE&gt;encode()&lt;/CODE&gt; function yourself to construct the URL, or you can simply pre-encode it in the static text.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2010 21:09:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-intentions-in-Static-html-page/m-p/50851#M2559</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-15T21:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using intentions in Static html page.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-intentions-in-Static-html-page/m-p/50852#M2560</link>
      <description>&lt;P&gt;Thanks Kanapathy.It works for me.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2010 21:32:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-intentions-in-Static-html-page/m-p/50852#M2560</guid>
      <dc:creator>sanju005ind</dc:creator>
      <dc:date>2010-09-15T21:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using intentions in Static html page.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-intentions-in-Static-html-page/m-p/50853#M2561</link>
      <description>&lt;P&gt;However the time range defaults to Alltime.How can I change that.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2010 17:36:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-intentions-in-Static-html-page/m-p/50853#M2561</guid>
      <dc:creator>sanju005ind</dc:creator>
      <dc:date>2010-10-18T17:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using intentions in Static html page.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-intentions-in-Static-html-page/m-p/50854#M2562</link>
      <description>&lt;P&gt;add querystring parameters for "earliest_time" and "latest_time"&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:19:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-intentions-in-Static-html-page/m-p/50854#M2562</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2020-09-28T09:19:17Z</dc:date>
    </item>
  </channel>
</rss>

