Hi,
I'm trying to process a ".log" file on a Windows server, and Splunk keeps ignoring it, stating that it's a binary file.
    02-26-2016 09:26:54.574 -0500 WARN  FileClassifierManager - The file 'C:\Temp\w32tmdebug.log' is invalid. Reason: binary
    02-26-2016 09:26:54.574 -0500 INFO  TailReader - Ignoring file 'C:\Temp\w32tmdebug.log' due to: binary
I am able to open the file using notepad,  so I'm not sure why Splunk thinks it's binary.  I also tried adding "NO_BINARY_CHECK" but that didn't work either.  My inputs is below.  Any suggestions?
    [monitor://C:\Temp\w32tmdebug.log]
    disabled = false
    followTail = 0
    index = main
    sourcetype = ntpdebug_log
    ignoreOlderThan = 2d
    NO_BINARY_CHECK = true
                       
                           
                       
                     ↧