<?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 Deriving one event from another in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Deriving-one-event-from-another/m-p/461786#M191435</link>
    <description>&lt;P&gt;Hi, pardon if my question is too obvious, am a Splunk noob.&lt;BR /&gt;
My requirement is:&lt;BR /&gt;
I have a search String , example "Error occured in getting ID....". In the result log of this search is included a unique ID (there are multiple logs for each time that searh string is matched, unique ID different for all such logs). &lt;BR /&gt;
I want to further search for one specific log that has same unique ID plus some other text.&lt;/P&gt;

&lt;P&gt;E.g - This is search string query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=index "Error finding xID for ID:" | dedup uniquId
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is one block of the result:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"level":"ERROR","uniqueId":"48b3825e993981df25d13670 1", "message":"Error finding xID for ID:1234"}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What I require is, to be able to further search based on uniqueId in log dynamcially.&lt;BR /&gt;
E.g:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| &amp;lt;uniqueId&amp;gt; "some other search string"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 31 Mar 2020 05:54:31 GMT</pubDate>
    <dc:creator>akki2428</dc:creator>
    <dc:date>2020-03-31T05:54:31Z</dc:date>
    <item>
      <title>Deriving one event from another</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Deriving-one-event-from-another/m-p/461786#M191435</link>
      <description>&lt;P&gt;Hi, pardon if my question is too obvious, am a Splunk noob.&lt;BR /&gt;
My requirement is:&lt;BR /&gt;
I have a search String , example "Error occured in getting ID....". In the result log of this search is included a unique ID (there are multiple logs for each time that searh string is matched, unique ID different for all such logs). &lt;BR /&gt;
I want to further search for one specific log that has same unique ID plus some other text.&lt;/P&gt;

&lt;P&gt;E.g - This is search string query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=index "Error finding xID for ID:" | dedup uniquId
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is one block of the result:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"level":"ERROR","uniqueId":"48b3825e993981df25d13670 1", "message":"Error finding xID for ID:1234"}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What I require is, to be able to further search based on uniqueId in log dynamcially.&lt;BR /&gt;
E.g:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| &amp;lt;uniqueId&amp;gt; "some other search string"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 Mar 2020 05:54:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Deriving-one-event-from-another/m-p/461786#M191435</guid>
      <dc:creator>akki2428</dc:creator>
      <dc:date>2020-03-31T05:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Deriving one event from another</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Deriving-one-event-from-another/m-p/461787#M191436</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;some other search string AND [ search index=index "Error finding xID for ID:" | dedup uniquId | table uniquId ]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 Mar 2020 06:07:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Deriving-one-event-from-another/m-p/461787#M191436</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-31T06:07:15Z</dc:date>
    </item>
  </channel>
</rss>

