<?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: LogFile Troubleshooting - read file issue in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/LogFile-Troubleshooting-read-file-issue/m-p/143111#M184998</link>
    <description>&lt;P&gt;I think I see it.&lt;/P&gt;

&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://D:\\Logfilelogs.csv]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 28 Jul 2014 19:25:57 GMT</pubDate>
    <dc:creator>derekarnold</dc:creator>
    <dc:date>2014-07-28T19:25:57Z</dc:date>
    <item>
      <title>LogFile Troubleshooting - read file issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/LogFile-Troubleshooting-read-file-issue/m-p/143108#M184995</link>
      <description>&lt;P&gt;I am working in a single node environment (indexer is also deployment-server)and I am having trouble determining why splunk will not index a log file of mine.  I set up the configurations in the serverclass.conf and white-listed a new server "server12".  This serverclass was already monitoring multiple other servers.  The same log file "D:\Logfile\logs.csv" is being monitored on each of the servers and can be seen in the logs coming from all servers except for "server12".  I also see other logs coming from "server12" but I do not see the "D:\Logfile\logs.csv" file.  &lt;/P&gt;

&lt;P&gt;'&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;My conclusions thus far:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Because I see logs coming from "server12" I know it is not a network/FW issue. And the permissions on the logfile are the same throughout each of the servers so Splunk has permission to read the file.  &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;My question&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;
Is there a simple way to troubleshoot this or does anyone know if I am missing anything in my configurations?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Running splunk version : Splunk 6.0 (build 182037)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2014 15:47:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/LogFile-Troubleshooting-read-file-issue/m-p/143108#M184995</guid>
      <dc:creator>JoeSco27</dc:creator>
      <dc:date>2014-07-15T15:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: LogFile Troubleshooting - read file issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/LogFile-Troubleshooting-read-file-issue/m-p/143109#M184996</link>
      <description>&lt;P&gt;Did you try restarting splunkd after the changes?&lt;BR /&gt;
Can you post your serverclass.conf and also your inputs.conf where you have defined monitor stanzas&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2014 16:36:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/LogFile-Troubleshooting-read-file-issue/m-p/143109#M184996</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-07-15T16:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: LogFile Troubleshooting - read file issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/LogFile-Troubleshooting-read-file-issue/m-p/143110#M184997</link>
      <description>&lt;P&gt;Yes, Splunkd and splunkweb were restarted along with a &lt;BR /&gt;
"splunk reload deploy-server"&lt;/P&gt;

&lt;P&gt;Serverclass:&lt;BR /&gt;
[serverClass:SC-admin]&lt;BR /&gt;
whitelist.0 = server1&lt;BR /&gt;
whitelist.1 = server2&lt;BR /&gt;
whitelist.2 = server3&lt;BR /&gt;
whitelist.3 = server4&lt;BR /&gt;
whitelist.4 = server5&lt;BR /&gt;
whitelist.5 = server6&lt;BR /&gt;
whitelist.6 = server7&lt;BR /&gt;
whitelist.7 = server8&lt;BR /&gt;
whitelist.8 = server9&lt;BR /&gt;
whitelist.9 = server12&lt;/P&gt;

&lt;P&gt;[serverClass:SC-admin:app:SC-loghistory-inputs]&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME$/etc/deployment-apps/SC-loghistory-inputs/local/inputs.conf &lt;/P&gt;

&lt;P&gt;[monitor://D:\Logfile\logs.csv]&lt;BR /&gt;
index = loghistory&lt;BR /&gt;
sourcetype = csv-2&lt;BR /&gt;
disabled = false&lt;BR /&gt;
crcSalt = &lt;SOURCE&gt;&lt;/SOURCE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2014 17:56:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/LogFile-Troubleshooting-read-file-issue/m-p/143110#M184997</guid>
      <dc:creator>JoeSco27</dc:creator>
      <dc:date>2014-07-15T17:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: LogFile Troubleshooting - read file issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/LogFile-Troubleshooting-read-file-issue/m-p/143111#M184998</link>
      <description>&lt;P&gt;I think I see it.&lt;/P&gt;

&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://D:\\Logfilelogs.csv]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Jul 2014 19:25:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/LogFile-Troubleshooting-read-file-issue/m-p/143111#M184998</guid>
      <dc:creator>derekarnold</dc:creator>
      <dc:date>2014-07-28T19:25:57Z</dc:date>
    </item>
  </channel>
</rss>

