<?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: Some files are not being indexed in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Some-files-are-not-being-indexed/m-p/326986#M60748</link>
    <description>&lt;P&gt;check your splunkd log in &lt;STRONG&gt;&lt;EM&gt;splunkhome/var/log/splunk/&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;
for example&lt;BR /&gt;
if you are looking file abc.txt then &lt;BR /&gt;
cat splunkd.log | grep -i "abc.txt" &lt;/P&gt;

&lt;P&gt;you will get the error message if not you will see the following entry [addingwatcher] that means file has been watched you will soon see the file contents on your search head&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2017 12:02:15 GMT</pubDate>
    <dc:creator>kannu</dc:creator>
    <dc:date>2017-10-27T12:02:15Z</dc:date>
    <item>
      <title>Some files are not being indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Some-files-are-not-being-indexed/m-p/326982#M60744</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I configured inputs.conf to monitor a directory. All the files in the directory were not ingested to Splunk. Some XML files are being missed. I don't see any errors in the _internal logs.  Can you please let me know if I'm missing any property in my configuration file? &lt;/P&gt;

&lt;P&gt;my sample inputs.conf&lt;/P&gt;

&lt;P&gt;index=test&lt;BR /&gt;
sourcetype=test&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 05:02:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Some-files-are-not-being-indexed/m-p/326982#M60744</guid>
      <dc:creator>cchange</dc:creator>
      <dc:date>2017-10-26T05:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Some files are not being indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Some-files-are-not-being-indexed/m-p/326983#M60745</link>
      <description>&lt;P&gt;Hi cchange,&lt;BR /&gt;
could you share your inputs.conf and the pathnames of your target files?&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 06:57:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Some-files-are-not-being-indexed/m-p/326983#M60745</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-10-26T06:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Some files are not being indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Some-files-are-not-being-indexed/m-p/326984#M60746</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;

&lt;P&gt;It look like this.&lt;/P&gt;

&lt;P&gt;monitor:\\directory&lt;BR /&gt;
index=test&lt;BR /&gt;
sourcetype=test1&lt;BR /&gt;
disabled=0&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 18:26:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Some-files-are-not-being-indexed/m-p/326984#M60746</guid>
      <dc:creator>cchange</dc:creator>
      <dc:date>2017-10-26T18:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Some files are not being indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Some-files-are-not-being-indexed/m-p/326985#M60747</link>
      <description>&lt;P&gt;Hi cchange,&lt;BR /&gt;
there are some errors, you should have esomething like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\directory\myfile.txt]
index=test
sourcetype=test1
disabled=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;remember that the first two slashes are fixed, in unix you have another one slash, instead in Windows you have the full path (with drive) of the files to monitor; you can also use *.&lt;BR /&gt;
For more information see &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/Getstartedwithgettingdatain"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/Getstartedwithgettingdatain&lt;/A&gt; .&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 10:51:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Some-files-are-not-being-indexed/m-p/326985#M60747</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-10-27T10:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Some files are not being indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Some-files-are-not-being-indexed/m-p/326986#M60748</link>
      <description>&lt;P&gt;check your splunkd log in &lt;STRONG&gt;&lt;EM&gt;splunkhome/var/log/splunk/&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;
for example&lt;BR /&gt;
if you are looking file abc.txt then &lt;BR /&gt;
cat splunkd.log | grep -i "abc.txt" &lt;/P&gt;

&lt;P&gt;you will get the error message if not you will see the following entry [addingwatcher] that means file has been watched you will soon see the file contents on your search head&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 12:02:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Some-files-are-not-being-indexed/m-p/326986#M60748</guid>
      <dc:creator>kannu</dc:creator>
      <dc:date>2017-10-27T12:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Some files are not being indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Some-files-are-not-being-indexed/m-p/326987#M60749</link>
      <description>&lt;P&gt;I added crcSalt =   and missing files were ingested successfully.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Nov 2017 22:44:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Some-files-are-not-being-indexed/m-p/326987#M60749</guid>
      <dc:creator>cchange</dc:creator>
      <dc:date>2017-11-12T22:44:39Z</dc:date>
    </item>
  </channel>
</rss>

