<?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: Group together events that do not have a common field values in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Group-together-events-that-do-not-have-a-common-field-values/m-p/219274#M188047</link>
    <description>&lt;P&gt;Do you mean creating a new field and have that in all events that should comprise a transaction with a same value? I would have tried doing that, but the challenge here seems to be what value would I populate the mock field with? In the case above, I would then need to have dummy values that change for every group of common events that would define a transaction. The boundary events that define the start and end of the transaction would always be the same (of course apart from the timestamp field). Also to be noted that there can any number of events between the 2 boundary events.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2015 10:16:16 GMT</pubDate>
    <dc:creator>nitishnair123</dc:creator>
    <dc:date>2015-11-05T10:16:16Z</dc:date>
    <item>
      <title>Group together events that do not have a common field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Group-together-events-that-do-not-have-a-common-field-values/m-p/219272#M188045</link>
      <description>&lt;P&gt;I have a log file from which I am pasting a particular group of events as below:&lt;/P&gt;

&lt;P&gt;EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:26:23 Invoking JMS Java method Receive&lt;BR /&gt;
ObjMgrBusServiceLog InvokeMethod    4   00000229560a1489:0  2015-09-30 14:26:23 Begin: Business Service 'EAI JMS Java Business Service Caller' invoke method: 'Receive' at 982c218&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:26:23 Begin Creating instance of java property set&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:26:23 Begin copying properties and type&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:26:23 Finished copying properties and type&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:26:23 Finished copying value&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:26:23 End Creating instance of java property set&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Business Service Invoke Complete&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Begin Creating instance of output property set&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Finished copying properties&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Finished copying type&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Finished copying value&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 End Creating instance of output property set&lt;BR /&gt;
ObjMgrBusServiceLog InvokeMethod    4   00000229560a1489:0  2015-09-30 14:27:43 Business Service 'EAI JMS Java Business Service Caller' invoke method 'Receive' Execute Time: 80.016 seconds.&lt;BR /&gt;
ObjMgrBusServiceLog InvokeMethod    4   00000229560a1489:0  2015-09-30 14:27:43 End: Business Service 'EAI JMS Java Business Service Caller' invoke method: 'Receive' at 982c218&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Invoking JMS Java method Commit&lt;BR /&gt;
ObjMgrBusServiceLog InvokeMethod    4   00000229560a1489:0  2015-09-30 14:27:43 Begin: Business Service 'EAI JMS Java Business Service Caller' invoke method: 'Commit' at 982c218&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Begin Creating instance of java property set&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Begin copying properties and type&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Finished copying properties and type&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Finished copying value&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 End Creating instance of java property set&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Business Service Invoke Complete&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Begin Creating instance of output property set&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Finished copying properties&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Finished copying type&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 Finished copying value&lt;BR /&gt;
EAITransport    EAITransportDebug   4   00000229560a1489:0  2015-09-30 14:27:43 End Creating instance of output property set&lt;BR /&gt;
ObjMgrBusServiceLog InvokeMethod    4   00000229560a1489:0  2015-09-30 14:27:43 Business Service 'EAI JMS Java Business Service Caller' invoke method 'Commit' Execute Time: 0.008 seconds.&lt;BR /&gt;
ObjMgrBusServiceLog InvokeMethod    4   00000229560a1489:0  2015-09-30 14:27:43 End: Business Service 'EAI JMS Java Business Service Caller' invoke method: 'Commit' at 982c218&lt;BR /&gt;
ObjMgrBusServiceLog InvokeMethod    4   00000229560a1489:0  2015-09-30 14:27:43 Business Service 'EAI JMS Transport' invoke method 'ReceiveDispatch' Execute Time: 80.025 seconds.&lt;/P&gt;

&lt;P&gt;These events may occur multiple times with the below pattern observed in sequence in which these events occur:&lt;/P&gt;

&lt;P&gt;This event will always come at the beginning of the group -&amp;gt; &lt;BR /&gt;
EAITransport EAITransportDebug 4 xxxxxxxxxxxxxxxx:0 xxxx-xx-xx xx:xx:xx Invoking JMS Java method Receive&lt;BR /&gt;
This event will always mark the end of the group -&amp;gt; &lt;BR /&gt;
ObjMgrBusServiceLog InvokeMethod    4   xxxxxxxxxxxxxxxx:0  xxxx-xx-xx xx:xx:xx Business Service 'EAI JMS Transport' invoke method 'ReceiveDispatch' Execute Time: xx.xxx seconds.&lt;/P&gt;

&lt;P&gt;The aim is to be able to group all these events (that lie between and including the 2 boundary events) together.&lt;BR /&gt;
I have tried using 'transaction', but from what I understand, that would need some unique field-value in each of these events that are to be grouped together. In this case, there doesn't seem to be any. Wondering if there is any way to achieve this.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 09:09:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Group-together-events-that-do-not-have-a-common-field-values/m-p/219272#M188045</guid>
      <dc:creator>nitishnair123</dc:creator>
      <dc:date>2015-11-05T09:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Group together events that do not have a common field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Group-together-events-that-do-not-have-a-common-field-values/m-p/219273#M188046</link>
      <description>&lt;P&gt;have you tried creating a mock-up field before building your transactions? &lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 09:50:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Group-together-events-that-do-not-have-a-common-field-values/m-p/219273#M188046</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2015-11-05T09:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Group together events that do not have a common field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Group-together-events-that-do-not-have-a-common-field-values/m-p/219274#M188047</link>
      <description>&lt;P&gt;Do you mean creating a new field and have that in all events that should comprise a transaction with a same value? I would have tried doing that, but the challenge here seems to be what value would I populate the mock field with? In the case above, I would then need to have dummy values that change for every group of common events that would define a transaction. The boundary events that define the start and end of the transaction would always be the same (of course apart from the timestamp field). Also to be noted that there can any number of events between the 2 boundary events.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 10:16:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Group-together-events-that-do-not-have-a-common-field-values/m-p/219274#M188047</guid>
      <dc:creator>nitishnair123</dc:creator>
      <dc:date>2015-11-05T10:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Group together events that do not have a common field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Group-together-events-that-do-not-have-a-common-field-values/m-p/219275#M188048</link>
      <description>&lt;P&gt;hummm, if the timestamp is the same, maybe you could use _time as that field, or a mockup field that may contain that _time value..... I cannot be sure, as I never faced that situation. It may worth trying?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 10:48:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Group-together-events-that-do-not-have-a-common-field-values/m-p/219275#M188048</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2015-11-05T10:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Group together events that do not have a common field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Group-together-events-that-do-not-have-a-common-field-values/m-p/219276#M188049</link>
      <description>&lt;P&gt;Thanks asimagu...but the timestamp will vary as and when these events get logged in the log file in sequence.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 11:11:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Group-together-events-that-do-not-have-a-common-field-values/m-p/219276#M188049</guid>
      <dc:creator>nitishnair123</dc:creator>
      <dc:date>2015-11-05T11:11:03Z</dc:date>
    </item>
  </channel>
</rss>

