<?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 How to Evaluate a field from the list of another search and create a table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-Evaluate-a-field-from-the-list-of-another-search-and/m-p/599824#M208783</link>
    <description>&lt;P&gt;There are two queries&lt;/P&gt;
&lt;P&gt;`query 1` will give ID, TIME fields&lt;/P&gt;
&lt;P&gt;`query 2` will give list of SPECIAL_ID&lt;/P&gt;
&lt;P&gt;I want to create a table with TIME, ID, IS_SPECIAL_ID&lt;/P&gt;
&lt;P&gt;IS_SPECIAL_ID is evaluated to true/false based on the condition where is ID is part of the list&amp;nbsp;SPECIAL_ID&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2022 14:04:31 GMT</pubDate>
    <dc:creator>manorajk</dc:creator>
    <dc:date>2022-05-31T14:04:31Z</dc:date>
    <item>
      <title>How to Evaluate a field from the list of another search and create a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Evaluate-a-field-from-the-list-of-another-search-and/m-p/599824#M208783</link>
      <description>&lt;P&gt;There are two queries&lt;/P&gt;
&lt;P&gt;`query 1` will give ID, TIME fields&lt;/P&gt;
&lt;P&gt;`query 2` will give list of SPECIAL_ID&lt;/P&gt;
&lt;P&gt;I want to create a table with TIME, ID, IS_SPECIAL_ID&lt;/P&gt;
&lt;P&gt;IS_SPECIAL_ID is evaluated to true/false based on the condition where is ID is part of the list&amp;nbsp;SPECIAL_ID&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 14:04:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Evaluate-a-field-from-the-list-of-another-search-and/m-p/599824#M208783</guid>
      <dc:creator>manorajk</dc:creator>
      <dc:date>2022-05-31T14:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate a field from the list of another search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Evaluate-a-field-from-the-list-of-another-search-and/m-p/599832#M208786</link>
      <description>&lt;P&gt;Simplistically, you could do something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;`query 1`
| join type=outer ID
  [search `query 2`
   | dedup SPECIAL_ID
   | rename SPECIAL_ID as ID
   | eval IS_SPECIAL_ID="true"]
| fillnull value="false" IS_SPECIAL_ID&lt;/LI-CODE&gt;&lt;P&gt;However, as has been mentioned in numerous posts, using join and subsearches is not&amp;nbsp; always best practice due to the limitations of subsearches, but if the above suffices, it is a simple approach.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 08:09:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Evaluate-a-field-from-the-list-of-another-search-and/m-p/599832#M208786</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-31T08:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Evaluate a field from the list of another search and create a table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Evaluate-a-field-from-the-list-of-another-search-and/m-p/600005#M208862</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;Really appreciate your help here.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 05:34:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Evaluate-a-field-from-the-list-of-another-search-and/m-p/600005#M208862</guid>
      <dc:creator>manorajk</dc:creator>
      <dc:date>2022-06-01T05:34:48Z</dc:date>
    </item>
  </channel>
</rss>

