Splunk Search

How to escape the first line having ‘null’ char

sumanbej
New Member

I have a log file ( generated from the WAS server) having the first line like that :
null null null null...
Please help me how to excape that line from the Splunk conf files.

Tags (1)
0 Karma

okrabbe_splunk
Splunk Employee
Splunk Employee

I imagine you wan't to discard the first line because it does not have useful date.

Please see this link on how to filter data out to the null queue. You would need to create a regular expression to match the line you want to remove.

http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Routeandfilterdatad#Filter_event_data_and_...

0 Karma

shaileshv02
Explorer

"Escape the first line" means the first line of the file contains binary data
Configs:
inputs.conf
[monitor://C:\AEP]
disabled = false
followTail = 0
index = main
sourcetype = log4j
CRCSALT =

props.conf
[log4j]
NO_BINARY_CHECK = True
TRUNCATE = 100000
[source::C:\AEP]
sourcetype = log4j
TRANSFORMS-null= setnull

transforms.conf
[setnull]
REGEX = [\x00]
DEST_KEY = queue
FORMAT = nullQueue

Getting following error.
Access error while handling path: failed to open for checksum: 'C:\AEP\bw-timer-mm.log.3' (The process cannot access the file because it is being used by another process.)

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

What do you mean by "escape the first line"?

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...