<?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: Leading Pipe Search and forms in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63017#M3847</link>
    <description>&lt;P&gt;Have you written a custom command named &lt;CODE&gt;ldapsearch&lt;/CODE&gt;? If so, it's probably something about the settings for that command.&lt;/P&gt;

&lt;P&gt;If you haven't, then you shouldn't be starting your searchTemplate string with a &lt;CODE&gt;|&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Dec 2012 21:35:52 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2012-12-13T21:35:52Z</dc:date>
    <item>
      <title>Leading Pipe Search and forms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63016#M3846</link>
      <description>&lt;P&gt;I know that saved search macros have difficulties with leading pipes but what about forms?  The reason I ask is I am attempting to create a form and I am finding it doesn't work.&lt;/P&gt;

&lt;P&gt;Here is my form XML&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;AD Search&amp;lt;/label&amp;gt;
  &amp;lt;searchTemplate&amp;gt;&amp;lt;![CDATA[ |ldapsearch domain=AD search="(&amp;amp;(objectClass=user)(sAMAccountName=$username$))" | table sAMAccountName,personalTitle,displayName,givenName,sn,suffix,mail,telephoneNumber,mobile,manager,priority,department,category,watchlist,whenCreated,endDate]]&amp;gt;
    &amp;lt;/searchTemplate&amp;gt;
  &amp;lt;fieldset&amp;gt;
      &amp;lt;input type="text" token="username" /&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
      &amp;lt;event&amp;gt;
            &amp;lt;title&amp;gt;Results&amp;lt;/title&amp;gt;
            &amp;lt;option name="count"&amp;gt;50&amp;lt;/option&amp;gt;
      &amp;lt;/event&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Dec 2012 19:06:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63016#M3846</guid>
      <dc:creator>rmcdougal</dc:creator>
      <dc:date>2012-12-13T19:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Pipe Search and forms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63017#M3847</link>
      <description>&lt;P&gt;Have you written a custom command named &lt;CODE&gt;ldapsearch&lt;/CODE&gt;? If so, it's probably something about the settings for that command.&lt;/P&gt;

&lt;P&gt;If you haven't, then you shouldn't be starting your searchTemplate string with a &lt;CODE&gt;|&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2012 21:35:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63017#M3847</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-12-13T21:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Pipe Search and forms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63018#M3848</link>
      <description>&lt;P&gt;I am using the SA-ldapsearch app&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/apps/55754/splunk-support-for-active-directory"&gt;http://splunk-base.splunk.com/apps/55754/splunk-support-for-active-directory&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2012 21:38:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63018#M3848</guid>
      <dc:creator>rmcdougal</dc:creator>
      <dc:date>2012-12-13T21:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Pipe Search and forms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63019#M3849</link>
      <description>&lt;P&gt;That's pretty important for the rest of us to know!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2012 21:41:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63019#M3849</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-12-13T21:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Pipe Search and forms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63020#M3850</link>
      <description>&lt;P&gt;What version of Splunk are you using?&lt;/P&gt;

&lt;P&gt;I'm also having an issue with v5.0.1 Simple XML - it doesn't like spaces at the beginning of the pipeline, so you may want to try removing that space at the start of your searchTemplate block.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2012 15:06:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63020#M3850</guid>
      <dc:creator>ahall_splunk</dc:creator>
      <dc:date>2012-12-17T15:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Pipe Search and forms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63021#M3851</link>
      <description>&lt;P&gt;Anyone get an answer to this pipe question? It is also dropping for me as part of a form search&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 17:36:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63021#M3851</guid>
      <dc:creator>ericrobinson</dc:creator>
      <dc:date>2013-06-17T17:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Leading Pipe Search and forms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63022#M3852</link>
      <description>&lt;P&gt;Firstly, remove the space from the beginning of the search.  Secondly, you have not specified an earliest and latest - even though the search does not care what these are, they still need to be present.  The search will not be dispatches without them.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 17:56:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Leading-Pipe-Search-and-forms/m-p/63022#M3852</guid>
      <dc:creator>ahall_splunk</dc:creator>
      <dc:date>2013-06-17T17:56:28Z</dc:date>
    </item>
  </channel>
</rss>

