<?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: Recursive searches based on parent ids in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Recursive-searches-based-on-parent-ids/m-p/12723#M1061</link>
    <description>&lt;P&gt;I believe in Splunk 4.1 you can do:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=messages | eval f=id." ".parent | makemv f delim=" " | transaction f
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but that the &lt;CODE&gt;transaction&lt;/CODE&gt; command in 4.0 and below won't do this.&lt;/P&gt;</description>
    <pubDate>Sat, 01 May 2010 04:25:42 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2010-05-01T04:25:42Z</dc:date>
    <item>
      <title>Recursive searches based on parent ids</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Recursive-searches-based-on-parent-ids/m-p/12722#M1060</link>
      <description>&lt;P&gt;We have logs that do stuff like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  message id=1
  message id=2 parent=1
  message id=2 parent=1
  message id=3 parent=1
  message id=5 parent=2
  message id=5 parent=2
  message id=6 parent=5
  message id=6 parent=5
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It's easy enough to do a subsearch that gets one level of relationship, but is there any way to search for all related messages recursively?&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2010 04:14:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Recursive-searches-based-on-parent-ids/m-p/12722#M1060</guid>
      <dc:creator>vbumgarn</dc:creator>
      <dc:date>2010-05-01T04:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Recursive searches based on parent ids</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Recursive-searches-based-on-parent-ids/m-p/12723#M1061</link>
      <description>&lt;P&gt;I believe in Splunk 4.1 you can do:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=messages | eval f=id." ".parent | makemv f delim=" " | transaction f
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but that the &lt;CODE&gt;transaction&lt;/CODE&gt; command in 4.0 and below won't do this.&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2010 04:25:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Recursive-searches-based-on-parent-ids/m-p/12723#M1061</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-05-01T04:25:42Z</dc:date>
    </item>
  </channel>
</rss>

