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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

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