<?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 Why are the same queries getting different result? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-are-the-same-queries-getting-different-result/m-p/599850#M208799</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have exactly two SPL, same date range, one with "tracnsaction" command another wirhout it.&lt;/P&gt;
&lt;P&gt;as you see in picture without transaction timechart show correctly but with&amp;nbsp;transaction last part missed!&lt;/P&gt;
&lt;P&gt;FYI: 1-I've check log file correctly indexed and available.&lt;/P&gt;
&lt;P&gt;2-pair of eachtransaction availabe in log in&amp;nbsp; missing part.&lt;/P&gt;
&lt;P&gt;what happen here? any idea?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="indeed_2000_0-1653987120971.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19869i215953FB0224A287/image-size/medium?v=v2&amp;amp;px=400" role="button" title="indeed_2000_0-1653987120971.png" alt="indeed_2000_0-1653987120971.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2022 14:08:16 GMT</pubDate>
    <dc:creator>indeed_2000</dc:creator>
    <dc:date>2022-05-31T14:08:16Z</dc:date>
    <item>
      <title>Why are the same queries getting different result?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-the-same-queries-getting-different-result/m-p/599850#M208799</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have exactly two SPL, same date range, one with "tracnsaction" command another wirhout it.&lt;/P&gt;
&lt;P&gt;as you see in picture without transaction timechart show correctly but with&amp;nbsp;transaction last part missed!&lt;/P&gt;
&lt;P&gt;FYI: 1-I've check log file correctly indexed and available.&lt;/P&gt;
&lt;P&gt;2-pair of eachtransaction availabe in log in&amp;nbsp; missing part.&lt;/P&gt;
&lt;P&gt;what happen here? any idea?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="indeed_2000_0-1653987120971.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19869i215953FB0224A287/image-size/medium?v=v2&amp;amp;px=400" role="button" title="indeed_2000_0-1653987120971.png" alt="indeed_2000_0-1653987120971.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 14:08:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-the-same-queries-getting-different-result/m-p/599850#M208799</guid>
      <dc:creator>indeed_2000</dc:creator>
      <dc:date>2022-05-31T14:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: same query different result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-the-same-queries-getting-different-result/m-p/599853#M208801</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/217339"&gt;@indeed_2000&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you don't share your search and results I can only suppose something!&lt;/P&gt;&lt;P&gt;Anyway I think that the problem is that the transpose command uses as timestamp the first timestamp of the correlated events and probably all the events after 12.00 PM are in other grouped events.&lt;/P&gt;&lt;P&gt;But As I said it's difficoult withou&amp;nbsp; viewing your events.&lt;/P&gt;&lt;P&gt;To be sure, see if in the grouped events there are evevnts after 12.00 PM.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 09:00:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-the-same-queries-getting-different-result/m-p/599853#M208801</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-31T09:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: same query different result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-the-same-queries-getting-different-result/m-p/599856#M208803</link>
      <description>&lt;P&gt;transaction is limited to the number of open transactions it processes (see limits.conf) - you can override this with maxopentxns - this defaults to 5000 (hence only 4999 events). For example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| transaction correlationfield maxopentxn=10000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 09:11:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-the-same-queries-getting-different-result/m-p/599856#M208803</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-31T09:11:21Z</dc:date>
    </item>
  </channel>
</rss>

