<?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 coorelated event in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/coorelated-event/m-p/260758#M176394</link>
    <description>&lt;P&gt;any body advise me why the below query is not showing the the IP's whereas I am sure that there are some IP's who are bluecoat logs but not in websense logs:&lt;/P&gt;

&lt;P&gt;index=websense sourcetype=websense src NOT [search index=bcoat sourcetype="bluecoat:proxysg:access:file" | fields src ]&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2016 05:27:20 GMT</pubDate>
    <dc:creator>rashid47010</dc:creator>
    <dc:date>2016-10-20T05:27:20Z</dc:date>
    <item>
      <title>coorelated event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/coorelated-event/m-p/260758#M176394</link>
      <description>&lt;P&gt;any body advise me why the below query is not showing the the IP's whereas I am sure that there are some IP's who are bluecoat logs but not in websense logs:&lt;/P&gt;

&lt;P&gt;index=websense sourcetype=websense src NOT [search index=bcoat sourcetype="bluecoat:proxysg:access:file" | fields src ]&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 05:27:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/coorelated-event/m-p/260758#M176394</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2016-10-20T05:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: coorelated event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/coorelated-event/m-p/260759#M176395</link>
      <description>&lt;P&gt;Isn't that your query is doing exactly opposite:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Search IPs in websense log which are NOT in [ IPs in bluecoat logs]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Shouldn't you be doing below if you want *&lt;EM&gt;some IP's who are bluecoat logs but not in websense logs:&lt;BR /&gt;
*&lt;/EM&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Search IPs in bluecoat logs NOT in [ IPs in websense logs ]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Oct 2016 05:52:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/coorelated-event/m-p/260759#M176395</guid>
      <dc:creator>gokadroid</dc:creator>
      <dc:date>2016-10-20T05:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: coorelated event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/coorelated-event/m-p/260760#M176396</link>
      <description>&lt;P&gt;To troubleshot your search start to try your single searches separately and see if there are values in both of them and values that aren't in both of them.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;index=websense sourcetype=websense src&lt;/LI&gt;
&lt;LI&gt;index=bcoat sourcetype="bluecoat:proxysg:access:file" | fields src&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;In addition, verify that the field src is present in both the searches?&lt;/P&gt;

&lt;P&gt;The string "src" that you put before "NOT" means that in the first search you want to search also the word "src" or other?&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 08:15:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/coorelated-event/m-p/260760#M176396</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-10-20T08:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: coorelated event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/coorelated-event/m-p/260761#M176397</link>
      <description>&lt;P&gt;the src field is common for both devices. and I check the logs individually. I have one use case that for sure he is bypassing websense control(means there are no logs on websense for that src IP)&lt;/P&gt;

&lt;P&gt;but still now showing any result:&lt;BR /&gt;
my query is :&lt;/P&gt;

&lt;P&gt;index=websense sourcetype=websense NOT [search index=bcoat sourcetype="bluecoat:proxysg:access:file" | fields src ]&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 08:33:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/coorelated-event/m-p/260761#M176397</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2016-10-20T08:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: coorelated event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/coorelated-event/m-p/260762#M176398</link>
      <description>&lt;P&gt;I am trying now with this query.&lt;BR /&gt;
shortly I will update you with the results.&lt;/P&gt;

&lt;P&gt;index=bcoat sourcetype="bluecoat:proxysg:access:file" NOT [search index=websense | fields src ]&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 08:35:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/coorelated-event/m-p/260762#M176398</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2016-10-20T08:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: coorelated event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/coorelated-event/m-p/260763#M176399</link>
      <description>&lt;P&gt;does your search run without "NOT"? what result you have?&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 08:43:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/coorelated-event/m-p/260763#M176399</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-10-20T08:43:06Z</dc:date>
    </item>
  </channel>
</rss>

