<?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 Few forwarders not sending data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Few-forwarders-not-sending-data/m-p/345780#M63529</link>
    <description>&lt;P&gt;Hey everyone, I have installed UF agents in 180 servers and i have seen the data coming to splunk yesterday. But now i have noticed three of them are not sending data, I mean i am seeing 177 hosts in splunk. So how can we find out what are those three UF's which is not sending data. I have configured all these using Deployment server. Same index and same sourcetype. And is there a way that we can get alerts when the forwarder stops sending data or gets any issue? I am using splunk 6.3. Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2017 18:41:14 GMT</pubDate>
    <dc:creator>Vetrikmr</dc:creator>
    <dc:date>2017-12-14T18:41:14Z</dc:date>
    <item>
      <title>Few forwarders not sending data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Few-forwarders-not-sending-data/m-p/345780#M63529</link>
      <description>&lt;P&gt;Hey everyone, I have installed UF agents in 180 servers and i have seen the data coming to splunk yesterday. But now i have noticed three of them are not sending data, I mean i am seeing 177 hosts in splunk. So how can we find out what are those three UF's which is not sending data. I have configured all these using Deployment server. Same index and same sourcetype. And is there a way that we can get alerts when the forwarder stops sending data or gets any issue? I am using splunk 6.3. Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 18:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Few-forwarders-not-sending-data/m-p/345780#M63529</guid>
      <dc:creator>Vetrikmr</dc:creator>
      <dc:date>2017-12-14T18:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Few forwarders not sending data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Few-forwarders-not-sending-data/m-p/345781#M63530</link>
      <description>&lt;P&gt;See this&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.1/Troubleshooting/Cantfinddata"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.1/Troubleshooting/Cantfinddata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 21:29:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Few-forwarders-not-sending-data/m-p/345781#M63530</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-12-14T21:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Few forwarders not sending data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Few-forwarders-not-sending-data/m-p/345782#M63531</link>
      <description>&lt;P&gt;hello there,&lt;/P&gt;

&lt;P&gt;when you say "not sending data" do you mean to the regular indexes or to _internal index?&lt;BR /&gt;
try this to find out how many distinct forwarders are out there and who sends to _internal but does not send "data": &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats dc(host) as unique values(host) as hosts where index=_*
| mvexpand hosts
| appendcols [ | tstats values(host) as data_hosts where index=*]
| eval match = if(hosts=data_hosts,1,0)
| where match=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;if you have only 177 distinct forwarders, then you will probably will have to manuallt figure out where are the other 3.&lt;BR /&gt;
if you have 180 sends to _internal then it means that those unique 3 either have wrong inputs on them or there is no data generated.&lt;/P&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 21:37:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Few-forwarders-not-sending-data/m-p/345782#M63531</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-12-14T21:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Few forwarders not sending data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Few-forwarders-not-sending-data/m-p/345783#M63532</link>
      <description>&lt;P&gt;I am not sure what this search is doing. I went line by line and was following up until I got to line 3. Line three adds a field with all the host, but just for the first entry, as least it does when I run them. From here, only the all 500+ host would still be listed at step five, except for the first one.&lt;/P&gt;

&lt;P&gt;Is there something I am missing?&lt;/P&gt;

&lt;P&gt;what I did get to work, or it seems like it works, is this: &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| tstats dc(host) as unique values(host) as hosts where index=_*  &lt;BR /&gt;
 | appendcols [ | tstats values(host) as data_hosts where index=*] &lt;BR /&gt;
 | mvexpand hosts &lt;BR /&gt;
 | eval match = if(hosts=data_hosts,1,0)  &lt;BR /&gt;
 | where match=0&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 16:11:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Few-forwarders-not-sending-data/m-p/345783#M63532</guid>
      <dc:creator>cboillot</dc:creator>
      <dc:date>2018-02-16T16:11:06Z</dc:date>
    </item>
  </channel>
</rss>

