<?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: event shows repeatedly in splunkd.log in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/event-shows-repeatedly-in-splunkd-log/m-p/87674#M18206</link>
    <description>&lt;P&gt;is your Cluster master 6.3x or 6.4x by any chance? we had same issue from Search heads when indexer discovery is enabled. if yes, this is a bug which is fixed in 6.4.4 ownwards&lt;/P&gt;</description>
    <pubDate>Fri, 07 Oct 2016 23:09:55 GMT</pubDate>
    <dc:creator>koshyk</dc:creator>
    <dc:date>2016-10-07T23:09:55Z</dc:date>
    <item>
      <title>event shows repeatedly in splunkd.log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/event-shows-repeatedly-in-splunkd-log/m-p/87671#M18203</link>
      <description>&lt;P&gt;Hoping someone can help me out here:&lt;/P&gt;

&lt;P&gt;I have a system with a heavy forwarder installed (v.4.1.6) that shows the following event repeatedly (at last count 150k+)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;10-06-2011 17:56:33.846 WARN  TcpOutputProc - The event is missing source information. Event :
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I think it has something to do with a bad input the configurations are standardized an look correct.&lt;BR /&gt;
I have also reinstalled the splunk package with no luck.&lt;BR /&gt;
Connectivity between the client and the indexer is OK ; I can port 9997 is open and clear.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2011 18:11:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/event-shows-repeatedly-in-splunkd-log/m-p/87671#M18203</guid>
      <dc:creator>Kate_Lawrence-G</dc:creator>
      <dc:date>2011-10-06T18:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: event shows repeatedly in splunkd.log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/event-shows-repeatedly-in-splunkd-log/m-p/87672#M18204</link>
      <description>&lt;P&gt;Kate - am not sure this may solve it - but have you checked that host's IP address and / or name are set up correctly? Probably a daft question if its a major server out there &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 13:01:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/event-shows-repeatedly-in-splunkd-log/m-p/87672#M18204</guid>
      <dc:creator>DaveSavage</dc:creator>
      <dc:date>2012-09-26T13:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: event shows repeatedly in splunkd.log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/event-shows-repeatedly-in-splunkd-log/m-p/87673#M18205</link>
      <description>&lt;P&gt;I have observed same when in no particular order &lt;/P&gt;

&lt;P&gt;1) hostname -f fails to return an FQDN
2) in /etc/hosts if the line containing the hostname / hostname w/ FQDN is of the format &lt;/P&gt;

&lt;P&gt;IP SHORTNAME FQDN&lt;/P&gt;

&lt;P&gt;when in point of fact it must be of the form&lt;/P&gt;

&lt;P&gt;IP FQDN SHORTNAME&lt;/P&gt;

&lt;P&gt;That's why hostname -f didn't work. Wrong ordering&lt;/P&gt;

&lt;P&gt;suppose we have an /etc/hosts as follows&lt;/P&gt;

&lt;PRE&gt;
127.0.0.1 localhost localhost.localdomain
a.b.c.d   hostname hostname.domain
&lt;/PRE&gt;

&lt;P&gt;we can resolve as follows:&lt;/P&gt;

&lt;PRE&gt;
grep localhost /etc/hosts &amp;gt; /etc/hosts.correct
grep `hostname` /etc/hosts | awk '{print $1 " " $3 " " $2}' &amp;gt;&amp;gt; /etc/hosts.correct
\cp -p /etc/hosts /etc/hosts.broken
\cp -p /etc/hosts.correct /etc/hosts
&lt;/PRE&gt;

&lt;P&gt;Output of /etc/hosts&lt;/P&gt;

&lt;PRE&gt;
127.0.0.1 localhost localhost.localdomain
a.b.c.d   hostname.domain hostname
&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 May 2014 09:47:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/event-shows-repeatedly-in-splunkd-log/m-p/87673#M18205</guid>
      <dc:creator>ncsantucci</dc:creator>
      <dc:date>2014-05-23T09:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: event shows repeatedly in splunkd.log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/event-shows-repeatedly-in-splunkd-log/m-p/87674#M18206</link>
      <description>&lt;P&gt;is your Cluster master 6.3x or 6.4x by any chance? we had same issue from Search heads when indexer discovery is enabled. if yes, this is a bug which is fixed in 6.4.4 ownwards&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 23:09:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/event-shows-repeatedly-in-splunkd-log/m-p/87674#M18206</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2016-10-07T23:09:55Z</dc:date>
    </item>
  </channel>
</rss>

