<?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: Missing Results / Random Results on searches after updating from 8.1.3 to 8.2.9 in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Missing-Results-Random-Results-on-searches-after-updating-from-8/m-p/650570#M224917</link>
    <description>&lt;P&gt;Yeah, if I see "dedup" and "random" in the same sentence, that's the first thing I'd suspect.&lt;/P&gt;&lt;P&gt;But if it's not the case - it would be interesting to see job logs.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jul 2023 14:05:08 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2023-07-14T14:05:08Z</dc:date>
    <item>
      <title>Missing Results / Random Results on searches after updating from 8.1.3 to 8.2.9</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-Results-Random-Results-on-searches-after-updating-from-8/m-p/650110#M224756</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone an idea what could be the reason why before an update was able to run a query and get correct results but after updating to&amp;nbsp; 8.2.9 getting random results. The data is in the event data, I can find the specific data if I specify for one specific but if I run the query I can get 1 result, 15 results, 42 results so on. Running the same query within the same timeframe.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have over 1500 Indexes and it seems to only be issue with one specific index. It does seem odd that when running it the data is there if I use specific user=123 instead of using user=* but then I would only get results for user 123. I tried even adding user=123 OR user=* does not change anything just random results.&lt;BR /&gt;&lt;BR /&gt;Could it be something that needs to be cleared or something?&lt;/P&gt;&lt;P&gt;Has anyone seen this before?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;index=ABC operation=Paymentcompleted PAYMENT_METHOD=* user=* firstName=* lastName=* jurisdiction=UK AMOUNT=* country=GB | dedup user
| eval NameofPayer = FIRST_NAME." ".LAST_NAME
| eval NameofCust = firstName." ".lastName
| eval NameofCust=upper(NameofCust)
| eval NameofPayer=upper(NameofPayer)
| where NOT match(NameofPayer,NameofCust)
| stats list(NameofPayer) as NameofPayer, list(NameofCust) as NameofCust by user | fieldformat Time = strftime(Time, "%Y-%m-%d %H:%M:%S")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Running Stats list, values or tables does not make a difference to the random results.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FGAnders_0-1689155667249.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26219iFA168125C8D6AA3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FGAnders_0-1689155667249.png" alt="FGAnders_0-1689155667249.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FGAnders_1-1689155705023.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26220i72C1BFA0B89C3F44/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FGAnders_1-1689155705023.png" alt="FGAnders_1-1689155705023.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FGAnders_2-1689155821193.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26221iC4940CCA05B4BA2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FGAnders_2-1689155821193.png" alt="FGAnders_2-1689155821193.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;While this should be over 140 results.&lt;/P&gt;&lt;P&gt;Thank you in advanced,&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 09:57:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-Results-Random-Results-on-searches-after-updating-from-8/m-p/650110#M224756</guid>
      <dc:creator>FGAnders</dc:creator>
      <dc:date>2023-07-12T09:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Results / Random Results on searches after updating from 8.1.3 to 8.2.9</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-Results-Random-Results-on-searches-after-updating-from-8/m-p/650270#M224800</link>
      <description>&lt;P&gt;I suspect "dedup" is the culprit, can you please remove the same and fit "stats dc()" or "stats count" or so and validate the results?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 18:52:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-Results-Random-Results-on-searches-after-updating-from-8/m-p/650270#M224800</guid>
      <dc:creator>meetmshah</dc:creator>
      <dc:date>2023-07-12T18:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Results / Random Results on searches after updating from 8.1.3 to 8.2.9</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-Results-Random-Results-on-searches-after-updating-from-8/m-p/650504#M224889</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the suggestion.&lt;BR /&gt;I already tried without dedup and this does not change anything regrading random results. This was working without any issues before update was done.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I did find an older post where there seems to have been similar issues.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A title="Splunk Post" href="https://community.splunk.com/t5/Getting-Data-In/Missing-data-Splunk-is-showing-random-gaps-in-the-indexed-data/m-p/98990" target="_blank" rel="nofollow noopener"&gt;https://community.splunk.com/t5/Getting-Data-In/Missing-data-Splunk-is-showing-random-gaps-in-the-indexed-data/m-p/98990&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 07:56:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-Results-Random-Results-on-searches-after-updating-from-8/m-p/650504#M224889</guid>
      <dc:creator>FGAnders</dc:creator>
      <dc:date>2023-07-14T07:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Results / Random Results on searches after updating from 8.1.3 to 8.2.9</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-Results-Random-Results-on-searches-after-updating-from-8/m-p/650570#M224917</link>
      <description>&lt;P&gt;Yeah, if I see "dedup" and "random" in the same sentence, that's the first thing I'd suspect.&lt;/P&gt;&lt;P&gt;But if it's not the case - it would be interesting to see job logs.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 14:05:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-Results-Random-Results-on-searches-after-updating-from-8/m-p/650570#M224917</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-07-14T14:05:08Z</dc:date>
    </item>
  </channel>
</rss>

