<?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: select query based on unique id in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/select-query-based-on-unique-id/m-p/94540#M24386</link>
    <description>&lt;P&gt;Thanks Ayn !&lt;BR /&gt;
That is what I wanted.I am new to this stuff, so I'll probably be asking some simple stuffs (after searching through the forum ofcourse), till I get hold of it.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2011 17:13:43 GMT</pubDate>
    <dc:creator>anshumishra</dc:creator>
    <dc:date>2011-10-19T17:13:43Z</dc:date>
    <item>
      <title>select query based on unique id</title>
      <link>https://community.splunk.com/t5/Splunk-Search/select-query-based-on-unique-id/m-p/94538#M24384</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I have a log where the, app logs the various steps for a unique opertaion id (id below) -&amp;gt;&lt;BR /&gt;
...... &lt;BR /&gt;
ts=1318861839975,name=stepOne,type=typeOne,id=a30a2286-1318861839810&lt;BR /&gt;
ts=1318861845825,name=stepTwo,type=typeOne,id=a30a2286-1318861839810&lt;BR /&gt;
......&lt;/P&gt;

&lt;P&gt;It is possible that the stepTwo is not logged in case of some failure or there may be more failure steps (say stepThree), which we want to discard.&lt;BR /&gt;
How can I do a select query, so that only the entries(id) which have both the steps (stepOne and stepTwo)  logged, are displayed ?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2011 15:02:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/select-query-based-on-unique-id/m-p/94538#M24384</guid>
      <dc:creator>anshumishra</dc:creator>
      <dc:date>2011-10-19T15:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: select query based on unique id</title>
      <link>https://community.splunk.com/t5/Splunk-Search/select-query-based-on-unique-id/m-p/94539#M24385</link>
      <description>&lt;P&gt;Use &lt;CODE&gt;transaction&lt;/CODE&gt; to combine events with the same id, then search for transactions that have both the values "stepOne" and "stepTwo" in the name field.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | transaction id | search name="stepOne" AND name="stepTwo"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Oct 2011 16:24:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/select-query-based-on-unique-id/m-p/94539#M24385</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-10-19T16:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: select query based on unique id</title>
      <link>https://community.splunk.com/t5/Splunk-Search/select-query-based-on-unique-id/m-p/94540#M24386</link>
      <description>&lt;P&gt;Thanks Ayn !&lt;BR /&gt;
That is what I wanted.I am new to this stuff, so I'll probably be asking some simple stuffs (after searching through the forum ofcourse), till I get hold of it.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2011 17:13:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/select-query-based-on-unique-id/m-p/94540#M24386</guid>
      <dc:creator>anshumishra</dc:creator>
      <dc:date>2011-10-19T17:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: select query based on unique id</title>
      <link>https://community.splunk.com/t5/Splunk-Search/select-query-based-on-unique-id/m-p/94541#M24387</link>
      <description>&lt;P&gt;Awesome! Could you please mark my answer as accepted? That way it will be shown clearly on the site that you got the help you needed for this question. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2011 19:43:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/select-query-based-on-unique-id/m-p/94541#M24387</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-10-19T19:43:32Z</dc:date>
    </item>
  </channel>
</rss>

