<?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: Showing warn message in index=_internal logs . Missiing some logs from forwarders in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338678#M92734</link>
    <description>&lt;P&gt;Maybe sharing your inputs.conf for this monitor input and the output of &lt;CODE&gt;ls -alrt /apps/logs&lt;/CODE&gt; would be helpful in making progress towards a resolution.&lt;BR /&gt;
The error message contains "&lt;STRONG&gt;(hint:No such file or directory )&lt;/STRONG&gt;" and there has to be a reason for that.&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2017 17:04:15 GMT</pubDate>
    <dc:creator>s2_splunk</dc:creator>
    <dc:date>2017-07-31T17:04:15Z</dc:date>
    <item>
      <title>Showing warn message in index=_internal logs . Missiing some logs from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338668#M92724</link>
      <description>&lt;P&gt;In the internal logs showing a warn message as below for particular servers. Is below are the reasons for missing some logs. If so how to troubleshoot this ?&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;WARN TailingProcessor Insufficient Permissions to read . file /apps/logs/application.log.2017-2-2-44.log (hint:No such file or directory ).&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;2 . Info Thruputsprocessor the current maxkbps reached to max. Try to increase the maxkbps in limits.conf.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 13:42:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338668#M92724</guid>
      <dc:creator>arunsony</dc:creator>
      <dc:date>2017-07-31T13:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Showing warn message in index=_internal logs . Missiing some logs from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338669#M92725</link>
      <description>&lt;P&gt;HI arunsony,&lt;BR /&gt;
first message is related to grants to access files in the target server, to monitor your file, you have to give to splunk additional grants.&lt;BR /&gt;
the second one is related to a parameter to limit the thruput of Universal Forwarders and Heavy Forwarders towards the indexer.&lt;/P&gt;

&lt;P&gt;from &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.2/Admin/Limitsconf"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.2/Admin/Limitsconf&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[thruput]
    maxKBps = &amp;lt;integer&amp;gt;
    * If specified and not zero, this limits the speed through the thruput processor in the ingestion pipeline to the specified rate in kilobytes per second.
    * To control the CPU load while indexing, use this to throttle the number of events this indexer processes to the rate (in KBps) you specify.
    * Note that this limit will be applied per ingestion pipeline. For more information about multiple ingestion pipelines see 
      parallelIngestionPipelines in the server.conf.spec file.
    * With N parallel ingestion pipelines the thruput limit across all of the ingestion pipelines will be N * maxKBps.
    * Default: 0 (unlimited)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Anyway, you don't lose logs for the maxKBps issue, you only receive logs slower, instead you don't ingest logs for the first problem.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 14:52:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338669#M92725</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-07-31T14:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Showing warn message in index=_internal logs . Missiing some logs from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338670#M92726</link>
      <description>&lt;P&gt;You need to do a &lt;CODE&gt;chmod g+r&lt;/CODE&gt; on those files and make sure that the user that is running the splunk process is a member of the group that the user is that owns the files.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 14:52:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338670#M92726</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-31T14:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Showing warn message in index=_internal logs . Missiing some logs from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338671#M92727</link>
      <description>&lt;P&gt;All the permissions are there for the file and directory. But still missing few logs .&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 15:23:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338671#M92727</guid>
      <dc:creator>arunsony</dc:creator>
      <dc:date>2017-07-31T15:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Showing warn message in index=_internal logs . Missiing some logs from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338672#M92728</link>
      <description>&lt;P&gt;The text "Insufficient Permissions to read" is quite conclusive.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 15:35:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338672#M92728</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-31T15:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Showing warn message in index=_internal logs . Missiing some logs from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338673#M92729</link>
      <description>&lt;P&gt;Where can we the see whether the logs are missing or not in splunk ?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 15:43:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338673#M92729</guid>
      <dc:creator>arunsony</dc:creator>
      <dc:date>2017-07-31T15:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Showing warn message in index=_internal logs . Missiing some logs from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338674#M92730</link>
      <description>&lt;P&gt;index=* source="*application.log.2017-2-2-44.log" | stats count by source&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 15:58:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338674#M92730</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-31T15:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Showing warn message in index=_internal logs . Missiing some logs from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338675#M92731</link>
      <description>&lt;P&gt;Actually on the server there are 4 logs but splunk is showing only 2 logs. where can we confirm in splunk about the missing logs ?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 16:01:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338675#M92731</guid>
      <dc:creator>arunsony</dc:creator>
      <dc:date>2017-07-31T16:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Showing warn message in index=_internal logs . Missiing some logs from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338676#M92732</link>
      <description>&lt;P&gt;I don't understand why you need confirmation; the log is crystal clear.  Splunk can see the log (enter the directory) but it cannot read it. If it cannot read it, of course the source's data will not be in Splunk.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 16:14:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338676#M92732</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-31T16:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Showing warn message in index=_internal logs . Missiing some logs from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338677#M92733</link>
      <description>&lt;P&gt;Even after giving complete permissions also seeing the same warn message. What could be the problem ?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 16:31:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338677#M92733</guid>
      <dc:creator>arunsony</dc:creator>
      <dc:date>2017-07-31T16:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Showing warn message in index=_internal logs . Missiing some logs from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338678#M92734</link>
      <description>&lt;P&gt;Maybe sharing your inputs.conf for this monitor input and the output of &lt;CODE&gt;ls -alrt /apps/logs&lt;/CODE&gt; would be helpful in making progress towards a resolution.&lt;BR /&gt;
The error message contains "&lt;STRONG&gt;(hint:No such file or directory )&lt;/STRONG&gt;" and there has to be a reason for that.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 17:04:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338678#M92734</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-07-31T17:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Showing warn message in index=_internal logs . Missiing some logs from forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338679#M92735</link>
      <description>&lt;P&gt;Maybe you are looking at old errors?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 17:39:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-warn-message-in-index-internal-logs-Missiing-some-logs/m-p/338679#M92735</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-31T17:39:05Z</dc:date>
    </item>
  </channel>
</rss>

