I have set up a directory on a Windows system to be monitored by a UF. Two csv files are created every night and are getting indexed. However, the timestamp is the time the file is created, not the time that is in the "Timestamp Fields" parameter.
The first line of my csv file is -
Event,Door,Side,First name,Last name,Picture,Credential,Supplemental credential,Event timestamp,Credential code,Card format
Event timestamp is in this format 4/15/2017 3:45:15 PM
The defined parameters under source type are Catagory - Structured, Indexed Extractions -csv, Extraction - Advanced, Timestamp fields
- Event timestamp. All others are set to default.
props.conf contains -
[logs]
category = Structured
pulldown_type = 1
DATETIME_CONFIG =
HEADER_FIELD_LINE_NUMBER =
INDEXED_EXTRACTIONS = csv
NO_BINARY_CHECK = true
TIMESTAMP_FIELDS = Event timestamp
description = Door log
disabled = false
FIELD_QUOTE = '
The second problem is that not all lines of the file not be indexed. I cannot find any parameter that would restrict the size of a file to be indexed.
... View more