Splunk Search

header problem in splunk reading the wrong header

lavanyaanne
Path Finder

i am using perl script to pull the data from DB. The data is indexed perfectly and it's using the header that i was mentioned in the script. But after some time it's taking the one of the event as the header and it's indexing the data. what might be the problem.
here attaching the inputs and props .please help me

inputs.conf
[script:///opt/li/splunk/etc/apps/input/bin/actions.pl]
interval = 0 */1 * * *
index = _internal
sourcetype = actions
source = actions.pl
disabled = false

[batch:///opt/li/splunk/etc/apps/input/bin/actions_data.psv*]
index = sample
sourcetype = actions
move_policy = sinkhole
disabled = false
crcSalt=

props.conf

[actions]
SHOULD_LINEMERGE=false
INDEXED_EXTRACTIONS=PSV
NO_BINARY_CHECK=true
DATETIME_CONFIG=NONE
CHARSET=auto
disabled=false
category=sample

0 Karma
1 Solution

lavanyaanne
Path Finder

hi guys,

i found the solution that in props.conf if i use CHECK_FOR_HEADER=TRUE the events are extracting in the correct manner.

thanx.

View solution in original post

0 Karma

woodcock
Esteemed Legend

Change from batch to monitor so that the original source file is preserved (this step is not necessary if you have access to the original file through some other means) and then check the source field for the event that contains the header. Once you know the name of the offending file, go back to it and examine it. I believe you will find something in that file that is different from all the other files. There might be a blank line as the first line or some other unexpected characters or formatting. Eliminate the source of this and that will fix your problem.

0 Karma

lavanyaanne
Path Finder

hi guys,

i found the solution that in props.conf if i use CHECK_FOR_HEADER=TRUE the events are extracting in the correct manner.

thanx.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...