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!

Data Management Digest – November 2025

  Welcome to the inaugural edition of Data Management Digest! As your trusted partner in data innovation, the ...

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...