<?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: 'unicode' object has no attribute 'get' in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15441#M350</link>
    <description>&lt;P&gt;Im afraid there's a known issue at the moment, - the showsource=1 code that converts &lt;CODE&gt;&amp;lt;form&amp;gt;&lt;/CODE&gt; views from the simplified XML format to the advanced format doesnt work right now and hits this error. &lt;/P&gt;

&lt;P&gt;im afraid i dont know of a workaround and Im not sure of an ETA.&lt;/P&gt;

&lt;P&gt;What's happening is that the conversion is stripping out a bunch of bits from ConvertToIntention's configuration that have to be there. &lt;/P&gt;

&lt;P&gt;In the meantime all I can say is that you can study the advanced xml form search examples in the UI examples app&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2010 06:42:22 GMT</pubDate>
    <dc:creator>sideview</dc:creator>
    <dc:date>2010-06-15T06:42:22Z</dc:date>
    <item>
      <title>'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15440#M349</link>
      <description>&lt;P&gt;When using the advanced xml... i am doing an inverted-flow layout with text-boxes to filter a simple results table. &lt;/P&gt;

&lt;P&gt;Whenever i type something in the text boxes i get "PARSER: Applying intentions failed 'unicode' object has no attribute 'get'.  Am i missing a module?   Select boxes seem to be working fine... it's only the textboxes.&lt;/P&gt;

&lt;P&gt;I tried to mimic the example in simple xml then do showsource=1 .. and i haven't been able to identify any difference.&lt;/P&gt;

&lt;P&gt;thoughts?&lt;/P&gt;

&lt;P&gt;thanks,
   Kirby&lt;/P&gt;

&lt;P&gt;EDIT: added textbox example&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;gt; &amp;lt;module name="ExtendedFieldSearch"&amp;gt;
&amp;gt;   &amp;lt;param name="replacementMap"&amp;gt;
&amp;gt;     &amp;lt;param name="arg"&amp;gt;
&amp;gt;       &amp;lt;param name="hostip"/&amp;gt;
&amp;gt;     &amp;lt;/param&amp;gt;
&amp;gt;   &amp;lt;/param&amp;gt;
&amp;gt;   &amp;lt;param name="field"&amp;gt;Host IP:&amp;lt;/param&amp;gt;
&amp;gt;     &amp;lt;param name="intention"&amp;gt;
&amp;gt;       &amp;lt;param name="name"&amp;gt;stringreplace&amp;lt;/param&amp;gt;
&amp;gt;         &amp;lt;param name="arg"&amp;gt;
&amp;gt;         &amp;lt;param name="hostip"&amp;gt;
&amp;gt;           &amp;lt;param name="default"&amp;gt;*&amp;lt;/param&amp;gt;
&amp;gt;           &amp;lt;param name="fillOnEmpty"&amp;gt;True&amp;lt;/param&amp;gt;
&amp;gt;         &amp;lt;/param&amp;gt;    
&amp;gt;     &amp;lt;/param&amp;gt;
&amp;gt; ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Jun 2010 19:40:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15440#M349</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-06-14T19:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15441#M350</link>
      <description>&lt;P&gt;Im afraid there's a known issue at the moment, - the showsource=1 code that converts &lt;CODE&gt;&amp;lt;form&amp;gt;&lt;/CODE&gt; views from the simplified XML format to the advanced format doesnt work right now and hits this error. &lt;/P&gt;

&lt;P&gt;im afraid i dont know of a workaround and Im not sure of an ETA.&lt;/P&gt;

&lt;P&gt;What's happening is that the conversion is stripping out a bunch of bits from ConvertToIntention's configuration that have to be there. &lt;/P&gt;

&lt;P&gt;In the meantime all I can say is that you can study the advanced xml form search examples in the UI examples app&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2010 06:42:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15441#M350</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-06-15T06:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15442#M351</link>
      <description>&lt;P&gt;here is my workaround :&lt;/P&gt;

&lt;P&gt;for example , the original source code are :&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;param name="replacementMap"&amp;gt;
    &amp;lt;param name="arg"&amp;gt;
      &amp;lt;param name="sourcetypeToken"/&amp;gt;
    &amp;lt;/param&amp;gt;
  &amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;please modify it as below :&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;param name="replacementMap"&amp;gt;
    &amp;lt;param name="arg"&amp;gt;
      &amp;lt;param name="sourcetypeToken"&amp;gt;
        &amp;lt;param name="value"&amp;gt;&amp;lt;/param&amp;gt;
      &amp;lt;/param&amp;gt;
    &amp;lt;/param&amp;gt;
  &amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I tried , it works.
Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2010 20:35:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15442#M351</guid>
      <dc:creator>dmlee</dc:creator>
      <dc:date>2010-06-15T20:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15443#M352</link>
      <description>&lt;P&gt;ok i'll get on that&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2010 21:41:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15443#M352</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-06-17T21:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15444#M353</link>
      <description>&lt;P&gt;i added a code segment to what i have above?   i couldn't seem to correctly implement your suggestion.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2010 21:57:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15444#M353</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-06-17T21:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15445#M354</link>
      <description>&lt;P&gt;The solution/workaround is simple...&lt;/P&gt;

&lt;P&gt;using showsource=true to convert simple to advanced xml yields what you see above in the question.  &lt;/P&gt;

&lt;P&gt;i'll denote as EFS -&amp;gt; replacementMap -&amp;gt; field -&amp;gt; intention&lt;/P&gt;

&lt;P&gt;I replaced with EFS -&amp;gt; intention -&amp;gt; replacementMap -&amp;gt; Field   .. and it worked like a charm.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;gt; &amp;lt;module name="ExtendedFieldSearch"&amp;gt;
&amp;gt;     &amp;lt;param name="intention"&amp;gt;
&amp;gt;       &amp;lt;param name="name"&amp;gt;stringreplace&amp;lt;/param&amp;gt;
&amp;gt;         &amp;lt;param name="arg"&amp;gt;
&amp;gt;         &amp;lt;param name="hostip"&amp;gt;
&amp;gt;           &amp;lt;param name="default"&amp;gt;*&amp;lt;/param&amp;gt;
&amp;gt;           &amp;lt;param name="fillOnEmpty"&amp;gt;True&amp;lt;/param&amp;gt;
&amp;gt;         &amp;lt;/param&amp;gt;    
&amp;gt;     &amp;lt;/param&amp;gt;
&amp;gt;     &amp;lt;/param&amp;gt;
&amp;gt;   &amp;lt;param name="replacementMap"&amp;gt;
&amp;gt;     &amp;lt;param name="arg"&amp;gt;
&amp;gt;       &amp;lt;param name="hostip"/&amp;gt;
&amp;gt;     &amp;lt;/param&amp;gt;
&amp;gt;   &amp;lt;/param&amp;gt;
&amp;gt;   &amp;lt;param name="field"&amp;gt;Host IP:&amp;lt;/param&amp;gt;
&amp;gt; ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;apologies for the formatting.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2010 00:35:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15445#M354</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-08-20T00:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15446#M355</link>
      <description>&lt;P&gt;No luck for me.&lt;/P&gt;

&lt;P&gt;I've switched the "intention" and "replacementMap" params in my advanced xml, but as soon as I populate the search field, the error is thrown.   If I leave it blank, it uses the default value from the xml, but that's as much luck as I can wrangle.  The happens when I try to use the advanced xml given by the "?showsource=t" addition to the "form3" url, too.&lt;/P&gt;

&lt;P&gt;TBC - I'm using the ui_examples app views to tinker with.  Specifically, I'm trying to mod "form3".&lt;/P&gt;

&lt;P&gt;Unfortunately, form3.xml in $SPLUNK_HOME/etc/apps/ui_examples/default/data/ui/views is in simplified xml, so i can't get any clues from that.&lt;/P&gt;

&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2010 04:22:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15446#M355</guid>
      <dc:creator>blurblebot</dc:creator>
      <dc:date>2010-08-24T04:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15447#M356</link>
      <description>&lt;P&gt;This answer is correct.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 03:45:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15447#M356</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-08-25T03:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15448#M357</link>
      <description>&lt;P&gt;This answer is incorrect. The answer by dmlee is correct.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 03:45:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15448#M357</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-08-25T03:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15449#M358</link>
      <description>&lt;P&gt;I'll take your word for it.. but adding a param of value did not fix my issue.  rearranging the modules did.   who knows.. likely my mistake.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2010 03:24:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15449#M358</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-08-26T03:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15450#M359</link>
      <description>&lt;P&gt;This is still broken in 4.2.1.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2011 01:14:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15450#M359</guid>
      <dc:creator>dottom</dc:creator>
      <dc:date>2011-05-31T01:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15451#M360</link>
      <description>&lt;P&gt;thanks, this answer is correct and is helpful for us. hope splunk's advanced XML syntax can be more rigorous&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 06:17:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15451#M360</guid>
      <dc:creator>hjwang</dc:creator>
      <dc:date>2011-07-27T06:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15452#M361</link>
      <description>&lt;P&gt;Has a solution for this been found yet? I have tried the above suggested solution without any luck. I would have imgained Splunk could have solved this by now!&lt;BR /&gt;
Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2011 12:14:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15452#M361</guid>
      <dc:creator>nrelihan</dc:creator>
      <dc:date>2011-12-19T12:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15453#M362</link>
      <description>&lt;P&gt;Actually I agree with hiddenkirby. I started with dmlee's suggestion alone but that wasn't enough. My dashboard flow was originally Intention-&amp;gt;Replacement-&amp;gt;Field. I switched this around to Replacement-&amp;gt;Field-&amp;gt;Intention (put the intention section at the end), and in combination with dmlee's suggestion, everything worked.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 21:43:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15453#M362</guid>
      <dc:creator>gcoles</dc:creator>
      <dc:date>2012-03-26T21:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15454#M363</link>
      <description>&lt;P&gt;very useful, unsure why converting from simpleXML to advanced using "?showsource=1" doesn't work correctly&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2012 15:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15454#M363</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-06-25T15:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15455#M364</link>
      <description>&lt;P&gt;just add this line?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;param name="value"&amp;gt;&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;didnt work for me no change&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2012 13:13:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15455#M364</guid>
      <dc:creator>r999</dc:creator>
      <dc:date>2012-06-28T13:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15456#M365</link>
      <description>&lt;P&gt;This may have worked on Splunk 4 but does not work on Splunk 5.0.1.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 20:52:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15456#M365</guid>
      <dc:creator>therealdpk</dc:creator>
      <dc:date>2013-01-14T20:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: 'unicode' object has no attribute 'get'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15457#M366</link>
      <description>&lt;P&gt;There's another way that sounds hard at first but in the long run can be vastly easier.  And that is to rewrite the view to use Sideview Utils and dispense with "intentions" altogether. &lt;/P&gt;

&lt;P&gt;1) Download Sideview Utils from the Sideview site ( &lt;A href="http://sideviewapps.com/apps/sideview-utils"&gt;http://sideviewapps.com/apps/sideview-utils&lt;/A&gt;).  It's a Splunk app and it's free for internal use.  You'll get a .tar.gz file and you install it by going to Manager &amp;gt; Apps &amp;gt; Install app from file. &lt;/P&gt;

&lt;P&gt;2) Watch some of the screencasts to get a sense for what it is - &lt;A href="http://www.youtube.com/watch?v=9UTiJ65tlmY"&gt;http://www.youtube.com/watch?v=9UTiJ65tlmY&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;3) read at least the first couple pages of documentation. All docs and examples and tutorials are built into the app itself so you log into Splunk and navigate to the app to learn about it. &lt;/P&gt;

&lt;P&gt;4) Put    &lt;CODE&gt;&amp;lt;module name="SideviewUtils" layoutPanel="appHeader"/&amp;gt;&lt;/CODE&gt; into your view, near the AppBar and AccountBar modules.  This is required first step to use any other Sideview module in that particular view. &lt;/P&gt;

&lt;P&gt;5) Now you're free to start making your views simpler.  For instance you can replace this ExtendedFieldSearch + HiddenSearch combo, &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenSearch" layoutPanel="mainSearchControls" autoRun="True"&amp;gt;
  &amp;lt;param name="search"&amp;gt;
    foo bar baz hostip=$hostip$
  &amp;lt;/param&amp;gt;
  &amp;lt;module name="ExtendedFieldSearch"&amp;gt;
    &amp;lt;param name="intention"&amp;gt;
      &amp;lt;param name="name"&amp;gt;stringreplace&amp;lt;/param&amp;gt;
      &amp;lt;param name="arg"&amp;gt;
        &amp;lt;param name="hostip"&amp;gt;
          &amp;lt;param name="default"&amp;gt;*&amp;lt;/param&amp;gt;
          &amp;lt;param name="fillOnEmpty"&amp;gt;True&amp;lt;/param&amp;gt;
        &amp;lt;/param&amp;gt;    
      &amp;lt;/param&amp;gt;
    &amp;lt;/param&amp;gt;
    &amp;lt;param name="replacementMap"&amp;gt;
      &amp;lt;param name="arg"&amp;gt;
        &amp;lt;param name="hostip"/&amp;gt;
      &amp;lt;/param&amp;gt;
    &amp;lt;/param&amp;gt;
    &amp;lt;param name="field"&amp;gt;Host IP:&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;with TextField + Search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="TextField"  layoutPanel="mainSearchControls" autoRun="True"&amp;gt;
  &amp;lt;param name="name"&amp;gt;hostip&amp;lt;/param&amp;gt;
  &amp;lt;param name="label"&amp;gt;Host IP:&amp;lt;/param&amp;gt;

  &amp;lt;module name="Search"&amp;gt;
    &amp;lt;param name="search"&amp;gt;
      foo bar baz hostip=$hostip$
    &amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or you can replace this block of HiddenSearch + SearchSelectLister + ConvertToIntention &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenSearch" layoutPanel="mainSearchControls" autoRun="True"&amp;gt;
  &amp;lt;param name="earliest"&amp;gt;-30d&amp;lt;/param&amp;gt;
  &amp;lt;param name="search"&amp;gt;
      index=_internal source=*metrics.log group="per_sourcetype_thruput" series=$series$ | fields eps, kb, kbps
  &amp;lt;/param&amp;gt;

  &amp;lt;module name="SearchSelectLister"&amp;gt;
    &amp;lt;param name="searchWhenChanged"&amp;gt;False&amp;lt;/param&amp;gt;
    &amp;lt;param name="label"&amp;gt;Select series&amp;lt;/param&amp;gt;
    &amp;lt;param name="settingToCreate"&amp;gt;series_setting&amp;lt;/param&amp;gt;
    &amp;lt;param name="search"&amp;gt;index=_internal source=*metrics.log group="per_sourcetype_thruput" | top series
        &amp;lt;/param&amp;gt;
    &amp;lt;param name="staticFieldsToDisplay"&amp;gt;
      &amp;lt;list&amp;gt;
        &amp;lt;param name="label"&amp;gt;Any&amp;lt;/param&amp;gt;
        &amp;lt;param name="value"&amp;gt;*&amp;lt;/param&amp;gt;
      &amp;lt;/list&amp;gt;
    &amp;lt;/param&amp;gt;
    &amp;lt;param name="searchFieldsToDisplay"&amp;gt;
      &amp;lt;list&amp;gt;
        &amp;lt;param name="label"&amp;gt;series&amp;lt;/param&amp;gt;
        &amp;lt;param name="value"&amp;gt;series&amp;lt;/param&amp;gt;
      &amp;lt;/list&amp;gt;
    &amp;lt;/param&amp;gt;

    &amp;lt;module name="ConvertToIntention"&amp;gt;
      &amp;lt;param name="settingToConvert"&amp;gt;series_setting&amp;lt;/param&amp;gt;
      &amp;lt;param name="intention"&amp;gt;
        &amp;lt;param name="arg"&amp;gt;
          &amp;lt;param name="series"&amp;gt;
            &amp;lt;param name="value"&amp;gt;$target$&amp;lt;/param&amp;gt;
            &amp;lt;param name="fillOnEmpty"&amp;gt;True&amp;lt;/param&amp;gt;
          &amp;lt;/param&amp;gt;
        &amp;lt;/param&amp;gt;
        &amp;lt;param name="name"&amp;gt;stringreplace&amp;lt;/param&amp;gt;
      &amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;with this block of 3 Sideview modules: Search + Pulldown + Search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="Search" layoutPanel="mainSearchControls" autoRun="True"&amp;gt;
  &amp;lt;param name="search"&amp;gt;index=_internal source=*metrics.log group="per_sourcetype_thruput" | top series&amp;lt;/param&amp;gt;
  &amp;lt;param name="earliest"&amp;gt;-4h&amp;lt;/param&amp;gt;

  &amp;lt;module name="Pulldown"&amp;gt;
    &amp;lt;param name="name"&amp;gt;series&amp;lt;/param&amp;gt;
    &amp;lt;param name="label"&amp;gt;Select series&amp;lt;/param&amp;gt;
    &amp;lt;param name="valueField"&amp;gt;series&amp;lt;/param&amp;gt;

    &amp;lt;module name="Search"&amp;gt;
      &amp;lt;param name="search"&amp;gt;index=_internal source=*metrics.log group="per_sourcetype_thruput" series=$series$ | fields eps, kb, kbps&amp;lt;/param&amp;gt;
      &amp;lt;param name="earliest"&amp;gt;-30d&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here's another screencast, focusing on just the Pulldown module. &lt;A href="http://www.youtube.com/watch?v=fkXBgkwZoEQ"&gt;http://www.youtube.com/watch?v=fkXBgkwZoEQ&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 00:46:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/unicode-object-has-no-attribute-get/m-p/15457#M366</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-01-15T00:46:01Z</dc:date>
    </item>
  </channel>
</rss>

