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!

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!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...