I am monitoring a directory with 101 csv file with the same format but I am having only 49 of them indexed. When I start up the splunk I get warn message from TailReader - Could not send data to output queue (parsingqueue), retrying.... Sample of csv files: Timestamp,Value (%) 21-Sep-20 6:38:00 AM BRT,0.0 21-Sep-20 6:39:00 AM BRT,0.0 21-Sep-20 6:40:00 AM BRT,0.0 21-Sep-20 6:41:00 AM BRT,0.0 21-Sep-20 6:42:00 AM BRT,0.0 21-Sep-20 6:43:00 AM BRT,0.0 21-Sep-20 6:44:00 AM BRT,0.0 21-Sep-20 6:45:00 AM BRT,0.0 21-Sep-20 6:46:00 AM BRT,0.0 21-Sep-20 6:47:01 AM BRT,0.0 Timestamp,Value (%) 21-Sep-20 6:38:00 AM BRT,0.0 21-Sep-20 6:39:00 AM BRT,0.0 21-Sep-20 6:40:00 AM BRT,0.0 21-Sep-20 6:41:00 AM BRT,0.0 21-Sep-20 6:42:00 AM BRT,0.0 21-Sep-20 6:43:00 AM BRT,0.0 21-Sep-20 6:44:00 AM BRT,0.0 21-Sep-20 6:45:00 AM BRT,0.0 21-Sep-20 6:46:00 AM BRT,0.0 21-Sep-20 6:47:01 AM BRT,0.0 [porto_file_csv] BREAK_ONLY_BEFORE_DATE = DATETIME_CONFIG = HEADER_FIELD_LINE_NUMBER = 13 INDEXED_EXTRACTIONS = csv KV_MODE = none LINE_BREAKER = ([\r\n]+) NO_BINARY_CHECK = true SHOULD_LINEMERGE = false category = Structured description = Comma-separated value format. Set header and other settings in "Delimited Settings" disabled = false pulldown_type = true EXTRACT-Chiller,Variavel = /opt/POC_Chiller/POC_(?P<Chiller>CH\d)_(?P<Variavel>\w+) in source REPORT-poc_porto = REPORT-poc_porto [monitor:///opt/POC_Chiller] disabled = false host = test4 index = test_porto sourcetype = porto_file_csv Note: I also have tried to monitor the files with default csv sourcetype and again it didn't work. Any help, would very appreciated! Marcos Pereira
... View more