<?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 Comparing results from three separate events in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Comparing-results-from-three-separate-events/m-p/364051#M165831</link>
    <description>&lt;P&gt;Forgive my ignorance if this has been answered elsewhere, I did my best to search for an answer but have not found it.&lt;/P&gt;

&lt;P&gt;I am trying to compare three different search results for three separate events for specific time periods.  Here are the strings I'm searching for:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1. user=BeerNFries OR ComputerName=xyz.local OR srcip="123.123.123.123"
2. user=Id10T OR ComputerName=123.local OR srcip="111.111.111.111"
3. user=PhishMe OR ComputerName=456.local OR srcip="222.222.222.222"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Where: &lt;BR /&gt;
Event 1 occurred 9/17/2017 between 11:45 - 11:48&lt;BR /&gt;
Event 2 occurred 8/19/2017 between 14:15 - 14:20&lt;BR /&gt;
Event 3 occurred 9/12/2017 between 15:21 - 15:39&lt;/P&gt;

&lt;P&gt;How would I be able to compare what happened during these times to look for similarities?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Oct 2017 21:28:05 GMT</pubDate>
    <dc:creator>venomousmoose</dc:creator>
    <dc:date>2017-10-02T21:28:05Z</dc:date>
    <item>
      <title>Comparing results from three separate events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-results-from-three-separate-events/m-p/364051#M165831</link>
      <description>&lt;P&gt;Forgive my ignorance if this has been answered elsewhere, I did my best to search for an answer but have not found it.&lt;/P&gt;

&lt;P&gt;I am trying to compare three different search results for three separate events for specific time periods.  Here are the strings I'm searching for:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1. user=BeerNFries OR ComputerName=xyz.local OR srcip="123.123.123.123"
2. user=Id10T OR ComputerName=123.local OR srcip="111.111.111.111"
3. user=PhishMe OR ComputerName=456.local OR srcip="222.222.222.222"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Where: &lt;BR /&gt;
Event 1 occurred 9/17/2017 between 11:45 - 11:48&lt;BR /&gt;
Event 2 occurred 8/19/2017 between 14:15 - 14:20&lt;BR /&gt;
Event 3 occurred 9/12/2017 between 15:21 - 15:39&lt;/P&gt;

&lt;P&gt;How would I be able to compare what happened during these times to look for similarities?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 21:28:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-results-from-three-separate-events/m-p/364051#M165831</guid>
      <dc:creator>venomousmoose</dc:creator>
      <dc:date>2017-10-02T21:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing results from three separate events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-results-from-three-separate-events/m-p/364052#M165832</link>
      <description>&lt;P&gt;Are you wanting to get all the events for each one of those time periods in the one search? If so,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(user=BeerNFries OR ComputerName=xyz.local OR srcip="123.123.123.123" earliest="9/17/2017:11:45:00" latest="9/17/2017:11:48:00" ) OR (user=Id10T OR ComputerName=123.local OR srcip="111.111.111.111" earliest="8/19/2017:14:45:00" latest="8/19/2017:14:20:00") OR (user=PhishMe OR ComputerName=456.local OR srcip="222.222.222.222" earliest="9/12/2017:15:21:00" latest="9/12/2017:15:39:00")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Oct 2017 03:44:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-results-from-three-separate-events/m-p/364052#M165832</guid>
      <dc:creator>sduff_splunk</dc:creator>
      <dc:date>2017-10-03T03:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing results from three separate events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-results-from-three-separate-events/m-p/364053#M165833</link>
      <description>&lt;P&gt;Okay, this is a big wide broad open clean slate of a question, especially since you have withheld a lot of the information that would allow us to be more specific..  &lt;/P&gt;

&lt;P&gt;I believe when you say "event" you don't mean the technical term, "a specific record in the Splunk database", I believe you mean "a set of things that happened that we are worried about."&lt;/P&gt;

&lt;P&gt;So, the first thing that I would do is dump all the events from all indexes related to each of those time frames for any of those users, IPs and computernames, and put all of them into a purpose-build summary index, to save you from having to  pull them repeatedly.&lt;/P&gt;

&lt;P&gt;I would identify the types of records that are in there, and then run a scan across the entire time frame to see how common each of those types of events is.  Since you are only looking at a few minutes, it shouldn't be that difficult to isolate what events are there, and then look for other clusters of the same events, not associated with whatever worries you, so you can compare and identify any differences.  &lt;/P&gt;

&lt;P&gt;If you'd like to be more specific, then we can probably help more. &lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 03:51:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-results-from-three-separate-events/m-p/364053#M165833</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-10-03T03:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing results from three separate events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Comparing-results-from-three-separate-events/m-p/364054#M165834</link>
      <description>&lt;P&gt;What I'm looking for is activity before and after a virus alert on three different computers on three different days.  I'm trying to figure out if there any similar activities (websites visited, emails received, etc...) just before the events that could have triggered the alert.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 15:07:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Comparing-results-from-three-separate-events/m-p/364054#M165834</guid>
      <dc:creator>venomousmoose</dc:creator>
      <dc:date>2017-10-03T15:07:03Z</dc:date>
    </item>
  </channel>
</rss>

