<?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: How to use parameter q from the URL in the View XML in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84197#M5404</link>
    <description>&lt;P&gt;Please provide the XML snippet showing the module definition where this feature is used.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2012 22:27:46 GMT</pubDate>
    <dc:creator>hexx</dc:creator>
    <dc:date>2012-01-23T22:27:46Z</dc:date>
    <item>
      <title>How to use parameter q from the URL in the View XML</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84192#M5399</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I am passing a search query through url to a view. I want to use the passed query as a filter to the graphs I am showing in the view.&lt;/P&gt;

&lt;P&gt;How can I use the q URL param in view xml?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2011 12:37:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84192#M5399</guid>
      <dc:creator>tkadale</dc:creator>
      <dc:date>2011-04-19T12:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use parameter q from the URL in the View XML</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84193#M5400</link>
      <description>&lt;P&gt;Unfortunately, you can't do this in Splunk out of the box. Fortunately, it is possible with an app called sideview utils, &lt;A href="http://splunk-base.splunk.com/apps/22279/sideview-utils"&gt;available&lt;/A&gt; on Splunkbase. You'll need convert your views to advanced XML if they aren't already, so there is definitely more complexity, but then you'll be able to pass parameters with ease.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/apps/22279/sideview-utils"&gt;Sideview Utils on Splunkbase&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2011 15:47:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84193#M5400</guid>
      <dc:creator>David</dc:creator>
      <dc:date>2011-04-19T15:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use parameter q from the URL in the View XML</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84194#M5401</link>
      <description>&lt;P&gt;Which modules from SideViewUtils should I use to achieve this??&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2011 09:39:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84194#M5401</guid>
      <dc:creator>tkadale</dc:creator>
      <dc:date>2011-04-25T09:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use parameter q from the URL in the View XML</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84195#M5402</link>
      <description>&lt;P&gt;Redirector and URLLoader are the two main players, and then the Pulldown, TextField and Checkbox modules themselves prepopulate so they play a role too.   Download Sideview Utils and read through the several pages of documentation in the 'general techniques &amp;gt; linking' section.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2011 06:05:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84195#M5402</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2011-07-26T06:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use parameter q from the URL in the View XML</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84196#M5403</link>
      <description>&lt;P&gt;Does thi need sive ViewUtils app.&lt;/P&gt;

&lt;P&gt;I tried to do this and i got this error&lt;/P&gt;

&lt;P&gt;TypeError: &lt;LAMBDA&gt;() got an unexpected keyword argument 'q'&lt;/LAMBDA&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2012 09:53:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84196#M5403</guid>
      <dc:creator>ReanaKhan</dc:creator>
      <dc:date>2012-01-23T09:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use parameter q from the URL in the View XML</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84197#M5404</link>
      <description>&lt;P&gt;Please provide the XML snippet showing the module definition where this feature is used.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2012 22:27:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84197#M5404</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2012-01-23T22:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use parameter q from the URL in the View XML</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84198#M5405</link>
      <description>&lt;P&gt;This should be asked as a separate question. &lt;BR /&gt;
However what are you trying to do?  It looks very strange.   metadata type="sources" will contain only sources - there will be no host fields and if "summer2" is a hostname, and if $host$ comes from some other pulldown you haven't included,  that contributes a hostname,  then I'd expect the search to always return 0 results. Also you're using HiddenSearch instead of Search so,  if you're using Sideview's modules that wont work at all...  etc... &lt;BR /&gt;
But lets start with the full XML, what you're trying to do, and lets move it to a different question.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2012 17:47:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-parameter-q-from-the-URL-in-the-View-XML/m-p/84198#M5405</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2012-01-25T17:47:57Z</dc:date>
    </item>
  </channel>
</rss>

