<?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: Join using multiple source type. But result is still coming blank in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-are-results-still-coming-back-blank-after-using-join-using/m-p/608261#M211494</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; thanks a lot!! my search worked.&lt;/P&gt;&lt;P&gt;I also wanted to check one thing for setting up alert to send mail to Email address popped in result. Will the below solution work?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Enable send email alert action and in to: field set $result.Email$&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2022 12:02:40 GMT</pubDate>
    <dc:creator>pratibha0610</dc:creator>
    <dc:date>2022-08-04T12:02:40Z</dc:date>
    <item>
      <title>Why are results still coming back blank after using join using multiple source type?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-results-still-coming-back-blank-after-using-join-using/m-p/608244#M211491</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;
&lt;P&gt;I wonder if someone can help me with the below query.&amp;nbsp; I have a to combine my two searches with join.&amp;nbsp;With first search i get the assignement group and with second search i get email of those assigment group to send alert.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have common values between two sourcetype but field name is different.&amp;nbsp; in the first serach, field is called dv_name and in second it is called name. Therefore i create name variable before using join. However my field email is still coming blank&lt;/P&gt;
&lt;P&gt;&amp;nbsp;serach:&lt;/P&gt;
&lt;P&gt;index=production sourcetype=call&lt;BR /&gt;| eval name=dv_name&lt;/P&gt;
&lt;P&gt;| join name type=left&lt;/P&gt;
&lt;P&gt;[ index=production sourcetype=mail&amp;nbsp; earliest="04/30/2022:20:00:00" latest=now() | dedup name | stats values (dv_email) values (name) by name]&lt;/P&gt;
&lt;P&gt;| eval Email=if(isnull(dv_email), " ", dv_email)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;| table dv_name Email&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 14:41:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-results-still-coming-back-blank-after-using-join-using/m-p/608244#M211491</guid>
      <dc:creator>pratibha0610</dc:creator>
      <dc:date>2022-08-04T14:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Join using multiple source type. But result is still coming blank</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-results-still-coming-back-blank-after-using-join-using/m-p/608255#M211492</link>
      <description>&lt;P&gt;Since you are dedup'ing name, there will only be one value (the first) for dv_email so the stats becomes unnecessary. (The reason you were getting no results is that the field created by the stats command is "values(dv_email)" not dv_email - you could fix this (if you still want to use stats) by stats values(dv_email) as dv_email by name.)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=production sourcetype=call
| eval name=dv_name

| join name type=left

[ index=production sourcetype=mail  earliest="04/30/2022:20:00:00" latest=now() | dedup name]

| eval Email=if(isnull(dv_email), " ", dv_email) 

| table dv_name Email&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 04 Aug 2022 11:31:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-results-still-coming-back-blank-after-using-join-using/m-p/608255#M211492</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-04T11:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Join using multiple source type. But result is still coming blank</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-results-still-coming-back-blank-after-using-join-using/m-p/608261#M211494</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; thanks a lot!! my search worked.&lt;/P&gt;&lt;P&gt;I also wanted to check one thing for setting up alert to send mail to Email address popped in result. Will the below solution work?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Enable send email alert action and in to: field set $result.Email$&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 12:02:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-results-still-coming-back-blank-after-using-join-using/m-p/608261#M211494</guid>
      <dc:creator>pratibha0610</dc:creator>
      <dc:date>2022-08-04T12:02:40Z</dc:date>
    </item>
  </channel>
</rss>

