<?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 Why am I receiving this error: Skipping itemPath, does not match path.... in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-this-error-Skipping-itemPath-does-not-match/m-p/502358#M85591</link>
    <description>&lt;P&gt;I've recently been running into issues with Splunk not ingesting files, both on universal and heavy forwarders. The example here is a UF on a Windows server. In this example, I'm trying to ingest &lt;CODE&gt;\\path\to\file.csv&lt;/CODE&gt;, and the error I get is:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;DEBUG TailingProcessor - Skipping itemPath='E:\path\to\some\other\file.txt, does not match path='\\path\to\file.csv' :Not a directory :Not a symlink&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;My input looks like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[monitor://\\\\path\to\file.csv]
index = myindex
sourcetype = mysourcetype
initCrcLength = 512
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also, I had to turn on debug logging in log.cfg to even see these errors. Otherwise there were no errors at all.&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 15:56:54 GMT</pubDate>
    <dc:creator>ehowardl3</dc:creator>
    <dc:date>2022-03-30T15:56:54Z</dc:date>
    <item>
      <title>Why am I receiving this error: Skipping itemPath, does not match path....</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-this-error-Skipping-itemPath-does-not-match/m-p/502358#M85591</link>
      <description>&lt;P&gt;I've recently been running into issues with Splunk not ingesting files, both on universal and heavy forwarders. The example here is a UF on a Windows server. In this example, I'm trying to ingest &lt;CODE&gt;\\path\to\file.csv&lt;/CODE&gt;, and the error I get is:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;DEBUG TailingProcessor - Skipping itemPath='E:\path\to\some\other\file.txt, does not match path='\\path\to\file.csv' :Not a directory :Not a symlink&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;My input looks like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[monitor://\\\\path\to\file.csv]
index = myindex
sourcetype = mysourcetype
initCrcLength = 512
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also, I had to turn on debug logging in log.cfg to even see these errors. Otherwise there were no errors at all.&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 15:56:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-this-error-Skipping-itemPath-does-not-match/m-p/502358#M85591</guid>
      <dc:creator>ehowardl3</dc:creator>
      <dc:date>2022-03-30T15:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Skipping itemPath, does not match path....</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-this-error-Skipping-itemPath-does-not-match/m-p/519387#M87829</link>
      <description>&lt;P&gt;Hi, I am getting the same error on a unix box.&amp;nbsp; Did you ever come to a conclusion?&amp;nbsp; The input works fine for exactly the same path on a different server.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 09:56:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-this-error-Skipping-itemPath-does-not-match/m-p/519387#M87829</guid>
      <dc:creator>timrich66</dc:creator>
      <dc:date>2020-09-14T09:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Skipping itemPath, does not match path....</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-this-error-Skipping-itemPath-does-not-match/m-p/522350#M88204</link>
      <description>&lt;P&gt;I have the same issue.&amp;nbsp;&lt;BR /&gt;Somebody know how to fix this??&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 19:35:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-this-error-Skipping-itemPath-does-not-match/m-p/522350#M88204</guid>
      <dc:creator>EUgalder</dc:creator>
      <dc:date>2020-09-30T19:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Skipping itemPath, does not match path....</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-this-error-Skipping-itemPath-does-not-match/m-p/591554#M103597</link>
      <description>&lt;P&gt;Same here, the UF was working fine on a Windows server than suddenly started to not ingest the file anymore. To see the error I had to put in debug mode the universal forwarder. The strange thing is that other files are still monitored and forwarded correctly.&lt;/P&gt;&lt;P&gt;I have even added&amp;nbsp;followSymlink=false and CHECK_METHOD=modtime&amp;nbsp;without any luck&lt;/P&gt;&lt;PRE&gt;#inputs.conf&lt;BR /&gt;[monitor://D:\path\to_*\file-*_*.csv]&lt;BR /&gt;disabled=0
index=myindex
sourcetype=mysourcetype
crcSalt = &amp;lt;SOURCE&amp;gt;&lt;BR /&gt;followSymlink=false&lt;/PRE&gt;&lt;PRE&gt;#props.conf&lt;BR /&gt;[source::D:\path\to_*\file-*_*.csv]
CHECK_METHOD=modtime&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 15:30:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-this-error-Skipping-itemPath-does-not-match/m-p/591554#M103597</guid>
      <dc:creator>edoardo_vicendo</dc:creator>
      <dc:date>2022-03-30T15:30:51Z</dc:date>
    </item>
  </channel>
</rss>

