Splunk Search

How to add an additional backslash to source?

edwinmae
Path Finder

I have an input that offers me x sources
index="xxxxx" sourcetype=xxxxx | dedup source | table source

The problem is when I open the panel in a search it shows me the source with a single \ and it needs two \ to give me the actual output

It seems I am close when using | rex mode=sed field=source "s/\\{1}/\\\//g" | dedup source | table source

The output is now:
source=D:\/xxxx\/xxxxx\/xxxx\/xxxxx\/xxxx\/xxxx.log

I tried to search and tried different options, but didn't found the correct rex 'line' that also changes the / into \ , in order to get the output:
source=D:\xxxx\xxxxx\xxxx\xxxxx\xxxx\xxxx.log

0 Karma

sdchakraborty
Contributor

Hi,

Can you try the below code,

|  eval source = replace(source,"\\\\","\\\\\\\\")

Sid

edwinmae
Path Finder

Excellent !

0 Karma

sdchakraborty
Contributor

Welcome. Please accept is as answer when you get time. Have a nice day.

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 ...