Hi:
How do I create a field based on header on a csv file. The header is different for each file that I am trying to index.
So far I have done the following on props.conf but with no success:
[sourcetype]
SHOULD_LINEMERGE = False
pulldown_type = true
INDEXED_EXTRACTIONS = csv
CHECK_FOR_HEADER = true
KV_MODE = none
category = Structured
Is there something that I am missing.
Please let me know.
Thanks,
Mohammed Mohiuddin
You need to put this file on all the forwarders that are sending this data and YES, even though they are NOT Heavy Forwarders. Then restart each Splunk instance on the forwarders.
You need to put this file on all the forwarders that are sending this data and YES, even though they are NOT Heavy Forwarders. Then restart each Splunk instance on the forwarders.
Thanks Woodcock,
Your suggestion worked.
And here is the reason why it needs to be on the universal forwarder:
When you forward structured data to an indexer, Splunk Enterprise does not parse this data once it arrives at the indexer, even if you have configured props.conf on that indexer with INDEXED_EXTRACTIONS.