<?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: Join data inside same logs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Join-data-inside-same-logs/m-p/150674#M42223</link>
    <description>&lt;P&gt;You can use the transaction command.&lt;/P&gt;

&lt;P&gt;Your search | transaction startswith="login_id='loginA'" endswith="Whatever the last bit of it is"&lt;/P&gt;

&lt;P&gt;This will join the string together as one event.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Oct 2014 09:42:09 GMT</pubDate>
    <dc:creator>markthompson</dc:creator>
    <dc:date>2014-10-03T09:42:09Z</dc:date>
    <item>
      <title>Join data inside same logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Join-data-inside-same-logs/m-p/150673#M42222</link>
      <description>&lt;P&gt;I have logs with three fields (1) session_id, (2) login_id, (3) message&lt;BR /&gt;
 - session_id is "key"&lt;BR /&gt;
 - login_id is empty except user first login&lt;BR /&gt;
e.g.&lt;BR /&gt;
session_id,login_id,message&lt;BR /&gt;
session1, loginA, message1&lt;BR /&gt;
session1,, message2&lt;BR /&gt;
session1,, message3&lt;BR /&gt;
session2,loginB, message4&lt;/P&gt;

&lt;P&gt;How to join the data to retrieve all events and fields of "sesion1" only using login_id="loginA"?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:47:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Join-data-inside-same-logs/m-p/150673#M42222</guid>
      <dc:creator>tung62</dc:creator>
      <dc:date>2020-09-28T17:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Join data inside same logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Join-data-inside-same-logs/m-p/150674#M42223</link>
      <description>&lt;P&gt;You can use the transaction command.&lt;/P&gt;

&lt;P&gt;Your search | transaction startswith="login_id='loginA'" endswith="Whatever the last bit of it is"&lt;/P&gt;

&lt;P&gt;This will join the string together as one event.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2014 09:42:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Join-data-inside-same-logs/m-p/150674#M42223</guid>
      <dc:creator>markthompson</dc:creator>
      <dc:date>2014-10-03T09:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Join data inside same logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Join-data-inside-same-logs/m-p/150675#M42224</link>
      <description>&lt;P&gt;The transaction command will merge contents into a single row. But I want the result is shown as below table format. Can do it?&lt;/P&gt;

&lt;P&gt;time,session1,loginA,message1&lt;BR /&gt;
time,session1,loginA,message2&lt;BR /&gt;
time,session1,loginA,message3&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:18:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Join-data-inside-same-logs/m-p/150675#M42224</guid>
      <dc:creator>tung62</dc:creator>
      <dc:date>2014-10-13T06:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Join data inside same logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Join-data-inside-same-logs/m-p/150676#M42225</link>
      <description>&lt;P&gt;If you want to display it as a table, simply use the table command.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 09:23:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Join-data-inside-same-logs/m-p/150676#M42225</guid>
      <dc:creator>markthompson</dc:creator>
      <dc:date>2015-02-18T09:23:44Z</dc:date>
    </item>
  </channel>
</rss>

