Splunk Search

Extract data from text file without Headers

shilpi
New Member

I have a text with values separated by spaces.This file does not have any headers. I need to add headers to this file and use this file in splunk. I can not manually do that as I will be getting a similar file every 15 minutes daily. Is there any way to do it using field extraction or something else in splunk?

Tags (2)
0 Karma

lukejadamec
Super Champion

The inputs.conf file needs to be on the forwarder that is monitoring the log directory. The props.conf and transforms.conf should be in the splunk\etc\system\local\ directory of the indexer. If those files don’t exist, then create them – make sure they have a .conf extension and not a .conf.txt extension.
You may need to further refine the configs, but if so you’ll need to provide more information.

inputs.conf

[monitor://blankpathtofiledirectory]
disabled = false
index = default
sourcetype = yourblanksourcetype

props.conf

[yourblanksourcetype]
SHOULD_LINEMERGE = false
TIME_FORMAT = blank
MAX_TIMESTAMP_LOOKAHEAD = blank
REPORT-spaced = spacedfields

transforms.conf

[spacedfields]
DELIMS = “ “
FIELDS =  list of comma separated fields

lukejadamec
Super Champion

So the person asking the question knows where information is missing.

0 Karma

kristian_kolb
Ultra Champion

why the explicit use of 'blank'?

/K

0 Karma

lukejadamec
Super Champion

Can you post the header, or some obfuscated reference header that you'll understand when we stick it in a configuration example?

0 Karma

shilpi
New Member

Yeah header will always be the same

0 Karma

shilpi
New Member

Also, please let me know if this can be done from splunk forwarders or do we need to go to splunk searchhead.Please let me know in case I need to do any changes from splunk UI as well

0 Karma

lukejadamec
Super Champion

Space separated files are easy to index if the files all have the same field composition.
If you could put a header in every file, would it always be the same header? If so, post it.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...