Splunk Search

Removing Characters After First Space for a Field in Splunk

CodingMaestro
Path Finder

Hello,

I have following results like below:

HostTypeType Duplicate Field 
ABCDCoca ColaCoca Cola
EFGH7up - Sprite7up - Sprite

 

but i want my search for the Type Duplicate Field to remove anything after the first space so my table should like below:

HostTypeType Duplicate Field 
ABCDCoca ColaCoca
EFGH7up - Sprite7up

 

Any help would be greatly appreciated. 😀

0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| eval "Type Duplicated Field" = mvindex(split('Type Duplicated Field', " "), 0)

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| eval "Type Duplicated Field" = mvindex(split('Type Duplicated Field', " "), 0)
0 Karma

CodingMaestro
Path Finder

Thank You. Worked Perfectly.

0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...