<?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: What are transaction evicted and orphaned events? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501183#M139568</link>
    <description>&lt;P&gt;in my case, the results are the same, meaning I get the same number of events regardless of if keeporphans is true or false. I am only using transaction on one field. &lt;/P&gt;

&lt;P&gt;How are you defining a "transaction group"?&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2020 18:14:26 GMT</pubDate>
    <dc:creator>frbuser</dc:creator>
    <dc:date>2020-03-30T18:14:26Z</dc:date>
    <item>
      <title>What are transaction evicted and orphaned events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501175#M139560</link>
      <description>&lt;P&gt;In regards to the transaction command, what are orphaned events and evicted events?&lt;/P&gt;

&lt;P&gt;Is there a way to filter out logs which were not combined with other logs after using the transaction command?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 19:18:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501175#M139560</guid>
      <dc:creator>frbuser</dc:creator>
      <dc:date>2020-03-26T19:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: What are transaction evicted and orphaned events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501176#M139561</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Transaction"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Transaction&lt;/A&gt; - describes orphans and evictions.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 19:30:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501176#M139561</guid>
      <dc:creator>vnakra_splunk</dc:creator>
      <dc:date>2020-03-26T19:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: What are transaction evicted and orphaned events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501177#M139562</link>
      <description>&lt;P&gt;it's not clear from this what they are. It only tells you how to keep them. Orphans sounds like events that aren't in transactions. But it's not clear under what circumstances this happens.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 20:27:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501177#M139562</guid>
      <dc:creator>frbuser</dc:creator>
      <dc:date>2020-03-26T20:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: What are transaction evicted and orphaned events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501178#M139563</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd earliest=-5m
| transaction group keeporphans=f
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;CODE&gt;keeporphans&lt;/CODE&gt; controls there is transaction group OR not. try and see the result with &lt;CODE&gt;keeporphans=f&lt;/CODE&gt; and &lt;CODE&gt;keeporphans=t&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;keepevicted&lt;/CODE&gt; controls events outside the range specified by options.&lt;/P&gt;

&lt;P&gt;see &lt;CODE&gt;The 'closed_txn' field is set to '1' if one of the following conditions is met: maxevents, maxpause, maxspan, startswith. For startswith, because the transaction command sees events in reverse time order, it closes a transaction when it satisfies the start condition.&lt;/CODE&gt;&lt;BR /&gt;
sorry, I can't create example.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 22:12:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501178#M139563</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-03-27T22:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: What are transaction evicted and orphaned events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501179#M139564</link>
      <description>&lt;P&gt;so &lt;CODE&gt;keeporphans&lt;/CODE&gt; will keep logs that were &lt;STRONG&gt;NOT&lt;/STRONG&gt; grouped together in the results?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 13:53:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501179#M139564</guid>
      <dc:creator>frbuser</dc:creator>
      <dc:date>2020-03-30T13:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: What are transaction evicted and orphaned events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501180#M139565</link>
      <description>&lt;P&gt;do you check true or false?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 17:19:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501180#M139565</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-03-30T17:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: What are transaction evicted and orphaned events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501181#M139566</link>
      <description>&lt;P&gt;yes I still see events that show up in the results where linecount=1. So that still doesn't answer my Q as it seems events which have not been grouped still show up in the results whether true or false. &lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 17:39:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501181#M139566</guid>
      <dc:creator>frbuser</dc:creator>
      <dc:date>2020-03-30T17:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: What are transaction evicted and orphaned events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501182#M139567</link>
      <description>&lt;P&gt;keeporphans&lt;BR /&gt;
true : linecount=1 counts 175&lt;BR /&gt;
false: linecount=1 count 2&lt;/P&gt;

&lt;P&gt;this is my results. maybe, yours too.&lt;BR /&gt;
&lt;CODE&gt;keeporphans controls there is transaction group OR not.&lt;/CODE&gt; &lt;BR /&gt;
sorry, My english may be a bit strange.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 17:52:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501182#M139567</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-03-30T17:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: What are transaction evicted and orphaned events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501183#M139568</link>
      <description>&lt;P&gt;in my case, the results are the same, meaning I get the same number of events regardless of if keeporphans is true or false. I am only using transaction on one field. &lt;/P&gt;

&lt;P&gt;How are you defining a "transaction group"?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 18:14:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501183#M139568</guid>
      <dc:creator>frbuser</dc:creator>
      <dc:date>2020-03-30T18:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: What are transaction evicted and orphaned events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501184#M139569</link>
      <description>&lt;PRE&gt;&lt;CODE&gt; index=_internal sourcetype=splunkd earliest=-5m
 | transaction group keeporphans=f
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In &lt;CODE&gt;sourcetype=splunkd&lt;/CODE&gt; event, There may or may not be the &lt;EM&gt;group&lt;/EM&gt; field.&lt;BR /&gt;
If there is not  &lt;EM&gt;group&lt;/EM&gt; field. &lt;CODE&gt;keeporphans=f&lt;/CODE&gt; can't  display events .&lt;BR /&gt;
but &lt;CODE&gt;keeporphans=t&lt;/CODE&gt; , it can display events. &lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 19:00:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501184#M139569</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-03-30T19:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: What are transaction evicted and orphaned events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501185#M139570</link>
      <description>&lt;P&gt;OK so the way I would describe that is orphaned events are logs which don't contain the transaction field(s).&lt;/P&gt;

&lt;P&gt;Do you know how to filter out the events that weren't combined other than using linecount&amp;gt;2?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 19:08:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501185#M139570</guid>
      <dc:creator>frbuser</dc:creator>
      <dc:date>2020-03-30T19:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: What are transaction evicted and orphaned events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501186#M139571</link>
      <description>&lt;P&gt;there is many ways. &lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 19:29:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501186#M139571</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-03-30T19:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: What are transaction evicted and orphaned events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501187#M139572</link>
      <description>&lt;P&gt;there are* many ways.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 20:06:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-transaction-evicted-and-orphaned-events/m-p/501187#M139572</guid>
      <dc:creator>frbuser</dc:creator>
      <dc:date>2020-03-30T20:06:20Z</dc:date>
    </item>
  </channel>
</rss>

