Splunk Search

Hi team, i need to extract the locale field in BOLD , can you help me with it

Hemant1
Explorer

/en_sek/klarna

Labels (1)
0 Karma

paulbannister
Communicator

Hi There,

\/(?P<locale>[^\/]+)\/klarna

Or within the Splunk search itself:

 

|rex field= ##INSERT RELEVANT FIELDNAME## "\/(?P<locale>[^\/]+)\/klarna"

0 Karma

paulbannister
Communicator

Hi There,

If you mean via REGEX then try the following:

\.com\/(?P<locale>[^\/]+)\/


Or within the Splunk search itself:

 

|rex field=_raw "\.com\/(?P<locale>[^\/]+)\/"

 

 

EDIT:
Slightly improved regex to incorporate address such as ".co.uk":

 

((\.\w{2,3}\.\w{2,3})|\.\w{2,3})\/(?P<locale>[^\/]+)\/

or

|rex field=_raw "((\.\w{2,3}\.\w{2,3})|\.\w{2,3})\/(?P<locale>[^\/]+)\/"

0 Karma
Get Updates on the Splunk Community!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

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