Splunk Search

What rex command can separate hostname from the field?

priya1926
Path Finder

NONPROD:abcd123456_DBSERVER

Need to extract abcd123456 from the string...

Labels (4)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Without the full context of the string or knowing which parts are fixed, I have guessed you want anything between the colon and the underscore:

| rex ":(?<hostname>[^_]+)_"

 

Get Updates on the Splunk Community!

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...

Splunk App Dev Community Updates – What’s New and What’s Next

Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're building ...

The Latest Cisco Integrations With Splunk Platform!

Join us for an exciting tech talk where we’ll explore the latest integrations in Cisco &#43; Splunk! We’ve ...