<?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: TimeRangePickers, SearchSelectListers and the &amp;quot;applyOuterTimeRangeToInternalSearch&amp;quot; parameter in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/TimeRangePickers-SearchSelectListers-and-the-quot/m-p/54675#M2883</link>
    <description>&lt;P&gt;Yea those are often harmless, depending on some very tweaky specifics in the XML, but whey they attack they are SUPER EVIL.   There's actually a param I added to the SideviewUtils &lt;EM&gt;module&lt;/EM&gt; called &lt;CODE&gt;checkAutoRunAttributes&lt;/CODE&gt;.   It's not something you want to use, but if you ever edit the SideviewUtils.conf file in etc/apps/sideview_utils/appserver/modules/SideviewUtils,  set that to True and restart splunkWeb, in every view that has the problem, all users will get a big alert about it.  My thinking was that concerned admins could turn it on,  make a pass through all their views then turn it off.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2013 17:27:49 GMT</pubDate>
    <dc:creator>sideview</dc:creator>
    <dc:date>2013-03-07T17:27:49Z</dc:date>
    <item>
      <title>TimeRangePickers, SearchSelectListers and the "applyOuterTimeRangeToInternalSearch" parameter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/TimeRangePickers-SearchSelectListers-and-the-quot/m-p/54672#M2880</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I've got a SearchSelectLister nested within a TimeRangePicker.&lt;/P&gt;

&lt;P&gt;The SearchSelectLister has the "applyOuterTimeRangeToInternalSearch" parameter set to True and it &lt;EM&gt;almost&lt;/EM&gt; works perfectly.&lt;/P&gt;

&lt;P&gt;Problem is: the SearchSelectLister hangs on "Loading..." until I select a value for the TimeRangePicker, even when the TimeRangePicker has a default value!&lt;/P&gt;

&lt;P&gt;Why is this the case?  and how do i fix? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;~ Jack&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2013 14:58:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/TimeRangePickers-SearchSelectListers-and-the-quot/m-p/54672#M2880</guid>
      <dc:creator>Jack_Davenport</dc:creator>
      <dc:date>2013-03-07T14:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: TimeRangePickers, SearchSelectListers and the "applyOuterTimeRangeToInternalSearch" parameter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/TimeRangePickers-SearchSelectListers-and-the-quot/m-p/54673#M2881</link>
      <description>&lt;P&gt;To make a long story short - you might try adding an &lt;CODE&gt;autoRun="True"&lt;/CODE&gt; attribute at the top of that module tree - ie at the TimeRangePicker if the TimeRangePicker is the topmost module.   That will probably make the problem go away. &lt;/P&gt;

&lt;P&gt;And as another way this can happen - if there are is another autoRun="True" deeper in that XML, definitely remove it.   If there are two or more autoRun="True" attributes in that XML, &lt;EM&gt;definitely&lt;/EM&gt; remove the deeper one, and pull the upper one up as far as it'll go.   &lt;/P&gt;

&lt;P&gt;But if you post the XML it might well be caused by something else and I can update my answer accordingly. &lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2013 16:18:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/TimeRangePickers-SearchSelectListers-and-the-quot/m-p/54673#M2881</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-03-07T16:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: TimeRangePickers, SearchSelectListers and the "applyOuterTimeRangeToInternalSearch" parameter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/TimeRangePickers-SearchSelectListers-and-the-quot/m-p/54674#M2882</link>
      <description>&lt;P&gt;Thanks very much!&lt;/P&gt;

&lt;P&gt;It was caused by a deeper autoRun=True&lt;/P&gt;

&lt;P&gt;Problem solved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2013 17:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/TimeRangePickers-SearchSelectListers-and-the-quot/m-p/54674#M2882</guid>
      <dc:creator>Jack_Davenport</dc:creator>
      <dc:date>2013-03-07T17:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: TimeRangePickers, SearchSelectListers and the "applyOuterTimeRangeToInternalSearch" parameter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/TimeRangePickers-SearchSelectListers-and-the-quot/m-p/54675#M2883</link>
      <description>&lt;P&gt;Yea those are often harmless, depending on some very tweaky specifics in the XML, but whey they attack they are SUPER EVIL.   There's actually a param I added to the SideviewUtils &lt;EM&gt;module&lt;/EM&gt; called &lt;CODE&gt;checkAutoRunAttributes&lt;/CODE&gt;.   It's not something you want to use, but if you ever edit the SideviewUtils.conf file in etc/apps/sideview_utils/appserver/modules/SideviewUtils,  set that to True and restart splunkWeb, in every view that has the problem, all users will get a big alert about it.  My thinking was that concerned admins could turn it on,  make a pass through all their views then turn it off.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2013 17:27:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/TimeRangePickers-SearchSelectListers-and-the-quot/m-p/54675#M2883</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-03-07T17:27:49Z</dc:date>
    </item>
  </channel>
</rss>

