<?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: Keep transactions without duplicates without TRANSACTION or DEDUP in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Keep-transactions-without-duplicates-without-TRANSACTION-or/m-p/239875#M71287</link>
    <description>&lt;P&gt;Thanks but sorry, this does not meet the spec.&lt;/P&gt;

&lt;P&gt;If a duplicate is found, remove &lt;EM&gt;all&lt;/EM&gt; entries.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2015 07:52:24 GMT</pubDate>
    <dc:creator>splunked38</dc:creator>
    <dc:date>2015-09-28T07:52:24Z</dc:date>
    <item>
      <title>Keep transactions without duplicates without TRANSACTION or DEDUP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Keep-transactions-without-duplicates-without-TRANSACTION-or/m-p/239873#M71285</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm currently using the expensive transaction command to keep transactions without any duplicates.&lt;/P&gt;

&lt;P&gt;So if I had&lt;BR /&gt;
a&lt;BR /&gt;
b&lt;BR /&gt;
c&lt;BR /&gt;
c&lt;BR /&gt;
d&lt;BR /&gt;
d&lt;BR /&gt;
d&lt;/P&gt;

&lt;P&gt;this would return&lt;BR /&gt;
a&lt;BR /&gt;
b&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype... | transaction name keepevicted=true | search eventcount=1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm trying to use:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search sourcetype=... | streamstats count by name
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Which will give me a new field 'count' however I can't use &lt;CODE&gt;where count&amp;amp;gt;1&lt;/CODE&gt; as one of the duplicates still remain.&lt;BR /&gt;
I've hit a mental block, any ideas?&lt;/P&gt;

&lt;P&gt;Can't use &lt;CODE&gt;dedup&lt;/CODE&gt; for the same problem, one instance will still remain.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 10:55:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Keep-transactions-without-duplicates-without-TRANSACTION-or/m-p/239873#M71285</guid>
      <dc:creator>splunked38</dc:creator>
      <dc:date>2015-09-25T10:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Keep transactions without duplicates without TRANSACTION or DEDUP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Keep-transactions-without-duplicates-without-TRANSACTION-or/m-p/239874#M71286</link>
      <description>&lt;P&gt;Here you go&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | eventstats count by name | where count=1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Sep 2015 15:04:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Keep-transactions-without-duplicates-without-TRANSACTION-or/m-p/239874#M71286</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-09-25T15:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Keep transactions without duplicates without TRANSACTION or DEDUP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Keep-transactions-without-duplicates-without-TRANSACTION-or/m-p/239875#M71287</link>
      <description>&lt;P&gt;Thanks but sorry, this does not meet the spec.&lt;/P&gt;

&lt;P&gt;If a duplicate is found, remove &lt;EM&gt;all&lt;/EM&gt; entries.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 07:52:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Keep-transactions-without-duplicates-without-TRANSACTION-or/m-p/239875#M71287</guid>
      <dc:creator>splunked38</dc:creator>
      <dc:date>2015-09-28T07:52:24Z</dc:date>
    </item>
  </channel>
</rss>

