Hi all, this is one sample I'm trying to extract in order to visualize them in table. But when I select a sample field 8/2/2018 and name it as date , the extracted fields only has one single value instead of 6 dates as I expected.
Date,Spam Detected,Malware Detected,Phishing Email,ATP Safe Links,ATP Safe Attachments,Total Mail Received
8/2/2018,66456,872,1046,3,6,328550
8/3/2018,99360,317,1593,1,2,370798
8/4/2018,81288,58,826,1,0,136444
8/5/2018,60885,75,625,0,0,109609
8/6/2018,59562,851,1595,0,24,344166
8/7/2018,55283,350,460,2,13,284023
This is my props.config:
[****_security]
INDEXED_EXTRACTIONS = csv
FIELD_DELIMITER=,
[source::/log/***/****/****_security_stat.csv/*/*/*]
sourcetype = ****_security
Does anyone know how to solve this problem? Thanks in advance!
... View more