<?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 Multiple source types in one search in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80581#M181835</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;I have following scenario&lt;/P&gt;

&lt;P&gt;source type :A contains Account Number&lt;BR /&gt;
Source type :B Contains Account ID &amp;amp; Date&lt;/P&gt;

&lt;P&gt;Want to write search to join this two source types and at the same time want to find Account Number of source type A in Account ID of source type B&lt;/P&gt;

&lt;P&gt;Please help.&lt;/P&gt;

&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2013 10:17:44 GMT</pubDate>
    <dc:creator>sandeep_thosar</dc:creator>
    <dc:date>2013-04-01T10:17:44Z</dc:date>
    <item>
      <title>Multiple source types in one search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80581#M181835</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;I have following scenario&lt;/P&gt;

&lt;P&gt;source type :A contains Account Number&lt;BR /&gt;
Source type :B Contains Account ID &amp;amp; Date&lt;/P&gt;

&lt;P&gt;Want to write search to join this two source types and at the same time want to find Account Number of source type A in Account ID of source type B&lt;/P&gt;

&lt;P&gt;Please help.&lt;/P&gt;

&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2013 10:17:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80581#M181835</guid>
      <dc:creator>sandeep_thosar</dc:creator>
      <dc:date>2013-04-01T10:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple source types in one search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80582#M181836</link>
      <description>&lt;P&gt;index=yourindex sourcetype=A | stats values(accountnumber) as accountid |join  accountid [search index=yourindex sourcetype=B|table accountid date  ]&lt;/P&gt;

&lt;P&gt;did u try this?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2013 10:37:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80582#M181836</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2013-04-01T10:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple source types in one search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80583#M181837</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks for help I am already tryed this but it's not fulfilled my requirements and i want to search Acccount Number from Source type A and on the basis of that want some values and Account ID from source B.&lt;/P&gt;

&lt;P&gt;Please help as i am new to splunk.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2013 11:14:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80583#M181837</guid>
      <dc:creator>sandeep_thosar</dc:creator>
      <dc:date>2013-04-01T11:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple source types in one search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80584#M181838</link>
      <description>&lt;P&gt;sandeep, would u mind providing some more details?&lt;BR /&gt;
like what was the output of this query and how your requirement differ from its output?&lt;BR /&gt;
As I am not an expert in splunk, it may help me. &lt;BR /&gt;
Thank u&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2013 12:31:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80584#M181838</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2013-04-01T12:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple source types in one search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80585#M181839</link>
      <description>&lt;P&gt;My scenario is i have one Index which conatins two source files for ex. Source type="A" and Source Type="B". Both files contains Account ID which will be extracted using rex command. Now i want to search if account ID from Source type "A" is present in Source Type "B" then i want to extract customer ID from Source Type "B".&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2013 06:34:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80585#M181839</guid>
      <dc:creator>sandeep_thosar</dc:creator>
      <dc:date>2013-04-02T06:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple source types in one search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80586#M181840</link>
      <description>&lt;P&gt;I have a similar search I am trying to work out except with machine hostnames. Single index w/ 5 different sources and am trying to build a report showing if a particular hostname shows up in each of the sources or perhaps highlight which source it's missing from.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jul 2014 01:24:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80586#M181840</guid>
      <dc:creator>lbogle</dc:creator>
      <dc:date>2014-07-19T01:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple source types in one search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80587#M181841</link>
      <description>&lt;P&gt;You can achieve this using subsearches.&lt;BR /&gt;
Note: dont forget to read the performance of subsearches in splunk documentation. &lt;/P&gt;

&lt;P&gt;The below two links will help you&lt;/P&gt;

&lt;P&gt;&lt;A href="http://"&gt;http://answers.splunk.com/answers/78899/problem-searching-for-matching-fields-within-multiple-source-types&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.2/Search/Aboutsubsearches&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jul 2014 04:28:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80587#M181841</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-07-19T04:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple source types in one search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80588#M181842</link>
      <description>&lt;P&gt;You can achieve this using subsearches.&lt;BR /&gt;
Note: dont forget to read the performance of subsearches in splunk documentation. &lt;/P&gt;

&lt;P&gt;The below two links will help you&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/78899/problem-searching-for-matching-fields-within-multiple-source-types"&gt;http://answers.splunk.com/answers/78899/problem-searching-for-matching-fields-within-multiple-source-types&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.2/Search/Aboutsubsearches"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.2/Search/Aboutsubsearches&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jul 2014 04:30:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-source-types-in-one-search/m-p/80588#M181842</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-07-19T04:30:58Z</dc:date>
    </item>
  </channel>
</rss>

