<?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 Splunk SPL join in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-SPL-join/m-p/482161#M135085</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;

&lt;P&gt;Please suggest how to join two Splunk index output.&lt;BR /&gt;
I have two indexes in first index i want to fetch only that data that occurred in holiday list occurrence-date field&lt;BR /&gt;&lt;BR /&gt;
index=monitor&lt;BR /&gt;
 index=holiday_list earliest=0 latest=now| dedup  OCCURRENCEDATE| table  OCCURRENCEDATE&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2020 01:24:57 GMT</pubDate>
    <dc:creator>arun_kant_sharm</dc:creator>
    <dc:date>2020-04-23T01:24:57Z</dc:date>
    <item>
      <title>Splunk SPL join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-SPL-join/m-p/482161#M135085</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;

&lt;P&gt;Please suggest how to join two Splunk index output.&lt;BR /&gt;
I have two indexes in first index i want to fetch only that data that occurred in holiday list occurrence-date field&lt;BR /&gt;&lt;BR /&gt;
index=monitor&lt;BR /&gt;
 index=holiday_list earliest=0 latest=now| dedup  OCCURRENCEDATE| table  OCCURRENCEDATE&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 01:24:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-SPL-join/m-p/482161#M135085</guid>
      <dc:creator>arun_kant_sharm</dc:creator>
      <dc:date>2020-04-23T01:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk SPL join</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-SPL-join/m-p/482162#M135086</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=monitor [search index=holiday_list earliest=0 latest=now| stats count by OCCURRENCEDATE | fields OCCURRENCEDATE]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Apr 2020 06:56:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-SPL-join/m-p/482162#M135086</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2020-04-23T06:56:10Z</dc:date>
    </item>
  </channel>
</rss>

