<?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 Splunk not indexing text file in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-indexing-text-file/m-p/546749#M91045</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi all, i have a simple splunk app that monitors a folder&amp;nbsp;and indexes a text file that is overwritten every hour. It works fine. Then all of a sudden, it just stops indexing, even as new files are created. Below are my configs. Any suggestion is appreciated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;inputs.conf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="monitor://E" target="_blank" rel="noopener noreferrer"&gt;monitor://E&lt;/A&gt;&lt;SPAN&gt;:\Splunk\ccure\AllSites\*.txt]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sourcetype = ccure:allsite:csv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;index = security&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="monitor://E" target="_blank" rel="noopener noreferrer"&gt;monitor://E&lt;/A&gt;&lt;SPAN&gt;:\Splunk\ccure\Forced_Held\*.txt]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sourcetype = ccure:door_csv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;index = security&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;props.conf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ccure:allsite:csv]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SHOULD_LINEMERGE=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NO_BINARY_CHECK=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CHARSET=UTF-8&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INDEXED_EXTRACTIONS=csv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;KV_MODE=none&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;category=Structured&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;disabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pulldown_type=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CHECK_METHOD=modtime&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[ccure:door_csv]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SHOULD_LINEMERGE=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NO_BINARY_CHECK=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CHARSET=UTF-8&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LINE_BREAKER=([\r\n]+)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MAX_TIMESTAMP_LOOKAHEAD=180&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;disabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CHECK_METHOD=modtime&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SEDCMD-crop_extra_line=s/(?!match)Door Forced Report - InfoSec(?!match)($|([\r\n]+))//g&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TRANSFORMS-set=setnull&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Apr 2021 19:53:04 GMT</pubDate>
    <dc:creator>osasfrancis</dc:creator>
    <dc:date>2021-04-05T19:53:04Z</dc:date>
    <item>
      <title>Splunk not indexing text file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-indexing-text-file/m-p/546749#M91045</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi all, i have a simple splunk app that monitors a folder&amp;nbsp;and indexes a text file that is overwritten every hour. It works fine. Then all of a sudden, it just stops indexing, even as new files are created. Below are my configs. Any suggestion is appreciated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;inputs.conf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="monitor://E" target="_blank" rel="noopener noreferrer"&gt;monitor://E&lt;/A&gt;&lt;SPAN&gt;:\Splunk\ccure\AllSites\*.txt]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sourcetype = ccure:allsite:csv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;index = security&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="monitor://E" target="_blank" rel="noopener noreferrer"&gt;monitor://E&lt;/A&gt;&lt;SPAN&gt;:\Splunk\ccure\Forced_Held\*.txt]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sourcetype = ccure:door_csv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;index = security&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;props.conf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ccure:allsite:csv]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SHOULD_LINEMERGE=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NO_BINARY_CHECK=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CHARSET=UTF-8&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INDEXED_EXTRACTIONS=csv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;KV_MODE=none&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;category=Structured&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;disabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pulldown_type=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CHECK_METHOD=modtime&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[ccure:door_csv]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SHOULD_LINEMERGE=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NO_BINARY_CHECK=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CHARSET=UTF-8&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LINE_BREAKER=([\r\n]+)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MAX_TIMESTAMP_LOOKAHEAD=180&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;disabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CHECK_METHOD=modtime&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SEDCMD-crop_extra_line=s/(?!match)Door Forced Report - InfoSec(?!match)($|([\r\n]+))//g&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TRANSFORMS-set=setnull&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 19:53:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-indexing-text-file/m-p/546749#M91045</guid>
      <dc:creator>osasfrancis</dc:creator>
      <dc:date>2021-04-05T19:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not indexing text file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-indexing-text-file/m-p/546803#M91050</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/61473"&gt;@osasfrancis&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;when did indexing stop?&lt;BR /&gt;if it happened from the 1st of the month, you should check the date format, because if it is in European format (dd / mm / yyyy) and you have not defined the TIME_FORMAT, Splunk interprets it with the American format (mm / dd / yyyy) .&lt;BR /&gt;The problem will be solved automatically from the 13th until the end of the month because there will be no more ambiguity.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 06:48:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-indexing-text-file/m-p/546803#M91050</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-04-06T06:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not indexing text file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-indexing-text-file/m-p/546901#M91063</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your response. It stopped indexing 4/3/2021. And since then, the text file has been overwritten every hour with new contents, but for some reason, it is just not picking up the updated file. Also, the program creating the text file does not have the ability to give the file a new name everytime it generates it.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 17:30:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-indexing-text-file/m-p/546901#M91063</guid>
      <dc:creator>osasfrancis</dc:creator>
      <dc:date>2021-04-06T17:30:58Z</dc:date>
    </item>
  </channel>
</rss>

