Splunk Search

Regex that adds extension to my domain name

egreg7
Engager

I am trying to write a regex that adds extension to my domain name. For example google, I need a regex expression that will return www.google .com

Tags (1)
0 Karma

woodcock
Esteemed Legend

You can append like this:

... | rex field=YourFieldHere mode=sed "s/$/YourExtensionStringHere/"

Or like this:

... | eval YourFieldHere = YourFieldHere . "YourExtensionStringHere"
0 Karma

richgalloway
SplunkTrust
SplunkTrust

What does your raw data look like? In other words, please show us the text you want a regex string to match.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...