<?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: Assistance with Creating Form Search with Dropdown Referencing Lookup in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Assistance-with-Creating-Form-Search-with-Dropdown-Referencing/m-p/88192#M22558</link>
    <description>&lt;P&gt;Ok, now I need to know how to disable drilldown in a form with simple XML.  Any takers?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2013 20:37:02 GMT</pubDate>
    <dc:creator>jodros</dc:creator>
    <dc:date>2013-01-17T20:37:02Z</dc:date>
    <item>
      <title>Assistance with Creating Form Search with Dropdown Referencing Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Assistance-with-Creating-Form-Search-with-Dropdown-Referencing/m-p/88188#M22554</link>
      <description>&lt;P&gt;This is my first form search view so I am still learning.  I have read a few threads on answers and read up on some documentation about creating form searches in advanced XML.  I am still not completely comfortable with "intentions" and other parts.  I have tried creating a form search using 1 hidden search and 2 string replace (1 text and 1 dropdown).  The dropdown is populating correctly from a lookup, however when I click on the time picker and click search, it gives me the error "PARSER: Applying intentions failed 'unicode' object has no attribute 'get'".  &lt;/P&gt;

&lt;P&gt;I have read on answers and tried to resolve this error, but I am unable to correct it.  Could someone please look over my XML and help me:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;See if this is even the best way to accomplish what I want&lt;/LI&gt;
&lt;LI&gt;Help me correct the PARSER error&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;

&lt;P&gt;Current XML is below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenSearch" layoutPanel="viewHeader"&amp;gt;
    &amp;lt;param name="search"&amp;gt;
    sourcetype=wineventlog:security Account_Name=$username$ message=$message$ | table _time Account_Name Source_Network_Address message
  &amp;lt;/param&amp;gt;
    &amp;lt;module name="ExtendedFieldSearch"&amp;gt;
      &amp;lt;param name="replacementMap"&amp;gt;
        &amp;lt;param name="arg"&amp;gt;
          &amp;lt;param name="username"/&amp;gt;
        &amp;lt;/param&amp;gt;
      &amp;lt;/param&amp;gt;
      &amp;lt;param name="field"&amp;gt;Domain Username&amp;lt;/param&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="username"&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;module name="SearchSelectLister"&amp;gt;
        &amp;lt;param name="staticFieldsToDisplay"/&amp;gt;
        &amp;lt;param name="search"&amp;gt;| inputlookup domain_messages&amp;lt;/param&amp;gt;
        &amp;lt;param name="label"&amp;gt;Domain Event&amp;lt;/param&amp;gt;
        &amp;lt;param name="settingToCreate"&amp;gt;message_setting&amp;lt;/param&amp;gt;
        &amp;lt;param name="searchFieldsToDisplay"&amp;gt;
          &amp;lt;list&amp;gt;
            &amp;lt;param name="value"&amp;gt;message&amp;lt;/param&amp;gt;
            &amp;lt;param name="label"&amp;gt;message&amp;lt;/param&amp;gt;
          &amp;lt;/list&amp;gt;
        &amp;lt;/param&amp;gt;
        &amp;lt;param name="searchWhenChanged"&amp;gt;False&amp;lt;/param&amp;gt;
        &amp;lt;module name="ConvertToIntention"&amp;gt;
          &amp;lt;param name="settingToConvert"&amp;gt;message_setting&amp;lt;/param&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="message"&amp;gt;
                &amp;lt;param name="fillOnEmpty"&amp;gt;True&amp;lt;/param&amp;gt;
                &amp;lt;param name="suffix"&amp;gt;&amp;lt;/param&amp;gt;
                &amp;lt;param name="value"&amp;gt;$target$&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;</description>
      <pubDate>Tue, 15 Jan 2013 18:56:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Assistance-with-Creating-Form-Search-with-Dropdown-Referencing/m-p/88188#M22554</guid>
      <dc:creator>jodros</dc:creator>
      <dc:date>2013-01-15T18:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with Creating Form Search with Dropdown Referencing Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Assistance-with-Creating-Form-Search-with-Dropdown-Referencing/m-p/88189#M22555</link>
      <description>&lt;P&gt;Listing the dropdown selections in the XML is also an option.  I just didn't want to populate the dropdown off of a search, as it takes too long and there are only 5-10 possible selections.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 21:51:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Assistance-with-Creating-Form-Search-with-Dropdown-Referencing/m-p/88189#M22555</guid>
      <dc:creator>jodros</dc:creator>
      <dc:date>2013-01-15T21:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with Creating Form Search with Dropdown Referencing Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Assistance-with-Creating-Form-Search-with-Dropdown-Referencing/m-p/88190#M22556</link>
      <description>&lt;P&gt;Early morning bump.  Any takers?  If not I plan to open a ticket with support and I'll update this thread.  Any assistance would be appreciated.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2013 14:09:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Assistance-with-Creating-Form-Search-with-Dropdown-Referencing/m-p/88190#M22556</guid>
      <dc:creator>jodros</dc:creator>
      <dc:date>2013-01-16T14:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with Creating Form Search with Dropdown Referencing Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Assistance-with-Creating-Form-Search-with-Dropdown-Referencing/m-p/88191#M22557</link>
      <description>&lt;P&gt;Said screw it.  Got it working with simple XML.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2013 18:29:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Assistance-with-Creating-Form-Search-with-Dropdown-Referencing/m-p/88191#M22557</guid>
      <dc:creator>jodros</dc:creator>
      <dc:date>2013-01-16T18:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with Creating Form Search with Dropdown Referencing Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Assistance-with-Creating-Form-Search-with-Dropdown-Referencing/m-p/88192#M22558</link>
      <description>&lt;P&gt;Ok, now I need to know how to disable drilldown in a form with simple XML.  Any takers?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 20:37:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Assistance-with-Creating-Form-Search-with-Dropdown-Referencing/m-p/88192#M22558</guid>
      <dc:creator>jodros</dc:creator>
      <dc:date>2013-01-17T20:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with Creating Form Search with Dropdown Referencing Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Assistance-with-Creating-Form-Search-with-Dropdown-Referencing/m-p/88193#M22559</link>
      <description>&lt;P&gt;Early morning bump.  Not even 1 taker?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 13:25:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Assistance-with-Creating-Form-Search-with-Dropdown-Referencing/m-p/88193#M22559</guid>
      <dc:creator>jodros</dc:creator>
      <dc:date>2013-01-18T13:25:40Z</dc:date>
    </item>
  </channel>
</rss>

