<?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: dedup not giving any results. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468356#M131876</link>
    <description>&lt;P&gt;If there is no referrer, what does it leave in its place. &lt;CODE&gt;space&lt;/CODE&gt;, &lt;CODE&gt;-&lt;/CODE&gt; or &lt;CODE&gt;""&lt;/CODE&gt;?&lt;/P&gt;</description>
    <pubDate>Thu, 06 Feb 2020 17:34:15 GMT</pubDate>
    <dc:creator>nickhills</dc:creator>
    <dc:date>2020-02-06T17:34:15Z</dc:date>
    <item>
      <title>dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468342#M131862</link>
      <description>&lt;P&gt;I am not getting any results back using dedup&lt;/P&gt;

&lt;P&gt;search query: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=prdidx sourcetype="OUTPUT" source="http-access.log" NOT "ELB-HealthChecker/2"  
| rex "(?((\d+)\.(\d+)\.(\d+)\.(\d+))) (?P[^ ]+) (?P[^ ]+) \[(?P[^\]]+)\] \"(?P[^\"]+)\" (?\d+) (?\d+) (?\d+) \"(?P[^\"]+)\" \"(?P[^\"]+)\" \"(?P[^\"]+)\"" 
| search NOT user_name=- |search NOT user_name=test|dedup session_id
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;search data:&lt;BR /&gt;
x.x.x.x estsdfasf dsfads [06/Feb/2020:08:13:23 -0800] "GET &lt;A href="https://google.com"&gt;https://google.com&lt;/A&gt; HTTP/1.1" 200 5925 0.0200 "&lt;A href="https://google.com/6492"&gt;https://google.com/6492&lt;/A&gt;" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134" "gbhaxl"&lt;/P&gt;

&lt;P&gt;x.x.x.x sadfkanfadskf lsds [06/Feb/2020:08:13:23 -0800] "GET &lt;A href="https://tests.com/generate"&gt;https://tests.com/generate&lt;/A&gt; HTTP/1.1" - - - "&lt;A href="https://tests.com/34490"&gt;https://tests.com/34490&lt;/A&gt;" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0" "el1z6d"&lt;/P&gt;

&lt;P&gt;x.x.x.x estsdfasf dsfads [06/Feb/2020:08:13:23 -0800] "GET &lt;A href="https://google.com"&gt;https://google.com&lt;/A&gt; HTTP/1.1" 200 5925 0.0200 "&lt;A href="https://google.com/6492"&gt;https://google.com/6492&lt;/A&gt;" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134" "gbhaxl"&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 16:19:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468342#M131862</guid>
      <dc:creator>khandelwaly</dc:creator>
      <dc:date>2020-02-06T16:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468343#M131863</link>
      <description>&lt;P&gt;We can't see the fields extracted by &lt;CODE&gt;rex&lt;/CODE&gt; because formatting was not preserved by the system.  Please update your question.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 16:28:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468343#M131863</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-02-06T16:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468344#M131864</link>
      <description>&lt;P&gt;1.) Where is the session_id?&lt;BR /&gt;
2.) Where is the user_name&lt;BR /&gt;
2.) What is that regex supposed to do?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:03:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468344#M131864</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-09-30T04:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468345#M131865</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=prdidx sourcetype="OUTPUT" source="http-access.log" NOT "ELB-HealthChecker/2"  | rex "(?&amp;lt;ipaddr&amp;gt;((\d+)\.(\d+)\.(\d+)\.(\d+))) (?P&amp;lt;req_id&amp;gt;[^ ]+) (?P&amp;lt;user_name&amp;gt;[^ ]+) \[(?P&amp;lt;timestamp&amp;gt;[^\]]+)\] \"(?P&amp;lt;req_url&amp;gt;[^\"]+)\" (?&amp;lt;http_status_code&amp;gt;\d+) (?&amp;lt;resp_size&amp;gt;\d+) (?&amp;lt;req_time&amp;gt;\d+) \"(?P&amp;lt;referer&amp;gt;[^\"]+)\" \"(?P&amp;lt;req_agent&amp;gt;[^\"]+)\" \"(?P&amp;lt;session_id&amp;gt;[^\"]+)\"" | search NOT user_name=- |search NOT user_name=test_monitor |dedup session_id
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Feb 2020 16:33:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468345#M131865</guid>
      <dc:creator>khandelwaly</dc:creator>
      <dc:date>2020-02-06T16:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468346#M131866</link>
      <description>&lt;P&gt;splunk query&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=prdidx sourcetype="OUTPUT" source="http-access.log" NOT "ELB-HealthChecker/2"  | rex "(?&amp;amp;lt;ipaddr&amp;amp;gt;((\d+)\.(\d+)\.(\d+)\.(\d+))) (?P&amp;amp;lt;req_id&amp;amp;gt;[^ ]+) (?P&amp;amp;lt;user_name&amp;amp;gt;[^ ]+) \[(?P&amp;amp;lt;timestamp&amp;amp;gt;[^\]]+)\] \"(?P&amp;amp;lt;req_url&amp;amp;gt;[^\"]+)\" (?&amp;amp;lt;http_status_code&amp;amp;gt;\d+) (?&amp;amp;lt;resp_size&amp;amp;gt;\d+) (?&amp;amp;lt;req_time&amp;amp;gt;\d+) \"(?P&amp;amp;lt;referer&amp;amp;gt;[^\"]+)\" \"(?P&amp;amp;lt;req_agent&amp;amp;gt;[^\"]+)\" \"(?P&amp;amp;lt;session_id&amp;amp;gt;[^\"]+)\"" | search NOT user_name=- |search NOT user_name=test_monitor |dedup session_id
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Feb 2020 16:33:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468346#M131866</guid>
      <dc:creator>khandelwaly</dc:creator>
      <dc:date>2020-02-06T16:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468347#M131867</link>
      <description>&lt;P&gt;splunk query&lt;BR /&gt;
    index=prdidx sourcetype="OUTPUT" source="http-access.log" NOT "ELB-HealthChecker/2"  | rex "(?&amp;lt;ipaddr&amp;gt;((\d+).(\d+).(\d+).(\d+))) (?P&amp;lt;req_id&amp;gt;[^ ]+) (?P&amp;lt;user_name&amp;gt;[^ ]+) [(?P&amp;lt;timestamp&amp;gt;[^]]+)] \"(?P&amp;lt;req_url&amp;gt;[^\"]+)\" (?&amp;lt;http_status_code&amp;gt;\d+) (?&amp;lt;resp_size&amp;gt;\d+) (?&amp;lt;req_time&amp;gt;\d+) \"(?P&amp;lt;referer&amp;gt;[^\"]+)\" \"(?P&amp;lt;req_agent&amp;gt;[^\"]+)\" \"(?P&amp;lt;session_id&amp;gt;[^\"]+)\"" | search NOT user_name=- |search NOT user_name=test_monitor |dedup session_id&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:07:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468347#M131867</guid>
      <dc:creator>khandelwaly</dc:creator>
      <dc:date>2020-09-30T04:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468348#M131868</link>
      <description>&lt;P&gt;Try this regex instead:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex "(?&amp;lt;ipaddr&amp;gt;\d+\.\d+\.\d+\.\d+) (?P&amp;lt;req_id&amp;gt;[^ ]+) (?P&amp;lt;user_name&amp;gt;[^ ]+) \[(?P&amp;lt;timestamp&amp;gt;[^\]]+)\] \"(?P&amp;lt;req_url&amp;gt;[^\"]+)\" (?&amp;lt;http_status_code&amp;gt;[^\s]+) (?&amp;lt;resp_size&amp;gt;[^\s]+) (?&amp;lt;req_time&amp;gt;[^\s]+) (?P&amp;lt;referer&amp;gt;[^\s]+) \"(?P&amp;lt;req_agent&amp;gt;[^\"]+)\" \"(?P&amp;lt;session_id&amp;gt;[^\"]+)\""
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note: it will only work if your IP address is numeric - it wont work with x.x.x.x &lt;BR /&gt;
&lt;A href="https://regex101.com/r/8OGefw/1"&gt;https://regex101.com/r/8OGefw/1&lt;/A&gt;&lt;BR /&gt;
In the regex101 test I used \w+ instead of \d+ for the ip&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 16:45:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468348#M131868</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-06T16:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468349#M131869</link>
      <description>&lt;P&gt;it didnot work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 16:48:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468349#M131869</guid>
      <dc:creator>khandelwaly</dc:creator>
      <dc:date>2020-02-06T16:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468350#M131870</link>
      <description>&lt;P&gt;what results do you see if you leave off the &lt;CODE&gt;|dedup&lt;/CODE&gt; ?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 16:51:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468350#M131870</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-06T16:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468351#M131871</link>
      <description>&lt;P&gt;like this&lt;/P&gt;

&lt;P&gt;x.x.x.x estsdfasf dsfads [06/Feb/2020:08:13:23 -0800] "GET &lt;A href="https://google.com"&gt;https://google.com&lt;/A&gt; HTTP/1.1" 200 5925 0.0200 "&lt;A href="https://google.com/6492"&gt;https://google.com/6492&lt;/A&gt;" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134" "gbhaxl"&lt;/P&gt;

&lt;P&gt;x.x.x.x sadfkanfadskf lsds [06/Feb/2020:08:13:23 -0800] "GET &lt;A href="https://tests.com/generate"&gt;https://tests.com/generate&lt;/A&gt; HTTP/1.1" - - - "&lt;A href="https://tests.com/34490"&gt;https://tests.com/34490&lt;/A&gt;" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0" "el1z6d"&lt;/P&gt;

&lt;P&gt;x.x.x.x estsdfasf dsfads [06/Feb/2020:08:13:23 -0800] "GET &lt;A href="https://google.com"&gt;https://google.com&lt;/A&gt; HTTP/1.1" 200 5925 0.0200 "&lt;A href="https://google.com/6492"&gt;https://google.com/6492&lt;/A&gt;" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134" "gbhaxl"&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 17:00:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468351#M131871</guid>
      <dc:creator>khandelwaly</dc:creator>
      <dc:date>2020-02-06T17:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468352#M131872</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;x.x.x.x estsdfasf dsfads [06/Feb/2020:08:13:23 -0800] "GET &lt;A href="https://google.com" target="test_blank"&gt;https://google.com&lt;/A&gt; HTTP/1.1" 200 5925 0.0200 "https://google.com/6492" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134" "gbhaxl"

x.x.x.x sadfkanfadskf lsds [06/Feb/2020:08:13:23 -0800] "GET &lt;A href="https://tests.com/generate" target="test_blank"&gt;https://tests.com/generate&lt;/A&gt; HTTP/1.1" - - - "https://tests.com/34490" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0" "el1z6d"

x.x.x.x estsdfasf dsfads [06/Feb/2020:08:13:23 -0800] "GET &lt;A href="https://google.com" target="test_blank"&gt;https://google.com&lt;/A&gt; HTTP/1.1" 200 5925 0.0200 "https://google.com/6492" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134" "gbhaxl"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Feb 2020 17:00:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468352#M131872</guid>
      <dc:creator>khandelwaly</dc:creator>
      <dc:date>2020-02-06T17:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468353#M131873</link>
      <description>&lt;P&gt;1.) are you replacing the ip addresses with x.x.x.x or do the actual results look like that?&lt;BR /&gt;
2.) what results do you get with adding &lt;CODE&gt;|table ipaddr req_id user_name session_id&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 17:06:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468353#M131873</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-06T17:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468354#M131874</link>
      <description>&lt;P&gt;yes replacing x.x.x.x with actual ip&lt;BR /&gt;
i figured out referer value is coming empty, it means "&lt;A href="https://google.com/6492"&gt;https://google.com/6492&lt;/A&gt;" is not getting picked if i try to add the results in table&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 17:08:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468354#M131874</guid>
      <dc:creator>khandelwaly</dc:creator>
      <dc:date>2020-02-06T17:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468355#M131875</link>
      <description>&lt;P&gt;can you help me to get the correct regex?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 17:32:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468355#M131875</guid>
      <dc:creator>khandelwaly</dc:creator>
      <dc:date>2020-02-06T17:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468356#M131876</link>
      <description>&lt;P&gt;If there is no referrer, what does it leave in its place. &lt;CODE&gt;space&lt;/CODE&gt;, &lt;CODE&gt;-&lt;/CODE&gt; or &lt;CODE&gt;""&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 17:34:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468356#M131876</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-06T17:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468357#M131877</link>
      <description>&lt;P&gt;there will be referer always&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 17:35:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468357#M131877</guid>
      <dc:creator>khandelwaly</dc:creator>
      <dc:date>2020-02-06T17:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468358#M131878</link>
      <description>&lt;P&gt;This works for me:&lt;BR /&gt;
&lt;CODE&gt;(?&amp;lt;ipaddr&amp;gt;\d+\.\d+\.\d+\.\d+) (?P&amp;lt;req_id&amp;gt;[^ ]+) (?P&amp;lt;user_name&amp;gt;[^ ]+) \[(?P&amp;lt;timestamp&amp;gt;[^\]]+)\] \"(?P&amp;lt;req_url&amp;gt;[^\"]+)\" (?&amp;lt;http_status_code&amp;gt;[^\s]+) (?&amp;lt;resp_size&amp;gt;[^\s]+) (?&amp;lt;req_time&amp;gt;[^\s]+) (?P&amp;lt;referer&amp;gt;[^\s]+) \"(?P&amp;lt;req_agent&amp;gt;[^\"]+)\" \"(?P&amp;lt;session_id&amp;gt;[^\"]+)\"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://regex101.com/r/8OGefw/2"&gt;https://regex101.com/r/8OGefw/2&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 17:38:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468358#M131878</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-06T17:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468359#M131879</link>
      <description>&lt;P&gt;thanks that worked&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 17:42:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468359#M131879</guid>
      <dc:creator>khandelwaly</dc:creator>
      <dc:date>2020-02-06T17:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468360#M131880</link>
      <description>&lt;P&gt;great - i'll update my answer&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 17:43:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468360#M131880</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-06T17:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: dedup not giving any results.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468361#M131881</link>
      <description>&lt;P&gt;hi @khandelwaly If this solved your issue, please accept the answer.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 18:55:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/dedup-not-giving-any-results/m-p/468361#M131881</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-06T18:55:12Z</dc:date>
    </item>
  </channel>
</rss>

