Hi,
I am using below props file for CSV but data is not getting indexed or sent into Splunk. Need help in updating props
[data_csv]
DATETIME_CONFIG =
INDEXED_EXTRACTIONS = csv
HEADER_MODE = firstline
KV_MODE = none
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
PREAMBLE_REGEX = ^\tDate
FIELD_NAMES = [SiteID,Domain,TotalRequests,SavedRequests,TotalBytes,SavedBytes,HitTime,BitsPerSecond,Human requests per second,Bot requests per second,Blocked requests per second,BlockedRequests]
Below is data from CSV
SiteID Domain TotalRequests SavedRequests TotalBytes SavedBytes HitTime BitsPerSecond Human requests per second Bot requests per second Blocked requests per second BlockedRequests
1001602 yahoo.com 0 0 0 0
1028875 yahoo2.com 0 0 0 0
1033027 yahoo1.com 3088 656 52976733 23001447 10/12/16 0:00 963 0 0 0 0
1033027 yahoo.com 10/12/16 0:10 1350 0 0 0 0
... View more