<?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: Can I use a value from SearchSelectLister in a HiddenPostProcess? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-a-value-from-SearchSelectLister-in-a-HiddenPostProcess/m-p/69118#M3681</link>
    <description>&lt;P&gt;I believe the answer is no.  If you have a similar question, please read: &lt;A href="http://www.splunk.com/base/Documentation/4.1.5/Developer/PostProcess" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.1.5/Developer/PostProcess&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Oct 2010 21:48:00 GMT</pubDate>
    <dc:creator>brettgladys</dc:creator>
    <dc:date>2010-10-13T21:48:00Z</dc:date>
    <item>
      <title>Can I use a value from SearchSelectLister in a HiddenPostProcess?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-a-value-from-SearchSelectLister-in-a-HiddenPostProcess/m-p/69117#M3680</link>
      <description>&lt;P&gt;I currently have two SearchSelectLister modules.  When I use the HiddenSearch module, I can use the values from the SearchSelectLister modules in my search without a problem ($testId$ and $runId$).  I realized that I while I want to use both in various charts in the view, I don't always want both.  I can't seem to use $testId$ or $runId$ in HiddenPostProcess searches the way I can in HiddenSearch.&lt;/P&gt;

&lt;P&gt;I also took a look at web_access.log, and given the URL that represents that HiddenPostProcess, I think that I'll need to take another approach.  Is there way to get the data for many charts using HiddenPostProcess and the $fields$ I've captured with user inputs, or is searching by *(or something general enough) and then post processing with fields not the way to go? &lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2010 03:45:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-a-value-from-SearchSelectLister-in-a-HiddenPostProcess/m-p/69117#M3680</guid>
      <dc:creator>brettgladys</dc:creator>
      <dc:date>2010-10-13T03:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a value from SearchSelectLister in a HiddenPostProcess?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-a-value-from-SearchSelectLister-in-a-HiddenPostProcess/m-p/69118#M3681</link>
      <description>&lt;P&gt;I believe the answer is no.  If you have a similar question, please read: &lt;A href="http://www.splunk.com/base/Documentation/4.1.5/Developer/PostProcess" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.1.5/Developer/PostProcess&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2010 21:48:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-a-value-from-SearchSelectLister-in-a-HiddenPostProcess/m-p/69118#M3681</guid>
      <dc:creator>brettgladys</dc:creator>
      <dc:date>2010-10-13T21:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a value from SearchSelectLister in a HiddenPostProcess?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-a-value-from-SearchSelectLister-in-a-HiddenPostProcess/m-p/69119#M3682</link>
      <description>&lt;P&gt;No unfortunately you can not.  There arent even any tricks that would allow you do to it,  short of writing a bunch of custom JS in application.js or trying to develop your own module. &lt;/P&gt;

&lt;P&gt;However there is an app that I develop called sideview_utils,  and what it brings into the picture is about 8 custom modules that you can use instead of the core UI modules. &lt;/P&gt;

&lt;P&gt;So when that app is installed locally,  instead of using SearchSelectLister and StaticSelect you can use a Sideview module called Pulldown,  and instead of using HiddenPostProcess you can just use a module called PostProcess.  Likewise instead of HiddenSearch there's just a 'Search' module,  and FieldSearch, ExtendedFieldSearch and TextInput can all be replaced with a simpler consistent module called TextField&lt;/P&gt;

&lt;P&gt;And in that set of modules (about 8 in all), among other benefits:&lt;/P&gt;

&lt;P&gt;a) you dont use intentions at all; $foo$ tokens can just be plugged directly into searches or practically anywhere else. &lt;/P&gt;

&lt;P&gt;b) 'practically anywhere else'  includes the searches specified by PostProcess modules.  &lt;/P&gt;

&lt;P&gt;So I would check out the sideview_utils app.  It has many example views each with embedded documentation and examples.  Granted I'm a little biased.   &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunkbase.splunk.com/apps/All/4.x/App/app:Sideview+Utils" rel="nofollow"&gt;http://splunkbase.splunk.com/apps/All/4.x/App/app:Sideview+Utils&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2011 23:29:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-a-value-from-SearchSelectLister-in-a-HiddenPostProcess/m-p/69119#M3682</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2011-03-31T23:29:35Z</dc:date>
    </item>
  </channel>
</rss>

