Splunk Search

How to grep a number from a string?

nilotpaldutta
Explorer

Hi,

I have a column in my source with different severity levels, for example -

Severity

1 - High
2 - Medium
3 - Moderate
4 - Low
5 - Planning

From the query I need to extract only the numbers i.e. 1, 2 etc. I have tried some answers but haven't been able to get only the number.

.......| rex field=severity .severity=(?P<severity>\d+) | table severity

If anyone is aware kindly help.
Thanks in advance. Best regards.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Your regex string is good. The rex command syntax is incorrect. Try this:

...| rex field=severity "(?P<severity>\d+)" | table severity
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...