Splunk Search

How do I remove specific characters from a string?

joachimroshan
New Member

For example, I have a string "agreementinquiry-web-2.0.3". My result should only have "agreementinquiry".

Tags (1)
0 Karma

skoelpin
SplunkTrust
SplunkTrust

If you want to remove it at search time, then you can use sed to help

| rex mode=sed "s/agreementinquiry\S+/agreementinquiry/g"

It follows the format as Replace/<REGEX_TO_CAPTURE>/<REGEX_TO_REPLACE>/global

If you want to remove it at index time, you should use SEDCMD

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...