Getting Data In

Replace before importing the data in splunk

abhayneilam
Contributor

Hi,
I have a file which contains the below content:

abhay|vikram|singh|26|kolkata
murari|kumar|singh|28|mumbai

I want to replace "|" to "\ |" before importing to the splunk, I have heard that it is possible if I write it in props.conf but it is not working, Kindly suggest me how to solve this problem as this is needed in urgent basis

Thanks in advance

Tags (3)
0 Karma

lrhazi
Path Finder

Ayn
Legend

You're trying to solve the wrong problem. The real problem is why your delimiters aren't working as they should.

smolcj
Builder

i have the same problem, how to replace \ with \\ while searching?
thankyou for ur time

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

Unclear to me why you want to do this, or why this would be helpful to you after the data has been imported.

lrhazi
Path Finder

What is "haha" ?
also, try and add a back slash "\" before the first pipe character in the sed command. this forum seems to remove my backslashes:

SEDCMD-dekh=s/|/ |/g

0 Karma

abhayneilam
Contributor

[haha]
SHOULD_LINEMERGE = False
SEDCMD-dekh=s/|/ |/g
REPORT-dekh=dekhbhai

this is my props.conf but it is not working properly

0 Karma

lrhazi
Path Finder

That should be:

[source::.../abc.log]
SEDCMD-abc = s/|/ |/g

s for substitute, and g for global, replace all occurrences, not just the first.

0 Karma

lrhazi
Path Finder

The page linked before shows really examples. No?

You should show the relevant part of your props.conf so people can help you.

I have not used this before, but I would try something like:

[source::.../abc.log]
SEDCMD-abc = y/|/ |/

That's trying to say: replace any "|" with " |"

0 Karma

abhayneilam
Contributor

I am trying to use in props.conf but it is not working kindly help me out with some real example

Thanks for your help

0 Karma
Get Updates on the Splunk Community!

Demo Day: Strengthen Your SOC with Splunk Enterprise Security 8.1

Today’s threat landscape is more complex than ever. Security operation centers (SOCs) are overwhelmed with ...

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...