<?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: File can't be indexed in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380497#M93918</link>
    <description>&lt;P&gt;Are you sure it did't get indexed?  It it has an offset it did read it earlier.&lt;BR /&gt;
Could there be something wrong with the timestamp in you logfile? (try searching way back "all Time" , but also in the future "now &amp;gt; +20y" &lt;/P&gt;

&lt;P&gt;If there are timestamp issues, it also could have been deleted imidiatly if it is oudsite your accepted timerange&lt;/P&gt;</description>
    <pubDate>Fri, 09 Nov 2018 12:20:12 GMT</pubDate>
    <dc:creator>teunlaan</dc:creator>
    <dc:date>2018-11-09T12:20:12Z</dc:date>
    <item>
      <title>File can't be indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380491#M93912</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;I have on file (&lt;STRONG&gt;is the picture&lt;/STRONG&gt;) that are unable to catch and index&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6061iEDBF515EEF5B4727/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;i have this configuration in my input.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://D:\eo\contLive\logs\job*.log]
sourcetype = progress:inter
index = progress
crcSalt = &amp;lt;SOURCE&amp;gt;
disabled = false

[monitor://D:\eo\contLive\logs\*.log]
sourcetype = progress:contlive
index = progress
disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;the source type progress:inter have been created in a specific TA (bellow the props.conf)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ progress:inter ]
SHOULD_LINEMERGE=false
NO_BINARY_CHECK=true
CHARSET=UTF-8
REPORT-intervention-status=REPORT-intervention-status
category=Structured
disabled=false
TIME_FORMAT=%d/%m/%Y %H:%M:%S.%3N
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;i already try to do only this input  and the specific file (jobstatus.log) is not indexed &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   [monitor://D:\eo\contLive\logs\*.log]
    sourcetype = progress:contlive
    index = progress
    disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Many thanks for your help&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 15:38:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380491#M93912</guid>
      <dc:creator>serviceinfrastr</dc:creator>
      <dc:date>2018-11-08T15:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: File can't be indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380492#M93913</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;did you check the permissions on the file? This stanza [monitor://D:\eo\contLive\logs\*.log] should catch all files ending with .log. If you want job*.log with a different sourcetype try this inputs.conf
[monitor://D:\eo\contLive\logs\*.log]
 sourcetype = progress:contlive
 index = progress
 disabled = false
blacklist = job[\d\w]+\.log$

[monitor://D:\eo\contLive\logs\job*.log]
 sourcetype = progress:inter
 index = progress
 crcSalt = &amp;lt;SOURCE&amp;gt;
 disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Nov 2018 16:44:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380492#M93913</guid>
      <dc:creator>Rob2520</dc:creator>
      <dc:date>2018-11-08T16:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: File can't be indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380493#M93914</link>
      <description>&lt;P&gt;Thanks @Rob2520 for your reply.&lt;/P&gt;

&lt;P&gt;I have the same problem with the blacklist setting.&lt;/P&gt;

&lt;P&gt;For the permission it's the same than others files (windows server, all the folder files permissions are herited)&lt;/P&gt;

&lt;P&gt;All also try to copy this file in job2.log to check if the problem was from the quick usage of the file by my application but the job2.log was also not indexing.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 07:37:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380493#M93914</guid>
      <dc:creator>serviceinfrastr</dc:creator>
      <dc:date>2018-11-09T07:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: File can't be indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380494#M93915</link>
      <description>&lt;P&gt;from this host, do you receive other logs fine? was the UF newly installed? &lt;BR /&gt;
when the UF last communicated with the DS? &lt;BR /&gt;
when you did the app push from DS to this UF, was it successfull?!?!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 07:51:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380494#M93915</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-11-09T07:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: File can't be indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380495#M93916</link>
      <description>&lt;P&gt;Hi @iventsekar&lt;/P&gt;

&lt;P&gt;Y receive fine other log :&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://image.noelshack.com/fichiers/2018/45/5/1541750340-capture.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;The UF was in 6.6.4 i just update to the last one v7.2.0 but the problem is the same&lt;/P&gt;

&lt;P&gt;The last connection was "Few seconds" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
all the modification done to the DS (input.conf) was sucessful pushed to the UF&lt;/P&gt;

&lt;P&gt;In the splunkd.log on the UF log i can see that my config was googd and the file was found.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;11-09-2018 08:43:31.448 +0100 INFO  WatchedFile - Will begin reading at offset=5934250 for file='D:\eo\contLive\logs\jobStatus.log'.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but not indexed ...&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 08:03:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380495#M93916</guid>
      <dc:creator>serviceinfrastr</dc:creator>
      <dc:date>2018-11-09T08:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: File can't be indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380496#M93917</link>
      <description>&lt;P&gt;by looking at your props.conf, that jobStatus.log is looks like a simple/normal file.&lt;BR /&gt;
maybe, try this.. simply remove the props.conf and see if the file gets ingested. &lt;BR /&gt;
then, write the props.conf file line by line(after understanding each line's meaning)&lt;/P&gt;

&lt;P&gt;we also had a similar issue. we did this above method and it worked fine.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 09:10:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380496#M93917</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-11-09T09:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: File can't be indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380497#M93918</link>
      <description>&lt;P&gt;Are you sure it did't get indexed?  It it has an offset it did read it earlier.&lt;BR /&gt;
Could there be something wrong with the timestamp in you logfile? (try searching way back "all Time" , but also in the future "now &amp;gt; +20y" &lt;/P&gt;

&lt;P&gt;If there are timestamp issues, it also could have been deleted imidiatly if it is oudsite your accepted timerange&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 12:20:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380497#M93918</guid>
      <dc:creator>teunlaan</dc:creator>
      <dc:date>2018-11-09T12:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: File can't be indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380498#M93919</link>
      <description>&lt;P&gt;Hi @teunlaan &lt;BR /&gt;
Your right !!!&lt;/P&gt;

&lt;P&gt;My event was timestamped in september &lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://image.noelshack.com/fichiers/2018/45/5/1541768409-capture.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;But the correct date is today 09 November, French and Us time missmatch&lt;/P&gt;

&lt;P&gt;are there any solution to correct this ?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 13:01:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380498#M93919</guid>
      <dc:creator>serviceinfrastr</dc:creator>
      <dc:date>2018-11-09T13:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: File can't be indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380499#M93920</link>
      <description>&lt;P&gt;hmmm , your time_format in looks ok .&lt;/P&gt;

&lt;P&gt;Have you tried it to insert it with the GUI (add data) , to see if it recognizes the timestamp correctly?&lt;BR /&gt;
I guess the problem is the  " | "  that is connected with the time&lt;/P&gt;

&lt;P&gt;(@ this moment I don't have access to a machine too do some test, sorry) &lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 15:12:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380499#M93920</guid>
      <dc:creator>teunlaan</dc:creator>
      <dc:date>2018-11-09T15:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: File can't be indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380500#M93921</link>
      <description>&lt;P&gt;Sounds like your TIME_FORMAT setting is not being applied (as that setting does seem to have the correct format). Instead, Splunk takes a guess, and mixes up days and months.&lt;/P&gt;

&lt;P&gt;Where have you deployed the props.conf? If you ingest using a UF, the props needs to be on your indexer, to apply that TIME_FORMAT setting.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 15:31:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380500#M93921</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-11-09T15:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: File can't be indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380501#M93922</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;All was correct with &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ progress:inter ]
SHOULD_LINEMERGE=true
disabled=false
TZ=Europe/Paris
TIME_FORMAT=%d/%m/%Y %H:%M:%S.%3N
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Nov 2018 15:08:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380501#M93922</guid>
      <dc:creator>serviceinfrastr</dc:creator>
      <dc:date>2018-11-12T15:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: File can't be indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380502#M93923</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I have a strange issue.&lt;/P&gt;

&lt;P&gt;Since the 01 december 2018 the date format is not recognize.&lt;/P&gt;

&lt;P&gt;My source in input.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://D:\eo\contLive\logs\job*.log]
sourcetype = progress:inter
index = progress
crcSalt = &amp;lt;SOURCE&amp;gt;
disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The TA of my progress:inter in the props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ progress:inter ]
SHOULD_LINEMERGE=true
disabled=false
TZ=Europe/Paris
TIME_FORMAT=%d/%m/%Y %H:%M:%S.%3N
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And the &lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://www.noelshack.com/2018-50-1-1544446475-recherche-splunk-6-6-3-google-chrome-2018-12-10-13-53-53.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;the date Month and day is not the good one.&lt;/P&gt;

&lt;P&gt;10 December is 12 October&lt;/P&gt;

&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 12:55:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/File-can-t-be-indexed/m-p/380502#M93923</guid>
      <dc:creator>serviceinfrastr</dc:creator>
      <dc:date>2018-12-10T12:55:42Z</dc:date>
    </item>
  </channel>
</rss>

