<?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 Passing variables to views using URL query string params in Security</title>
    <link>https://community.splunk.com/t5/Security/Passing-variables-to-views-using-URL-query-string-params/m-p/91991#M3011</link>
    <description>&lt;P&gt;I am trying to do something like this:&lt;/P&gt;

&lt;P&gt;I want to define a view that can take for eg, start date and end date that the user can pass and then render a chart/graph for the data in that date range. I am trying to pass these start and end date values to the view from an external application so I want to pass these using URL query string parameters to the view. Is there a way to achieve this using Splunk.&lt;/P&gt;

&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
-Raj&lt;/P&gt;</description>
    <pubDate>Fri, 14 Oct 2011 03:32:38 GMT</pubDate>
    <dc:creator>rajum</dc:creator>
    <dc:date>2011-10-14T03:32:38Z</dc:date>
    <item>
      <title>Passing variables to views using URL query string params</title>
      <link>https://community.splunk.com/t5/Security/Passing-variables-to-views-using-URL-query-string-params/m-p/91991#M3011</link>
      <description>&lt;P&gt;I am trying to do something like this:&lt;/P&gt;

&lt;P&gt;I want to define a view that can take for eg, start date and end date that the user can pass and then render a chart/graph for the data in that date range. I am trying to pass these start and end date values to the view from an external application so I want to pass these using URL query string parameters to the view. Is there a way to achieve this using Splunk.&lt;/P&gt;

&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
-Raj&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2011 03:32:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Passing-variables-to-views-using-URL-query-string-params/m-p/91991#M3011</guid>
      <dc:creator>rajum</dc:creator>
      <dc:date>2011-10-14T03:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variables to views using URL query string params</title>
      <link>https://community.splunk.com/t5/Security/Passing-variables-to-views-using-URL-query-string-params/m-p/91992#M3012</link>
      <description>&lt;P&gt;This is possible, especially if you use the sideview utils modules. Essentially you are going make a form search, using textfield modules, where the user would input values for earliest and latest time. You will then make use of the URLLoader module to pass down your arguments from the URL into the dashboard to populate those fields. The url that loads the view will end up looking something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="https://&amp;lt;localhost&amp;gt;/en-US/app/&amp;lt;yourapp&amp;gt;/&amp;lt;yourviewname&amp;gt;/earliest=&amp;lt;yourvalue&amp;gt;&amp;amp;latest=&amp;lt;yourvalue&amp;gt;" target="test_blank"&gt;https://&amp;lt;localhost&amp;gt;/en-US/app/&amp;lt;yourapp&amp;gt;/&amp;lt;yourviewname&amp;gt;/earliest=&amp;lt;yourvalue&amp;gt;&amp;amp;latest=&amp;lt;yourvalue&amp;gt;&lt;/A&gt;;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I highly recommend walking through all the examples in the sideview utils app. It makes developing these advanced views a lot quicker and easier. &lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2011 12:56:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Passing-variables-to-views-using-URL-query-string-params/m-p/91992#M3012</guid>
      <dc:creator>RicoSuave</dc:creator>
      <dc:date>2011-10-14T12:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variables to views using URL query string params</title>
      <link>https://community.splunk.com/t5/Security/Passing-variables-to-views-using-URL-query-string-params/m-p/91993#M3013</link>
      <description>&lt;P&gt;Hi Joe, Thanks a lot for the quick response. Is Sideview utils app a freeware? Is this part of Splunk or a third party add-on on top of Splunk? &lt;/P&gt;

&lt;P&gt;I was exploring the Sideview utils app little bit but I wasnt sure what the licensing etc, was.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
-Raj&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2011 17:16:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Passing-variables-to-views-using-URL-query-string-params/m-p/91993#M3013</guid>
      <dc:creator>rajum</dc:creator>
      <dc:date>2011-10-14T17:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variables to views using URL query string params</title>
      <link>https://community.splunk.com/t5/Security/Passing-variables-to-views-using-URL-query-string-params/m-p/91994#M3014</link>
      <description>&lt;P&gt;It's free to download under the lesser gpl license. Review the license yourself and consult your legal department if you have questions. It's just a splunk app you can download from splunkbase. The app itself has a built in tutorial that explains the usage of all the new modules.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2011 18:07:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Passing-variables-to-views-using-URL-query-string-params/m-p/91994#M3014</guid>
      <dc:creator>RicoSuave</dc:creator>
      <dc:date>2011-10-14T18:07:02Z</dc:date>
    </item>
  </channel>
</rss>

