<?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: how to find equal values in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293600#M164935</link>
    <description>&lt;P&gt;The events can be like this (question and answer)&lt;/P&gt;

&lt;P&gt;Initial request (question)&lt;/P&gt;

&lt;P&gt;{ [-]&lt;BR /&gt;
date: 2017-11-21T10:41:10,599&lt;BR /&gt;
level: INFO&lt;BR /&gt;
logger: XYX&lt;BR /&gt;
message: { [-]&lt;BR /&gt;
BusinessId: 1360158&lt;BR /&gt;
BusinessObject: PP&lt;BR /&gt;
CreationDate: 2017-11-21T10:41:10.599+01:00&lt;BR /&gt;
MessageId: 1&lt;BR /&gt;
Origin: test&lt;BR /&gt;
RequestId: 01a7bf89-8fff-473e-a713-5f006014b087&lt;BR /&gt;
component: CKF&lt;BR /&gt;
location: FFBCD&lt;BR /&gt;
}&lt;BR /&gt;
thread: [dom_mst].domeinHttpsListener.worker.168&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;Answer:&lt;BR /&gt;
{ [-]&lt;BR /&gt;
date: 2017-11-21T10:41:10,875&lt;BR /&gt;
level: INFO&lt;BR /&gt;
logger: XYX&lt;BR /&gt;
message: { [-]&lt;BR /&gt;
BusinessId: 1360158&lt;BR /&gt;
BusinessObject: PP&lt;BR /&gt;
CreationDate: 2017-11-21T10:41:10.599+01:00&lt;BR /&gt;
MessageId: 1&lt;BR /&gt;
Origin: test&lt;BR /&gt;
PreviousRequestId: 01a7bf89-8fff-473e-a713-5f006014b087&lt;BR /&gt;
RequestId: 428aa3b9-11d7-4692-841b-388cf1914ef0&lt;BR /&gt;
component: CF&lt;BR /&gt;
location:FFBCA&lt;BR /&gt;
}&lt;BR /&gt;
thread: [dom_mst].domeinHttpsListener.worker.168&lt;BR /&gt;
} &lt;/P&gt;

&lt;P&gt;The fields are handling te values correctly. Anyway thank you for your contribution , I am gonna look further.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2017 15:45:09 GMT</pubDate>
    <dc:creator>Mike6960</dc:creator>
    <dc:date>2017-11-22T15:45:09Z</dc:date>
    <item>
      <title>how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293592#M164927</link>
      <description>&lt;P&gt;In my data I have event which contain requests and answers for that requests&lt;BR /&gt;
In the initial request i have a field "RequestId" In the answer the value of that field is filled in the field 'PreviousRequestId' But the answer itself also contains a field "RequestId" but then with adifferent value. How can i search on events where&lt;BR /&gt;
 "RequestId" = 'PreviousRequestId'  ??&lt;BR /&gt;
Problem is naturally that it will see a different "RequestId" in the answer&lt;BR /&gt;
I have tried |Where "RequestId" = 'PreviousRequestId' &lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 14:48:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293592#M164927</guid>
      <dc:creator>Mike6960</dc:creator>
      <dc:date>2017-11-22T14:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293593#M164928</link>
      <description>&lt;P&gt;@Mike6960, can you add some sample value so that your query is more clear?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 14:53:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293593#M164928</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-11-22T14:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293594#M164929</link>
      <description>&lt;P&gt;Assuming your &lt;CODE&gt;RequestId&lt;/CODE&gt; and &lt;CODE&gt;PreviousRequestId&lt;/CODE&gt; are correct, you can do &lt;CODE&gt;... | search "RequestId" = "PreviousRequestId"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:01:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293594#M164929</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-11-22T15:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293595#M164930</link>
      <description>&lt;P&gt;Initial request (question)&lt;/P&gt;

&lt;P&gt;{ [-] &lt;BR /&gt;
   date: 2017-11-21T10:41:10,599 &lt;BR /&gt;
   level: INFO &lt;BR /&gt;
   logger: XYX &lt;BR /&gt;
   message: { [-] &lt;BR /&gt;
     BusinessId: 1360158 &lt;BR /&gt;
     BusinessObject: PP &lt;BR /&gt;
     CreationDate: 2017-11-21T10:41:10.599+01:00 &lt;BR /&gt;
     MessageId: 1 &lt;BR /&gt;
     Origin: test &lt;BR /&gt;
     RequestId: 01a7bf89-8fff-473e-a713-5f006014b087 &lt;BR /&gt;
     component: CKF&lt;BR /&gt;
     location: FFBCD&lt;BR /&gt;
   } &lt;BR /&gt;
   thread: [dom_mst].domeinHttpsListener.worker.168 &lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;Answer:&lt;BR /&gt;
{ [-] &lt;BR /&gt;
   date: 2017-11-21T10:41:10,875 &lt;BR /&gt;
   level: INFO &lt;BR /&gt;
   logger: XYX &lt;BR /&gt;
   message: { [-] &lt;BR /&gt;
     BusinessId: 1360158 &lt;BR /&gt;
     BusinessObject: PP &lt;BR /&gt;
     CreationDate: 2017-11-21T10:41:10.599+01:00 &lt;BR /&gt;
     MessageId: 1 &lt;BR /&gt;
     Origin: test &lt;BR /&gt;
     PreviousRequestId: 01a7bf89-8fff-473e-a713-5f006014b087 &lt;BR /&gt;
     RequestId: 428aa3b9-11d7-4692-841b-388cf1914ef0 &lt;BR /&gt;
     component: CF &lt;BR /&gt;
     location:FFBCA &lt;BR /&gt;
   } &lt;BR /&gt;
   thread: [dom_mst].domeinHttpsListener.worker.168 &lt;BR /&gt;
} &lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:02:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293595#M164930</guid>
      <dc:creator>Mike6960</dc:creator>
      <dc:date>2017-11-22T15:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293596#M164931</link>
      <description>&lt;P&gt;No, that does not work&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:08:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293596#M164931</guid>
      <dc:creator>Mike6960</dc:creator>
      <dc:date>2017-11-22T15:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293597#M164932</link>
      <description>&lt;P&gt;Can you elaborate more then "it doesn't work"...&lt;/P&gt;

&lt;P&gt;What doesn't work? Is the assumption I listed above true? If not then it won't work.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:10:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293597#M164932</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-11-22T15:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293598#M164933</link>
      <description>&lt;P&gt;I dont really understand what you mean by 'correct' .The fields exists and there events where the value in 'PreviousRequestId' is the same as 'RequestId' &lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:15:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293598#M164933</guid>
      <dc:creator>Mike6960</dc:creator>
      <dc:date>2017-11-22T15:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293599#M164934</link>
      <description>&lt;P&gt;My initial assumption is asking if your fields are handling the values correctly. For this to work, you need to add some kind of state to your search which will drop the previous request id and update it with a new one when a new value comes in. To do this, you need to use streamstats and eval with an if statement. You need to tackle this task first before trying to see if the values are equal &lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:34:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293599#M164934</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-11-22T15:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293600#M164935</link>
      <description>&lt;P&gt;The events can be like this (question and answer)&lt;/P&gt;

&lt;P&gt;Initial request (question)&lt;/P&gt;

&lt;P&gt;{ [-]&lt;BR /&gt;
date: 2017-11-21T10:41:10,599&lt;BR /&gt;
level: INFO&lt;BR /&gt;
logger: XYX&lt;BR /&gt;
message: { [-]&lt;BR /&gt;
BusinessId: 1360158&lt;BR /&gt;
BusinessObject: PP&lt;BR /&gt;
CreationDate: 2017-11-21T10:41:10.599+01:00&lt;BR /&gt;
MessageId: 1&lt;BR /&gt;
Origin: test&lt;BR /&gt;
RequestId: 01a7bf89-8fff-473e-a713-5f006014b087&lt;BR /&gt;
component: CKF&lt;BR /&gt;
location: FFBCD&lt;BR /&gt;
}&lt;BR /&gt;
thread: [dom_mst].domeinHttpsListener.worker.168&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;Answer:&lt;BR /&gt;
{ [-]&lt;BR /&gt;
date: 2017-11-21T10:41:10,875&lt;BR /&gt;
level: INFO&lt;BR /&gt;
logger: XYX&lt;BR /&gt;
message: { [-]&lt;BR /&gt;
BusinessId: 1360158&lt;BR /&gt;
BusinessObject: PP&lt;BR /&gt;
CreationDate: 2017-11-21T10:41:10.599+01:00&lt;BR /&gt;
MessageId: 1&lt;BR /&gt;
Origin: test&lt;BR /&gt;
PreviousRequestId: 01a7bf89-8fff-473e-a713-5f006014b087&lt;BR /&gt;
RequestId: 428aa3b9-11d7-4692-841b-388cf1914ef0&lt;BR /&gt;
component: CF&lt;BR /&gt;
location:FFBCA&lt;BR /&gt;
}&lt;BR /&gt;
thread: [dom_mst].domeinHttpsListener.worker.168&lt;BR /&gt;
} &lt;/P&gt;

&lt;P&gt;The fields are handling te values correctly. Anyway thank you for your contribution , I am gonna look further.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:45:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293600#M164935</guid>
      <dc:creator>Mike6960</dc:creator>
      <dc:date>2017-11-22T15:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293601#M164936</link>
      <description>&lt;P&gt;I see, you have a single event and want to see when the 2 fields match. In my opinion, you will need to break these events into individual events. This will give you the ability to see if they match&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:58:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293601#M164936</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-11-22T15:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293602#M164937</link>
      <description>&lt;P&gt;No, I am not very clear I am afraid. Sorry for that.&lt;BR /&gt;
In my example both the question and the answer are different events. Main difference is that the question does not contain  the field 'PreviousRequestId' . I want to check that for every question there is a answer received&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 16:04:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293602#M164937</guid>
      <dc:creator>Mike6960</dc:creator>
      <dc:date>2017-11-22T16:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293603#M164938</link>
      <description>&lt;P&gt;@Mike6960, with the data provided, what is the output you want?&lt;/P&gt;

&lt;P&gt;The two events i.e. question and answer have same MessageId is this intentional? would they be unique for each set of question and answer?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 16:59:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293603#M164938</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-11-22T16:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293604#M164939</link>
      <description>&lt;P&gt;Okay, here are some basic things you need to know.&lt;/P&gt;

&lt;P&gt;First, splunk's &lt;CODE&gt;where&lt;/CODE&gt; filters events by testing conditions on a single event.  It's not the same as SQL's &lt;CODE&gt;where&lt;/CODE&gt;, which is used to filter records and to establish match keys during SQL's &lt;CODE&gt;join&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Second, in order to marry up records, you need one or more of the various Splunk commands that are discussed in the documentation for &lt;CODE&gt;join&lt;/CODE&gt; here.  &lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/SearchReference/Join"&gt;https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/SearchReference/Join&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Here is a pseudocode example.  If you can do it this way, this will almost always be the most efficient way to connect up your data.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search that gets both requests and answers
| fields _time RequestId PreviousRequestId whatever other fields you might need
| eval matchfield=if(this is a request, RequestId, PreviousRequestId)
| any other commands to keep stuff from one kind of record and get rid of stuff from the other kind
| stats min(_time) as RequestTime, max(_time) as AnswerTime, values(*) as * by matchfield
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It looks like there is no PreviousRequestId on the request record, so it could be this way&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search that gets both requests and answers
| fields _time RequestId PreviousRequestId location component whatever other fields you might need
| eval matchfield=coalesce(PreviousRequestId, RequestId)
| stats min(eval(case(isnull(PreviousRequestId),date))) as RequestTime, 
    min(eval(case(isnull(PreviousRequestId),location))) as RequestLocation, 
    min(eval(case(isnull(PreviousRequestId),component))) as RequestComponent, 
    min(eval(case(isnotnull(PreviousRequestId),date))) as AnswerTime, 
    min(eval(case(isnotnull(PreviousRequestId),location))) as AnswerLocation, 
    min(eval(case(isnotnull(PreviousRequestId),component))) as AnswerComponent, 
    values(*) as * by matchfield
| fields - component location  and anything else you don't need
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Nov 2017 17:26:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293604#M164939</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-11-22T17:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293605#M164940</link>
      <description>&lt;P&gt;Hai Niketnilay, i noticed that also last night. I requested the developer to ensure this Id is always unique for the set. Thank you (again) for the help&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:31:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293605#M164940</guid>
      <dc:creator>Mike6960</dc:creator>
      <dc:date>2017-11-23T09:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293606#M164941</link>
      <description>&lt;P&gt;Thank you very much for your help, Fortunately the messageid will be unique for each set in the future. I can use that field. nevertheless, your input was very usefull for me.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:33:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293606#M164941</guid>
      <dc:creator>Mike6960</dc:creator>
      <dc:date>2017-11-23T09:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293607#M164942</link>
      <description>&lt;P&gt;Great news, then correlation become fairly simple and fast using stats, the way @DalJeanis has mentioned below, however based on MessageId.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:39:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293607#M164942</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-11-23T09:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293608#M164943</link>
      <description>&lt;P&gt;Still struggling, i need to group by message.BusinessId.&lt;BR /&gt;
I have got:&lt;/P&gt;

&lt;P&gt;| stats  values(message.MessageId) as MessageId values(message.location) as location   count by message.BusinessId  |table *&lt;/P&gt;

&lt;P&gt;MessageId              count      location                  message.BusinessId &lt;/P&gt;

&lt;P&gt;143d7685-120e      5              Fetcha                    4445646545465&lt;/P&gt;

&lt;P&gt;2c659a59-6317                       Fetchb&lt;/P&gt;

&lt;P&gt;5c3d7f96-ed84                       Fetchc&lt;/P&gt;

&lt;P&gt;66ccf168-aa82 &lt;/P&gt;

&lt;P&gt;823d50a8-9997-&lt;/P&gt;

&lt;P&gt;What I want is something like this:&lt;/P&gt;

&lt;P&gt;MessageId              count      location                  message.BusinessId    CreationDate&lt;/P&gt;

&lt;P&gt;143d7685-120e      5              Fetcha                    4445646545465            Date1&lt;/P&gt;

&lt;P&gt;2c659a59-6317                       Fetcha                                                             Date2&lt;/P&gt;

&lt;P&gt;5c3d7f96-ed84                       Fetchb                                                              Date3&lt;/P&gt;

&lt;P&gt;66ccf168-aa82                        Fetchb                                                              Date4&lt;/P&gt;

&lt;P&gt;823d50a8-9997-                     Fetchc                                                               Date5&lt;/P&gt;

&lt;P&gt;How can I create this? I've tried also withe the list command but then I run into maximum event&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 16:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293608#M164943</guid>
      <dc:creator>Mike6960</dc:creator>
      <dc:date>2017-11-23T16:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293609#M164944</link>
      <description>&lt;P&gt;How about this, just add valued(CreationDate) as CreationDate to your stats command?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;YourBaseSearch&amp;gt;
| stats values(message.MessageId) as MessageId values(message.location) as location count values(CreationDate) as CreationDate as   by message.BusinessId 
| table *
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Nov 2017 18:49:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293609#M164944</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-11-23T18:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293610#M164945</link>
      <description>&lt;P&gt;Great!  Glad you got it sorted out.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2017 02:05:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293610#M164945</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-11-25T02:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to find equal values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293611#M164946</link>
      <description>&lt;P&gt;Unfortunately this is also not giving the wanted results. It seems splunk gives only the unique values, &lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 09:37:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-find-equal-values/m-p/293611#M164946</guid>
      <dc:creator>Mike6960</dc:creator>
      <dc:date>2017-11-27T09:37:24Z</dc:date>
    </item>
  </channel>
</rss>

