<?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: Connecting events that don't have a common field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Connecting-events-that-don-t-have-a-common-field/m-p/321360#M95998</link>
    <description>&lt;P&gt;Hi robettinger,&lt;BR /&gt;
if you haven't a transaction ID you should verify if it's possible to correlate events using host field (that you always have) and a duration (e.g. 5 seconds) or a starting and/or ending string.&lt;BR /&gt;
e.g. in your example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| transaction host startswith="Logon request from" endswith="Logon Denied:"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;see all the transaction command option at &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.3/SearchReference/Transaction"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.3/SearchReference/Transaction&lt;/A&gt;&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 08 Sep 2017 08:13:38 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-09-08T08:13:38Z</dc:date>
    <item>
      <title>Connecting events that don't have a common field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Connecting-events-that-don-t-have-a-common-field/m-p/321359#M95997</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;more like a generic question: how do you make sense of events which are not necessarily linked by a common field? For example, one of our applications produces logs that generate many events/lines such as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[08/Sep/2017:09:20:20 +0200] Logon request from 10.10.10.3
[08/Sep/2017:09:20:21 +0200] Object 662737354 deleted
[08/Sep/2017:09:20:21 +0200] User X77262 trying to connect ...
[08/Sep/2017:09:20:22 +0200] Logon Denied: Bad password
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So lines 1, 3 and 4 represent a logon request but I cannot "transact" them as there is no common field. Or can I?&lt;/P&gt;

&lt;P&gt;In a perfect world session IDs would be introduced in the logs OR more complete log entries, but changing code is a massive undertaking ... How do you guys deal with scenarios such this one? &lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 08:07:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Connecting-events-that-don-t-have-a-common-field/m-p/321359#M95997</guid>
      <dc:creator>robettinger</dc:creator>
      <dc:date>2017-09-08T08:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting events that don't have a common field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Connecting-events-that-don-t-have-a-common-field/m-p/321360#M95998</link>
      <description>&lt;P&gt;Hi robettinger,&lt;BR /&gt;
if you haven't a transaction ID you should verify if it's possible to correlate events using host field (that you always have) and a duration (e.g. 5 seconds) or a starting and/or ending string.&lt;BR /&gt;
e.g. in your example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| transaction host startswith="Logon request from" endswith="Logon Denied:"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;see all the transaction command option at &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.3/SearchReference/Transaction"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.3/SearchReference/Transaction&lt;/A&gt;&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 08:13:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Connecting-events-that-don-t-have-a-common-field/m-p/321360#M95998</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-08T08:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting events that don't have a common field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Connecting-events-that-don-t-have-a-common-field/m-p/321361#M95999</link>
      <description>&lt;P&gt;Also, watch for events that overlap - like two or more users logging in at the same time. That is the best reason to change the logging to include a key (username, etc) so that you can separate the transaction events properly.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 16:51:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Connecting-events-that-don-t-have-a-common-field/m-p/321361#M95999</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-09-08T16:51:49Z</dc:date>
    </item>
  </channel>
</rss>

