Splunk Search

Trim spaces in between the data

ishugupta
Path Finder

I have exactly 7 spaces randomly in each line of my data such as below and I would like to trim exactly these number of spaces (7) in the data and merge .

Input :

<ProdCD>CST</ProdCD><Pla       tformID>1</PlatformID><Message>How are you</Message>
<PlatformNm>Triumph</PlatformNm><ProdType>Market Pr       oduct</ProdType><Address>New York</Address>

Desired Output :

<ProdCD>CST</ProdCD><PlatformID>1</PlatformID><Message>How are you</Message> 
<PlatformNm>Triumph</PlatformNm><ProdType>Market Product</ProdType><Address>New York</Address>

The data is already in splunk , so I would want to use splunk query to do it , please suggest .

Tags (1)
0 Karma
1 Solution

somesoni2
Revered Legend

Try this

your base search  |  rex mode=sed "s/(\s{7})//g"

View solution in original post

somesoni2
Revered Legend

Try this

your base search  |  rex mode=sed "s/(\s{7})//g"

ishugupta
Path Finder

Thanks ...I will test and let you know,.

0 Karma
Get Updates on the Splunk Community!

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...