<?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: How do I list all sources on a specific host? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-list-all-sources-on-a-specific-host/m-p/150331#M30559</link>
    <description>&lt;P&gt;The full search would look like this:&lt;BR /&gt;
|metasearch host="&lt;YOURHOSTNAME&gt;" | dedup source | table source&lt;/YOURHOSTNAME&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2013 21:16:45 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2013-11-20T21:16:45Z</dc:date>
    <item>
      <title>How do I list all sources on a specific host?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-list-all-sources-on-a-specific-host/m-p/150327#M30555</link>
      <description>&lt;P&gt;Hi all, How do I show all sources for a specific host? I can query for a specific host a la: host="myhost" and then hit "source" in the sidebar, but that only shows the top ten sources on that host. I don't know how to see more than that. I have seen an example of how to list all sources for all hosts by host, but that's extremely long running in our environment and not really what we need. I just need to see the sources for specific hosts to verify that our indexing config is setup correctly and the logs that we want to be indexed are showing up as sources. I'm guessing this is any easy one, but I am splunk noob and haven't been able to figure it out. Any help is appreciated. Thanks!&lt;/P&gt;

&lt;P&gt;-e&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 20:44:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-list-all-sources-on-a-specific-host/m-p/150327#M30555</guid>
      <dc:creator>toomanyedwards</dc:creator>
      <dc:date>2013-11-20T20:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I list all sources on a specific host?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-list-all-sources-on-a-specific-host/m-p/150328#M30556</link>
      <description>&lt;P&gt;host="abc" | dedup source | table field source&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 20:52:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-list-all-sources-on-a-specific-host/m-p/150328#M30556</guid>
      <dc:creator>jrich523</dc:creator>
      <dc:date>2013-11-20T20:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I list all sources on a specific host?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-list-all-sources-on-a-specific-host/m-p/150329#M30557</link>
      <description>&lt;P&gt;This should be the fastest method per my knowledge&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|metasearch host="&amp;lt;yourhostname&amp;gt;"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This search will provide following fields:-&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;CODE&gt;host,source,sourcetype,index,splunk_server&lt;/CODE&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;From which you can use source field for your requirement.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 20:57:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-list-all-sources-on-a-specific-host/m-p/150329#M30557</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2013-11-20T20:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I list all sources on a specific host?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-list-all-sources-on-a-specific-host/m-p/150330#M30558</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;host="hostname" | stats count by source
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Nov 2013 21:12:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-list-all-sources-on-a-specific-host/m-p/150330#M30558</guid>
      <dc:creator>jonahcofer</dc:creator>
      <dc:date>2013-11-20T21:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I list all sources on a specific host?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-list-all-sources-on-a-specific-host/m-p/150331#M30559</link>
      <description>&lt;P&gt;The full search would look like this:&lt;BR /&gt;
|metasearch host="&lt;YOURHOSTNAME&gt;" | dedup source | table source&lt;/YOURHOSTNAME&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 21:16:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-list-all-sources-on-a-specific-host/m-p/150331#M30559</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-11-20T21:16:45Z</dc:date>
    </item>
  </channel>
</rss>

