Splunk Search

Can I make a calculated field by regex replace on an existing field?

hylam
Contributor

Can I make this happen automatically? I know I can do it with the rex search command.

eval newField=sed(oldField, "s/aa/bb/g")

woodcock
Esteemed Legend

You can do this in search:

... |eval newField = oldField | rex field=oldField mode=sed "s/aa/bb/"
0 Karma

hylam
Contributor

The regex replace has to work AUTOMATICALLY w/o adding anything to the query.

0 Karma

woodcock
Esteemed Legend

Did you try it?

0 Karma

hylam
Contributor

oh i have just found it
replace(X,Y,Z)
http://docs.splunk.com/Documentation/Splunk/6.2.0/SearchReference/CommonEvalFunctions

my next question is can i perform the replace w/o the /g?

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

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 GA in US-AWS!

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