Splunk Search

how to Enable automatic header-based field extraction

Tridi123
New Member

Hi, I want to enable automatic field extraction from header. My file looks like this format

emp|age|place

12345|28|india
234567|24|UK

how can i configure my prop.conf amd transform.conf file for this.I studied getting data manual but seems not woking for me. Can u assit me by giving me the code detail.

To turn on automatic header-based field extraction for a source or source type,
add CHECK_FOR_HEADER=TRUE
then
[deatils]--------------sourcetype
CHECK_FOR_HEADER=TRUE
after that i am not understading the code Can any one provide me the detail process.

Tags (1)
0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

I prefer to use props and transforms differently to do these extractions. This will make it so you dont have to have headers in the file. Try this:

Props.conf
[deatils]
REPORT-ext = deatils_fields

Transforms.conf
[deatils_fields]
DELIM = "|"
FIELDS = "emp", "age", "place"
0 Karma

Tridi123
New Member

thanks for ur information

0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

Per http://docs.splunk.com/Documentation/Splunk/latest/admin/Propsconf, it's just away to call the transforms stanza. REPORT, EXTRACT, and TRANSFORMS are all valid there.

0 Karma

Tridi123
New Member

hi
Thanks for ur response.But Report-ext is any splunk defined variable or we r using for calling transform.conf in Props.conf

0 Karma
Get Updates on the Splunk Community!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...