Splunk Search

Search comma surrounded phrase in _raw using rex

sai_shreyashi_p
New Member

In the logged data:

....,en,us,....(one record)
....,en,in,.....(another record)
(Here .... represents string data)

I need to extract 'us' and 'in' from _raw from each log.
rex field = _raw "(?:us?[^,]+)"

This is erroneous but it will be great if someone can help out.

Tags (3)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

This may help.

... | rex "en,(?<country>\w+)"
---
If this reply helps you, Karma would be appreciated.

sai_shreyashi_p
New Member

actually in the data it isn't necessary for the country to be preceded by 'en' which is why I was facing issues.
Is there any way to look for strings like ",us," or ",jp,"? Regex or rex expression for looking in _raw?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

If the sample data above is accurate then this should work:

... | rex ",(?<lang>\w+),(?<country>\w+)"
---
If this reply helps you, Karma would be appreciated.
0 Karma

harsmarvania57
Ultra Champion

Hi,

If you provide full sample raw data then community member will able to help on regex side.

0 Karma

sai_shreyashi_p
New Member

Sorry for the vague description of data but actually this data cannot be exposed.
They are mainly comma separated values in the middle of which we have language code,country code.
They are somewhere in the middle of _raw.
Ex: 324724588,nhiden-niuen-jkjl,en,us,6484-47934......,...

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...