<?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: Search query to check 50-100 forwarders phoning home status from thousands of forwarders. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356385#M65091</link>
    <description>&lt;P&gt;mmodestino is right in the long run.  However, in the short run, you should go ahead and provide them with their requested sample of statuses.&lt;/P&gt;

&lt;P&gt;It's pretty simple.  Have them give you the host names each day in a csv file with a fixed name.&lt;/P&gt;

&lt;P&gt;Supposing your base search for a single forwarder (bar) was something like this.... &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo host=bar 
|(your search terms and transforms) 
| table host status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;....then your query for all 50-100 forwarders, assuming you got the host names in a csv file in a field called &lt;CODE&gt;forwardername&lt;/CODE&gt;, would be....&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo [| inputcsv todaysforwarders.csv |rename forwardername as host | table host] 
| (your search terms and transforms)
| table host status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The values input from the csv (everything inside the brackets) is transformed by the implicit format command at the end of the brackets to be in the form... &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(host=bar OR host=baz OR host=....)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 01 May 2017 01:01:19 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2017-05-01T01:01:19Z</dc:date>
    <item>
      <title>Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356379#M65085</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We have thousands of forwarders installed. Our requirement is to check status of only 50-100 forwarders from thousands of forwarders on daily basis. &lt;/P&gt;

&lt;P&gt;These selective 50-100 forwarders will be new every time.&lt;/P&gt;

&lt;P&gt;Now we are trying to write a search query which will check phoning home status for these 50-100 forwarders which will be new on every run.&lt;/P&gt;

&lt;P&gt;I will be thankful If any of you can guide or provide search query. &lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2017 20:25:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356379#M65085</guid>
      <dc:creator>onkarkore1</dc:creator>
      <dc:date>2017-04-29T20:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356380#M65086</link>
      <description>&lt;P&gt;I recommend you use the Management Console (aka DMC) to report on the status of your forwarders. The Monitoring Console allows you to see the overall status of all your forwarders (active/missing) and can even alert on missing forwarders.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.3/DMC/ForwardersDeployment"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.3/DMC/ForwardersDeployment&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.3/DMC/Deploymentsetupsteps"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.3/DMC/Deploymentsetupsteps&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The views in this dashboard make it easy to report on many aspects of your forwarders and will let you know if any go missing. &lt;/P&gt;

&lt;P&gt;All you need is to ensure all your hosts are forwarding their internal logs to your indexing tier, then select a host that can act as a search head to host the Monitoring Console. (license master is a common choice). &lt;/P&gt;

&lt;P&gt;At the very least you can examine the macros and searches this dash uses in search and use them as you wish!&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/8f55fx3.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2017 23:54:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356380#M65086</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-04-29T23:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356381#M65087</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks for the time you put on replying on this issue. We have thousands of forwarders installed. Now our requirement is to check status of only 50-100 forwarders from these thousands of forwarders on daily basis.&lt;/P&gt;

&lt;P&gt;These selective 50-100 forwarders will be new on every search query run.&lt;/P&gt;

&lt;P&gt;Now I am trying to write a search query which will check phoning home status for these 50-100 forwarders which will be new on every run.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 09:00:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356381#M65087</guid>
      <dc:creator>onkarkore1</dc:creator>
      <dc:date>2017-04-30T09:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356382#M65088</link>
      <description>&lt;P&gt;The fact you have thousands of forwarders is all the more reason to be using the Monitoring Console....why check 50-100 when you can report on ALL of your forwarders???&lt;/P&gt;

&lt;P&gt;Can you tell us more about the requirement?&lt;/P&gt;

&lt;P&gt;Why are you checking 50-100 servers a day? are these random spot checks to make sure the forwarders are still phoning home?? Still connecting to indexers and forwarding data? What will the list you get look like? &lt;/P&gt;

&lt;P&gt;There is a big difference between a forwarder phoning home to the deployment server, and a forwarder actually sending you the data you expect. &lt;/P&gt;

&lt;P&gt;What problem are you trying to solve here?&lt;/P&gt;

&lt;P&gt;Anyways... if you go to settings &amp;gt; searches, reports &amp;amp; alerts you can reuse what the monitoring console already has for searches like this reporting on forwarders&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/nLM8tRi.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;Then go to settings &amp;gt; advanced search &amp;gt; macros to fill in the macros the searches the MC uses &lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/Ds6ivyX.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;Here is an example search that the Monitoring Console uses to report on forwarders, this would tell you if they are connecting to indexers:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd group=tcpin_connections (connectionType=cooked OR connectionType=cookedSSL) fwdType=* guid=* 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This search is the base search MC uses to build it's forwarder table (yes, it already keeps a sort of state table!). If you configure the MC properly all you would need to to is work with it's lookup table:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup dmc_forwarder_assets
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then you could just do a subsearch for your list of forwarders against this lookup. &lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/ovTTzw8.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;You can also explore using &lt;CODE&gt;index=_internal source=*splunkd.log deploymentserver&lt;/CODE&gt; and search against the &lt;CODE&gt;connectionId&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;You would be looking for messages like this for your forwarders to see them reporting to your deployment server:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;04-30-2017 13:05:43.186 +0000 INFO  PubSubSvr - Subscribed: channel=deploymentServer/phoneHome/default/reply/n00b-splkufw-01.n00blab.local/1B30BA3C-495C-4EAC-ADCF-7C12D3423078 connectionId=connection_10.10.31.210_8089_10.10.31.210_n00b-splkufw-01.n00blab.local_&amp;lt;GUID&amp;gt; listener=0x7f75fc5d5600
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Anyways, i urge you to use the management console/DMC to set yourself up for success for managing your forwarders, whether it be this ask for checking 50-100 UFs a day, or the next questions that will need to be answered about your UF fleet. &lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 12:38:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356382#M65088</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-04-30T12:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356383#M65089</link>
      <description>&lt;P&gt;These are the random spot checks to make sure forwarders/hosts are up and they are phoning home.&lt;BR /&gt;
We will pick random 50-100 forwarders and put these forwarders entries in one document. &lt;/P&gt;

&lt;P&gt;Now we would like to design a search query which will read these forwarders entries and check status of each forwarders.&lt;/P&gt;

&lt;P&gt;Each time we would like to hit search query which will take input of forwarder instances from document and return status of at least 50 forwarders input listed in document.&lt;/P&gt;

&lt;P&gt;We expect output like, forwarder instance name and status (up or down)&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 20:43:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356383#M65089</guid>
      <dc:creator>onkarkore1</dc:creator>
      <dc:date>2017-04-30T20:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356384#M65090</link>
      <description>&lt;P&gt;That is completely unnecessary and a will provide a poor level of assurance for your Splunk deployment and is not sustainable long term. &lt;/P&gt;

&lt;P&gt;The Monitoring Console will monitor the status of &lt;STRONG&gt;ALL&lt;/STRONG&gt; your forwarders (as well as the rest of your deployment) and provides alerts to tell you when forwarders are not reporting as well as many more insights on your UFs. It will be much more accurate/reliable and way less manual than random spot check of a small percent of your forwarder fleet. Best of all it will allow you to use your time for something more valuable!!&lt;/P&gt;

&lt;P&gt;I urge you to review the documentation I have provided and rethink your strategy. &lt;/P&gt;

&lt;P&gt;"Monitoring Splunk Enterprise". &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.3/DMC/DMCoverview"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.3/DMC/DMCoverview&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I work in multiple environments of 10K forwarders+, and would never support what you are suggesting as acceptable as an assurance strategy, especially knowing Splunk provides you better options out of the box. &lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 21:00:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356384#M65090</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-04-30T21:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356385#M65091</link>
      <description>&lt;P&gt;mmodestino is right in the long run.  However, in the short run, you should go ahead and provide them with their requested sample of statuses.&lt;/P&gt;

&lt;P&gt;It's pretty simple.  Have them give you the host names each day in a csv file with a fixed name.&lt;/P&gt;

&lt;P&gt;Supposing your base search for a single forwarder (bar) was something like this.... &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo host=bar 
|(your search terms and transforms) 
| table host status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;....then your query for all 50-100 forwarders, assuming you got the host names in a csv file in a field called &lt;CODE&gt;forwardername&lt;/CODE&gt;, would be....&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo [| inputcsv todaysforwarders.csv |rename forwardername as host | table host] 
| (your search terms and transforms)
| table host status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The values input from the csv (everything inside the brackets) is transformed by the implicit format command at the end of the brackets to be in the form... &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(host=bar OR host=baz OR host=....)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 May 2017 01:01:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356385#M65091</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-05-01T01:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356386#M65092</link>
      <description>&lt;P&gt;Now that I have done all I can to get you to do the right thing...&lt;/P&gt;

&lt;P&gt;If you choose to continue down this path in spite of my begging you to use MC..you may as well do it right...&lt;/P&gt;

&lt;P&gt;This is how I would provide this list until I could get the Monitoring Console stood up or convince whoever is asking for this why its a bad idea....Use the Lookup Editor app &lt;A href="https://splunkbase.splunk.com/app/1724/"&gt;https://splunkbase.splunk.com/app/1724/&lt;/A&gt; or build a lookup file with these instructions. &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.3/PivotTutorial/AddlookupfilestoSplunk"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.3/PivotTutorial/AddlookupfilestoSplunk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I called mine forwarders.csv and it simply had one column called hostname. You will need to ensure the hostnames you use in the csv actually match the hostnames you will see in Splunk....another complication to this approach if you are not careful..you can confirm the hostnames to expect by searching  &lt;CODE&gt;index=_internal sourcetype=splunkd group=tcpin_connections (connectionType=cooked OR connectionType=cookedSSL) fwdType=* guid=*&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd group=tcpin_connections (connectionType=cooked OR connectionType=cookedSSL) fwdType=* guid=* [| inputlookup forwarders.csv | fields hostname]
| stats values(fwdType) as forwarder_type, latest(version) as version, values(arch) as arch, values(os) as os, max(_time) as last_connected by guid, hostname
| eval status = if(last_connected &amp;lt; (now() - 900), "missing", "active")
| eval last_connected=strftime(last_connected,"%m/%d/%y %H:%M:%S")
| fields guid, hostname, forwarder_type, version, arch, os, status, last_connected
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I literally took this search directly from the monitoring console and pared it down to leave only what would be needed to satisfy your ask. Now, this search gives a "status" based on whether the forwarders have connected to indexers in the last 15 mins (900 seconds - change this value in the search if you wish to change the threshold)...not whether they have phoned the deployment server. If that is what you are after....change my search to this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/deployment/server/clients 
| fields hostname lastPhoneHomeTime 
| eval status = if(lastPhoneHomeTime &amp;lt; (now() - 900), "missing", "active") 
| search 
    [| inputlookup forwarders.csv 
    | fields hostname]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps....did I mention to you that you that you should use the Monitoring Console??? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 02:16:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356386#M65092</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-05-01T02:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356387#M65093</link>
      <description>&lt;P&gt;Okay, so consider my "answer" to be a comment on how this section of mmodestino's answer works...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[| inputlookup forwarders.csv | fields hostname] 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 May 2017 02:28:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356387#M65093</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-05-01T02:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356388#M65094</link>
      <description>&lt;P&gt;This query is working as per the expectations thanks. However I have one more concern i.e.&lt;BR /&gt;
We want to see the status of forwarders as "Not Found", For those forwarders which does not exist in enviornment or For those forwarders which log entries are not present in internal index.&lt;BR /&gt;
This query is not returning status for those forwarders which  does not exist or whose log entries are not available.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 14:22:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356388#M65094</guid>
      <dc:creator>onkarkore1</dc:creator>
      <dc:date>2017-05-04T14:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356389#M65095</link>
      <description>&lt;P&gt;probably warrants a new answers post. &lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 14:33:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356389#M65095</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-05-04T14:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356390#M65096</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/526398/search-query-to-check-selective-forwarders-phoning.html?minQuestionBodyLength=80"&gt;https://answers.splunk.com/answers/526398/search-query-to-check-selective-forwarders-phoning.html?minQuestionBodyLength=80&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 14:53:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356390#M65096</guid>
      <dc:creator>onkarkore1</dc:creator>
      <dc:date>2017-05-04T14:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356391#M65097</link>
      <description>&lt;P&gt;Here, you can post your answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 14:54:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356391#M65097</guid>
      <dc:creator>onkarkore1</dc:creator>
      <dc:date>2017-05-04T14:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Search query to check 50-100 forwarders phoning home status from thousands of forwarders.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356392#M65098</link>
      <description>&lt;P&gt;Thanks Jeanis for your reply.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 14:55:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Search-query-to-check-50-100-forwarders-phoning-home-status-from/m-p/356392#M65098</guid>
      <dc:creator>onkarkore1</dc:creator>
      <dc:date>2017-05-04T14:55:56Z</dc:date>
    </item>
  </channel>
</rss>

