Splunk Search

Remove fixed string from multivalue field

shakermaker
Explorer

Hi,
I have a field alert which contains the following events:
“Failed Logon”
“Dropped Database”

However, sometimes the source application adds the string “Multiple - “ before it. Hence when running stats I end up with results like:
“Failed Logon” 9
Multiple - Failed Logon” 1

“Dropped Database” 2
Multiple - Dropped Database” 3

I am looking for way to remove the string “Multiple - ” from the event field. The results should look like
“Failed Logon” 10
“Dropped Database” 5

Appreciate your help!

Tags (3)
0 Karma

woodcock
Esteemed Legend

You need the replace command:

| replace "Multiple - *" with "*" in alert
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 ...