<?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 join inner? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-inner/m-p/618244#M214864</link>
    <description>&lt;P&gt;Inter join is not displaying any results.&amp;nbsp; &amp;nbsp;the search works however, nothing is showing up on the screen&lt;/P&gt;
&lt;P&gt;index = tenable | rename hostnames as host.name | table host.name | join type=inner host.name [search (index=assetpanda) | fields host.name] | table host.name&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2022 14:02:58 GMT</pubDate>
    <dc:creator>marceldera</dc:creator>
    <dc:date>2022-10-25T14:02:58Z</dc:date>
    <item>
      <title>How to join inner?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-inner/m-p/618244#M214864</link>
      <description>&lt;P&gt;Inter join is not displaying any results.&amp;nbsp; &amp;nbsp;the search works however, nothing is showing up on the screen&lt;/P&gt;
&lt;P&gt;index = tenable | rename hostnames as host.name | table host.name | join type=inner host.name [search (index=assetpanda) | fields host.name] | table host.name&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 14:02:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-inner/m-p/618244#M214864</guid>
      <dc:creator>marceldera</dc:creator>
      <dc:date>2022-10-25T14:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Join inner</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-inner/m-p/618246#M214866</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/232122"&gt;@marceldera&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I suppose that you already checked that there are matching values!&lt;/P&gt;&lt;P&gt;Anyway, the problem is probably in the limit of 50,000 values of the subsearch.&lt;/P&gt;&lt;P&gt;So you need to limit the values of the subsearch or (better!) use a different approach!&lt;/P&gt;&lt;P&gt;please the approach and adpt it to your need:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index = tenable OR index=assetpanda
| eval hostname=coalesce(hostname,host.name)
| stats dc(index) AS index_count values(index) AS index BY hostname
| where index_count=2
| table hostname&lt;/LI-CODE&gt;&lt;P&gt;in general, avoid to use fields with spaces or special chars as dot.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 13:47:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-inner/m-p/618246#M214866</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-10-25T13:47:58Z</dc:date>
    </item>
  </channel>
</rss>

