<?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 Query to find servers reporting to splunk in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Query-to-find-servers-reporting-to-splunk/m-p/51793#M179625</link>
    <description>&lt;P&gt;Need a query to find list of servers reporting to splunk, and send that output to a lookupfile.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2012 10:45:32 GMT</pubDate>
    <dc:creator>Ravan</dc:creator>
    <dc:date>2012-01-16T10:45:32Z</dc:date>
    <item>
      <title>Query to find servers reporting to splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-to-find-servers-reporting-to-splunk/m-p/51793#M179625</link>
      <description>&lt;P&gt;Need a query to find list of servers reporting to splunk, and send that output to a lookupfile.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2012 10:45:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-to-find-servers-reporting-to-splunk/m-p/51793#M179625</guid>
      <dc:creator>Ravan</dc:creator>
      <dc:date>2012-01-16T10:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Query to find servers reporting to splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-to-find-servers-reporting-to-splunk/m-p/51794#M179626</link>
      <description>&lt;P&gt;Have a look at the &lt;STRONG&gt;outputlookup&lt;/STRONG&gt; search command :&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3/SearchReference/Outputlookup"&gt;http://docs.splunk.com/Documentation/Splunk/4.3/SearchReference/Outputlookup&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;When you say servers &lt;EM&gt;reporting&lt;/EM&gt; to Splunk , do you mean a list of Splunk components(forwarders, indexers, search heads etc..) or do you mean the hostname/IP from  all sources of data that is indexed in Splunk ?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2012 20:52:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-to-find-servers-reporting-to-splunk/m-p/51794#M179626</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-01-16T20:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Query to find servers reporting to splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-to-find-servers-reporting-to-splunk/m-p/51795#M179627</link>
      <description>&lt;P&gt;In this case it is forwarders reporting to splunk&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 06:00:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-to-find-servers-reporting-to-splunk/m-p/51795#M179627</guid>
      <dc:creator>Ravan</dc:creator>
      <dc:date>2012-01-17T06:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Query to find servers reporting to splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-to-find-servers-reporting-to-splunk/m-p/51796#M179628</link>
      <description>&lt;P&gt;If it is the hosts(sources) sending data to your Splunk instance that you are interested in, this might work for you:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|metadata type=hosts | fields host, firstTime, lastTime, totalCount | eval firstTime=strftime(firstTime, "%Y-%m-%d %H:%M:%S") | eval lastTime=strftime(lastTime, "%Y-%m-%d %H:%M:%S") | sort -totalCount | outputlookup meta_data_hosts.csv
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Jan 2012 06:54:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-to-find-servers-reporting-to-splunk/m-p/51796#M179628</guid>
      <dc:creator>johandk</dc:creator>
      <dc:date>2012-01-17T06:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Query to find servers reporting to splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-to-find-servers-reporting-to-splunk/m-p/51797#M179629</link>
      <description>&lt;P&gt;Above Query working fine , but in few results i found reporting date's as 2013/14 year ... Is it problem from splunk server OR clients end ..?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2012 15:28:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-to-find-servers-reporting-to-splunk/m-p/51797#M179629</guid>
      <dc:creator>Ravan</dc:creator>
      <dc:date>2012-01-25T15:28:33Z</dc:date>
    </item>
  </channel>
</rss>

