<?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 Sideview Saved Search in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Sideview-Saved-Search/m-p/94919#M2171</link>
    <description>&lt;P&gt;You may remember this from a few weeks ago, I a pulling in RSS and taking the link and making it the link to the title of the RSS article:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="Search" layoutPanel="panel_row4_col1" autoRun="True" group="Symantec RSS"&amp;gt;
    &amp;lt;param name="search"&amp;gt;source="rss" link="*symantec*" |dedup link |table title link|head 10&amp;lt;/param&amp;gt;
    &amp;lt;module name="Pager"&amp;gt;
      &amp;lt;module name="Table"&amp;gt;
        &amp;lt;param name="hiddenFields"&amp;gt;link&amp;lt;/param&amp;gt;
        &amp;lt;module name="Redirector"&amp;gt;
          &amp;lt;param name="url"&amp;gt;$row.fields.link$&amp;lt;/param&amp;gt;
        &amp;lt; /module&amp;gt;
      &amp;lt; /module&amp;gt;
    &amp;lt; /module&amp;gt;
  &amp;lt; /module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would like to turn it into a saved search with the same sideview functionality.  Is it as simple as changing to a SavedSearch module name and the title of the search for a param?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2013 16:14:08 GMT</pubDate>
    <dc:creator>ccsfdave</dc:creator>
    <dc:date>2013-10-11T16:14:08Z</dc:date>
    <item>
      <title>Sideview Saved Search</title>
      <link>https://community.splunk.com/t5/Reporting/Sideview-Saved-Search/m-p/94919#M2171</link>
      <description>&lt;P&gt;You may remember this from a few weeks ago, I a pulling in RSS and taking the link and making it the link to the title of the RSS article:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="Search" layoutPanel="panel_row4_col1" autoRun="True" group="Symantec RSS"&amp;gt;
    &amp;lt;param name="search"&amp;gt;source="rss" link="*symantec*" |dedup link |table title link|head 10&amp;lt;/param&amp;gt;
    &amp;lt;module name="Pager"&amp;gt;
      &amp;lt;module name="Table"&amp;gt;
        &amp;lt;param name="hiddenFields"&amp;gt;link&amp;lt;/param&amp;gt;
        &amp;lt;module name="Redirector"&amp;gt;
          &amp;lt;param name="url"&amp;gt;$row.fields.link$&amp;lt;/param&amp;gt;
        &amp;lt; /module&amp;gt;
      &amp;lt; /module&amp;gt;
    &amp;lt; /module&amp;gt;
  &amp;lt; /module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would like to turn it into a saved search with the same sideview functionality.  Is it as simple as changing to a SavedSearch module name and the title of the search for a param?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 16:14:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Sideview-Saved-Search/m-p/94919#M2171</guid>
      <dc:creator>ccsfdave</dc:creator>
      <dc:date>2013-10-11T16:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sideview Saved Search</title>
      <link>https://community.splunk.com/t5/Reporting/Sideview-Saved-Search/m-p/94920#M2172</link>
      <description>&lt;P&gt;Well, I should have tinkered before asking.  This works like a charm:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;module name="HiddenSavedSearch" layoutPanel="panel_row4_col1" autoRun="True" group="Symantec RSS"&amp;gt;
    &amp;lt;param name="savedSearch"&amp;gt;Symantec RSS&amp;lt;/param&amp;gt;
    &amp;lt;module name="Pager"&amp;gt;
      &amp;lt;module name="Table"&amp;gt;
        &amp;lt;param name="hiddenFields"&amp;gt;link&amp;lt;/param&amp;gt;
        &amp;lt;module name="Redirector"&amp;gt;
          &amp;lt;param name="url"&amp;gt;$row.fields.link$&amp;lt;/param&amp;gt;
        &amp;lt; /module&amp;gt;
      &amp;lt; /module&amp;gt;
    &amp;lt; /module&amp;gt;
  &amp;lt; /module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Oct 2013 16:19:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Sideview-Saved-Search/m-p/94920#M2172</guid>
      <dc:creator>ccsfdave</dc:creator>
      <dc:date>2013-10-11T16:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sideview Saved Search</title>
      <link>https://community.splunk.com/t5/Reporting/Sideview-Saved-Search/m-p/94921#M2173</link>
      <description>&lt;P&gt;Yep - you can mix and match to the extent you want. I wouldn't use modules like ExtendedFieldSearch or SearchSelectLister, where the Sideview module is a vast improvement of course.  I need to record another screencast to clarify which core modules are still useful - TimeRangePicker, SearchBar, JobProgressIndicator, JSChart and a couple more.  But there's really nothing wrong with HiddenSavedSearch if you're not using Sideview-style report-saving.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 16:34:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Sideview-Saved-Search/m-p/94921#M2173</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-10-11T16:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sideview Saved Search</title>
      <link>https://community.splunk.com/t5/Reporting/Sideview-Saved-Search/m-p/94922#M2174</link>
      <description>&lt;P&gt;You have screencasts?  Do share!!!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 16:35:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Sideview-Saved-Search/m-p/94922#M2174</guid>
      <dc:creator>ccsfdave</dc:creator>
      <dc:date>2013-10-11T16:35:42Z</dc:date>
    </item>
  </channel>
</rss>

