<?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 fetch data from multiple source types in a dashboard ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-fetch-data-from-multiple-source-types-in-a-dashboard/m-p/204263#M176254</link>
    <description>&lt;P&gt;Hi Team, &lt;/P&gt;

&lt;P&gt;I have three sourcetypes, all the sourcetypes have two or three common fields , how to extract the data as it should fetch data from all three source type&lt;BR /&gt;
for ex:  Field "City" is common in all source types, to display it on a dashboard using dropdown, what will be the search query or suggest some way to start on this&lt;/P&gt;

&lt;P&gt;My idea is to execute search string : input lookup file1.csv file2.csv file3.csv|stats city as City is this correct ? &lt;BR /&gt;
or is there any convenient way to fetch it easily&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2016 13:42:11 GMT</pubDate>
    <dc:creator>rijinc</dc:creator>
    <dc:date>2016-11-03T13:42:11Z</dc:date>
    <item>
      <title>How to fetch data from multiple source types in a dashboard ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-fetch-data-from-multiple-source-types-in-a-dashboard/m-p/204263#M176254</link>
      <description>&lt;P&gt;Hi Team, &lt;/P&gt;

&lt;P&gt;I have three sourcetypes, all the sourcetypes have two or three common fields , how to extract the data as it should fetch data from all three source type&lt;BR /&gt;
for ex:  Field "City" is common in all source types, to display it on a dashboard using dropdown, what will be the search query or suggest some way to start on this&lt;/P&gt;

&lt;P&gt;My idea is to execute search string : input lookup file1.csv file2.csv file3.csv|stats city as City is this correct ? &lt;BR /&gt;
or is there any convenient way to fetch it easily&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 13:42:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-fetch-data-from-multiple-source-types-in-a-dashboard/m-p/204263#M176254</guid>
      <dc:creator>rijinc</dc:creator>
      <dc:date>2016-11-03T13:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch data from multiple source types in a dashboard ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-fetch-data-from-multiple-source-types-in-a-dashboard/m-p/204264#M176255</link>
      <description>&lt;P&gt;if they are lookup files, maybe something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|inputlookup file1.csv|table City|append [|inputlookup file2.csv|table City]|append [|inputlookup file3.csv|table City]|stats count by City|fields - count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Nov 2016 14:12:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-fetch-data-from-multiple-source-types-in-a-dashboard/m-p/204264#M176255</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2016-11-03T14:12:38Z</dc:date>
    </item>
  </channel>
</rss>

