<?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 Two level query in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Two-level-query/m-p/52866#M1127</link>
    <description>&lt;P&gt;I'm new to Splunk and would like to know if there's a way to create a two level query such as this one below:&lt;/P&gt;

&lt;P&gt;SELECT * FROM some_logtype WHERE ID IN (&lt;BR /&gt;
    SELECT distinct KnownID FROM some_logtype WHERE someCondition &lt;BR /&gt;
)&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:01:30 GMT</pubDate>
    <dc:creator>nevillehere</dc:creator>
    <dc:date>2020-09-28T14:01:30Z</dc:date>
    <item>
      <title>Two level query</title>
      <link>https://community.splunk.com/t5/Reporting/Two-level-query/m-p/52866#M1127</link>
      <description>&lt;P&gt;I'm new to Splunk and would like to know if there's a way to create a two level query such as this one below:&lt;/P&gt;

&lt;P&gt;SELECT * FROM some_logtype WHERE ID IN (&lt;BR /&gt;
    SELECT distinct KnownID FROM some_logtype WHERE someCondition &lt;BR /&gt;
)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:01:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Two-level-query/m-p/52866#M1127</guid>
      <dc:creator>nevillehere</dc:creator>
      <dc:date>2020-09-28T14:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Two level query</title>
      <link>https://community.splunk.com/t5/Reporting/Two-level-query/m-p/52867#M1128</link>
      <description>&lt;P&gt;search&lt;/P&gt;

&lt;P&gt;sourcetype=secondlogtype |join ID [search sourcetype=secondlogtype]&lt;/P&gt;

&lt;P&gt;You can use index name  instead of sourcetype if sourctypes are same and index are differnt.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2013 12:55:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Two-level-query/m-p/52867#M1128</guid>
      <dc:creator>kml_uvce</dc:creator>
      <dc:date>2013-06-02T12:55:54Z</dc:date>
    </item>
  </channel>
</rss>

