<?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: Specific Search not working after upgrade to Splunk 5.0 in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Specific-Search-not-working-after-upgrade-to-Splunk-5-0/m-p/37592#M8411</link>
    <description>&lt;P&gt;If your indexer is still under 4.3.x, you may hit this.&lt;/P&gt;

&lt;P&gt;Searches that contain subsearches do not return data in environments where search heads are running version 5.0.x and indexers are running version 4.3.x. To work around this issue, upgrade indexers to the same version as the search heads. (SPL-62457) &lt;/P&gt;

&lt;P&gt;This is documented in the known issue.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/ReleaseNotes/Knownissues"&gt;http://docs.splunk.com/Documentation/Splunk/latest/ReleaseNotes/Knownissues&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2013 08:32:05 GMT</pubDate>
    <dc:creator>daniel_splunk</dc:creator>
    <dc:date>2013-04-15T08:32:05Z</dc:date>
    <item>
      <title>Specific Search not working after upgrade to Splunk 5.0</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Specific-Search-not-working-after-upgrade-to-Splunk-5-0/m-p/37590#M8409</link>
      <description>&lt;P&gt;I've got a specific search, that generates two time ranges on a timechart, using the instructions found on this Splunk blog entry:&lt;BR /&gt;
&lt;A href="http://blogs.splunk.com/2012/02/19/compare-two-time-ranges-in-one-report"&gt;Compare two time ranges in one report&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This search worked perfectly... until yesterday, when we upgraded our search heads to Splunk 5.0.2.&lt;/P&gt;

&lt;P&gt;I've confirmed this, by running the exact search on another search head that is still running Splunk 4.3.3. The search works on Splunk 4, does not work on Splunk 5.&lt;/P&gt;

&lt;P&gt;Here is the (edited for privacy) search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="summary" search_name="Event Count Summary" earliest=-28d@d latest=@d
| eval Month="This Month"
| append [search index="summary" search_name="Event Count Summary" earliest=-56d@d latest=-28d@d
  | eval Month="Last Month"
  | eval new_time=_time+2419200]
| eval _time=if(isnotnull(new_time), new_time, _time)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On the 5.0.2 search head, I only get results for "Last Month" and only "Last Month" gets graphed. On the 4.3.3 search head, everything gets graphed perfectly.&lt;/P&gt;

&lt;P&gt;I suspected possible timeouts in the subsearches, but the limits.conf between the two search heads are almost identical.&lt;/P&gt;

&lt;P&gt;How can a Splunk upgrade break a search? Where do I need to look?&lt;/P&gt;

&lt;P&gt;Edit: (2013/04/15)&lt;BR /&gt;
The comment below is correct, this definitely has to do with the 'append' command. Still no answer on this though, but in the meantime, I have taken it up with Splunk Enterprise support. Haven't heard from them in over a month now...&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2013 07:50:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Specific-Search-not-working-after-upgrade-to-Splunk-5-0/m-p/37590#M8409</guid>
      <dc:creator>tiny3001</dc:creator>
      <dc:date>2013-02-20T07:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Search not working after upgrade to Splunk 5.0</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Specific-Search-not-working-after-upgrade-to-Splunk-5-0/m-p/37591#M8410</link>
      <description>&lt;P&gt;I have a similar issue, and I'm thinking it may have something to do with the 'append' command. My issue can be seen here: &lt;A href="http://splunk-base.splunk.com/answers/74749/fillnull-not-working-on-my-search"&gt;http://splunk-base.splunk.com/answers/74749/fillnull-not-working-on-my-search&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2013 16:35:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Specific-Search-not-working-after-upgrade-to-Splunk-5-0/m-p/37591#M8410</guid>
      <dc:creator>jevenson</dc:creator>
      <dc:date>2013-03-21T16:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Search not working after upgrade to Splunk 5.0</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Specific-Search-not-working-after-upgrade-to-Splunk-5-0/m-p/37592#M8411</link>
      <description>&lt;P&gt;If your indexer is still under 4.3.x, you may hit this.&lt;/P&gt;

&lt;P&gt;Searches that contain subsearches do not return data in environments where search heads are running version 5.0.x and indexers are running version 4.3.x. To work around this issue, upgrade indexers to the same version as the search heads. (SPL-62457) &lt;/P&gt;

&lt;P&gt;This is documented in the known issue.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/ReleaseNotes/Knownissues"&gt;http://docs.splunk.com/Documentation/Splunk/latest/ReleaseNotes/Knownissues&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2013 08:32:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Specific-Search-not-working-after-upgrade-to-Splunk-5-0/m-p/37592#M8411</guid>
      <dc:creator>daniel_splunk</dc:creator>
      <dc:date>2013-04-15T08:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Search not working after upgrade to Splunk 5.0</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Specific-Search-not-working-after-upgrade-to-Splunk-5-0/m-p/37593#M8412</link>
      <description>&lt;P&gt;Absolutely the correct answer. Ironically, the one thing that could have solved our problem (upgrading the 4.3.3 indexer) was the one thing that could have solved our problem. We were too scared to upgrade after we picked up the issue and wanted to understand it completely before we upgraded everything.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 07:56:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Specific-Search-not-working-after-upgrade-to-Splunk-5-0/m-p/37593#M8412</guid>
      <dc:creator>tiny3001</dc:creator>
      <dc:date>2013-04-17T07:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Search not working after upgrade to Splunk 5.0</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Specific-Search-not-working-after-upgrade-to-Splunk-5-0/m-p/37594#M8413</link>
      <description>&lt;P&gt;Also, closing the Splunk Enterprise support call... not sure why they didn't pick up on this? Maybe my question wasn't clear enough?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 07:57:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Specific-Search-not-working-after-upgrade-to-Splunk-5-0/m-p/37594#M8413</guid>
      <dc:creator>tiny3001</dc:creator>
      <dc:date>2013-04-17T07:57:42Z</dc:date>
    </item>
  </channel>
</rss>

