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!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...