<?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: troubleshoot in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/633030#M108387</link>
    <description>&lt;P&gt;That fits the original regex (I'm assuming "Filelog" in the original is a typo).&lt;/P&gt;&lt;P&gt;Have you checked the logs to see if Splunk is reporting any errors accessing the files?&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2023 15:58:55 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-03-02T15:58:55Z</dc:date>
    <item>
      <title>Troubleshooting- Why is the data only coming from 3 files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/632811#M108378</link>
      <description>&lt;P&gt;Hello Splunkers !!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have 5 file paths which we are monitoring&lt;/P&gt;
&lt;P&gt;D01A01023(Z+01) -- Data is not coming&lt;BR /&gt;D01A02023(Z+01) -- Data is coming fine&lt;BR /&gt;D01A03023(Z+01) -- Data is not coming&lt;BR /&gt;D01A04023(Z+01) -- Data is coming fine&lt;BR /&gt;D01A05023(Z+01) -- Data is coming fine&lt;/P&gt;
&lt;P&gt;We have data similar files and logs patterns are same for all the files but even after that logs are coming to Splunk only from 3 files not all the files.&lt;/P&gt;
&lt;P&gt;In that I have checked inputs.conf, props.conf &amp;amp; transforms.conf all are fine. But Still I am figuring out what more I need to check to troubleshoot this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 18:33:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/632811#M108378</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-01T18:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: troubleshoot</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/632816#M108379</link>
      <description>&lt;P&gt;Please share the inputs.conf stanzas for the 5 file paths.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 16:48:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/632816#M108379</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-03-01T16:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: troubleshoot</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/632817#M108380</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;[monitor://c:\Filelog\*.log]&lt;BR /&gt;whitelist = [\/\\]D[0-9]{2}A[0-9]{5}\(Z(?:\+|\-)[0-9]{2}\).log$&lt;BR /&gt;disabled = false&lt;BR /&gt;index = abc&lt;BR /&gt;sourcetype = abc_logs&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 16:50:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/632817#M108380</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-01T16:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: troubleshoot</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/632838#M108381</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;To add crcSalt = &amp;lt;source&amp;gt; can resolve the issue ?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 17:42:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/632838#M108381</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-01T17:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: troubleshoot</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/633001#M108382</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;crcSalt=&amp;lt;SOURCE&amp;gt;&lt;/FONT&gt; can help prevent re-indexing of a file that has been renamed, but won't help with files that aren't indexed at all.&lt;/P&gt;&lt;P&gt;The regex in the whitelist doesn't match the file names in the OP.&amp;nbsp; For starters, none of the file names in with ".log".&amp;nbsp; This regex matches the example names, according to regex101.com&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;D[0-9]{2}A[0-9]{5}\(Z[+-][0-9]{2}\)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 13:46:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/633001#M108382</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-03-02T13:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting- Why is the data only coming from 3 files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/633007#M108383</link>
      <description>&lt;P&gt;Check the output from&lt;/P&gt;&lt;PRE&gt;splunk list monitor&lt;/PRE&gt;&lt;P&gt;and&lt;/P&gt;&lt;PRE&gt;splunk list inputstatus&lt;/PRE&gt;&lt;P&gt;on the splunk component monitoring the files&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 14:22:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/633007#M108383</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-03-02T14:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: troubleshoot</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/633017#M108385</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;C:\\Firelog\D01A01023(Z+01).log&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That is the complete log path of one of the log&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 14:56:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/633017#M108385</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-02T14:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: troubleshoot</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/633030#M108387</link>
      <description>&lt;P&gt;That fits the original regex (I'm assuming "Filelog" in the original is a typo).&lt;/P&gt;&lt;P&gt;Have you checked the logs to see if Splunk is reporting any errors accessing the files?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 15:58:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Troubleshooting-Why-is-the-data-only-coming-from-3-files/m-p/633030#M108387</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-03-02T15:58:55Z</dc:date>
    </item>
  </channel>
</rss>

