<?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: Error While using &amp;quot;append&amp;quot; command in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98821#M25479</link>
    <description>&lt;P&gt;Yes, try using fields to see if that corrects your issue. Then, you can upgrade to 4.3.4 at your convenience.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Oct 2012 14:53:39 GMT</pubDate>
    <dc:creator>sowings</dc:creator>
    <dc:date>2012-10-23T14:53:39Z</dc:date>
    <item>
      <title>Error While using "append" command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98816#M25474</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I am getting the following error which using "append" command :&lt;/P&gt;

&lt;P&gt;Encountered an error while reading file &lt;CODE&gt;'C:\Program Files\Splunk\var\run\splunk\dispatchtmp\subsearch_1350988212.241_1350988213.1\prereport_0.csv.gz&lt;/CODE&gt;' &lt;/P&gt;

&lt;P&gt;When I am traversing to this directory I can see no data after&lt;BR /&gt;
 &lt;CODE&gt;'C:\Program Files\Splunk\var\run\splunk\dispatchtmp&lt;/CODE&gt;'&lt;/P&gt;

&lt;P&gt;"&lt;CODE&gt;dispatchtmp&lt;/CODE&gt;" directory has nothing in it.&lt;/P&gt;

&lt;P&gt;Please suggest me how to solve this !!&lt;/P&gt;

&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2012 10:45:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98816#M25474</guid>
      <dc:creator>abhayneilam</dc:creator>
      <dc:date>2012-10-23T10:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error While using "append" command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98817#M25475</link>
      <description>&lt;P&gt;Are you running 4.3.3? Is the subsearch you're using with append a &lt;CODE&gt;| rest&lt;/CODE&gt; call? If so, you may have hit a known bug in 4.3.3. Upgrading to 4.3.4 will be necessary for that particular issue. Otherwise, can you give us some more information?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2012 13:34:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98817#M25475</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2012-10-23T13:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error While using "append" command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98818#M25476</link>
      <description>&lt;P&gt;yaa , I am running 4.3.3 version.&lt;BR /&gt;
Moreover, I am trying to append the results of two searches. Please find the snipet:&lt;/P&gt;

&lt;P&gt;index="xyz" | firstsearch | append [ search index="xyz" | secondsearch ] &lt;/P&gt;

&lt;P&gt;Please suggest me how to solve this append error,&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2012 14:29:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98818#M25476</guid>
      <dc:creator>abhayneilam</dc:creator>
      <dc:date>2012-10-23T14:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error While using "append" command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98819#M25477</link>
      <description>&lt;P&gt;The release notes for 4.3.4 are &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/ReleaseNotes/4.3.4" target="_blank"&gt;here&lt;/A&gt;. They suggest that you're seeing bug SPL-52862. If you're unable to upgrade at this time, you can work around the issue by using &lt;CODE&gt;| fields &amp;lt;fields_you_want&amp;gt;&lt;/CODE&gt; at the end of your subsearch. The list of fields should be those which are referenced by the calling (outer) search.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:40:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98819#M25477</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2020-09-28T12:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error While using "append" command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98820#M25478</link>
      <description>&lt;P&gt;In my search I am using "table" command in "inner" as well as "outer" search both, should I use "fields" command instead of "table" every where ? &lt;/P&gt;

&lt;P&gt;Please suggest !!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2012 14:47:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98820#M25478</guid>
      <dc:creator>abhayneilam</dc:creator>
      <dc:date>2012-10-23T14:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error While using "append" command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98821#M25479</link>
      <description>&lt;P&gt;Yes, try using fields to see if that corrects your issue. Then, you can upgrade to 4.3.4 at your convenience.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2012 14:53:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98821#M25479</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2012-10-23T14:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error While using "append" command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98822#M25480</link>
      <description>&lt;P&gt;Thanks a lot !! .. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2012 15:04:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Error-While-using-quot-append-quot-command/m-p/98822#M25480</guid>
      <dc:creator>abhayneilam</dc:creator>
      <dc:date>2012-10-23T15:04:53Z</dc:date>
    </item>
  </channel>
</rss>

