<?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: Help needed with inner join with different field name and a filter in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-needed-with-inner-join-with-different-field-name-and-a/m-p/628202#M218227</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; You are awesome, I was so stupid.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2023 19:50:18 GMT</pubDate>
    <dc:creator>harryhcg</dc:creator>
    <dc:date>2023-01-24T19:50:18Z</dc:date>
    <item>
      <title>Help needed with inner join with different field name and a filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-needed-with-inner-join-with-different-field-name-and-a/m-p/628192#M218219</link>
      <description>&lt;P&gt;Can someone help with query?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have 2 index abc and bcz&lt;BR /&gt;From abc index I want to show stats for field1&lt;BR /&gt;where field2 from index abc matches with field3 of index bcz&lt;BR /&gt;and bcz index field5="value"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what I tried which is not working:&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=abc&lt;/P&gt;&lt;P&gt;| stats count by field1&lt;/P&gt;&lt;P&gt;| join type=inner field2&lt;/P&gt;&lt;P&gt;[search index=bcz&amp;nbsp;&lt;BR /&gt;| rename field3 as field2&lt;/P&gt;&lt;P&gt;| where field5="employee_name"]&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 18:59:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-needed-with-inner-join-with-different-field-name-and-a/m-p/628192#M218219</guid>
      <dc:creator>harryhcg</dc:creator>
      <dc:date>2023-01-24T18:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with inner join with different field name and a filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-needed-with-inner-join-with-different-field-name-and-a/m-p/628199#M218224</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=abc [search index=bcz 
  | where field5="employee_name"
  | rename field3 as field2
  | fields field2]
| stats count by field1&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 24 Jan 2023 19:31:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-needed-with-inner-join-with-different-field-name-and-a/m-p/628199#M218224</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-01-24T19:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with inner join with different field name and a filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-needed-with-inner-join-with-different-field-name-and-a/m-p/628202#M218227</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; You are awesome, I was so stupid.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 19:50:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-needed-with-inner-join-with-different-field-name-and-a/m-p/628202#M218227</guid>
      <dc:creator>harryhcg</dc:creator>
      <dc:date>2023-01-24T19:50:18Z</dc:date>
    </item>
  </channel>
</rss>

