Splunk Search

How to rename a value in a table?

Edwin1471
Path Finder

Hi,

Is there a way to rename a specific value in the column of the table. 

For example:

Edwin1471_1-1661174382916.png

 

Labels (2)
0 Karma
1 Solution

somesoni2
Revered Legend

YOu can do something like this (if Process value is 0141, change it to 0512 else keep the original value)

| eval Process=if(Process="0141","0512",Process)

  

View solution in original post

somesoni2
Revered Legend

YOu can do something like this (if Process value is 0141, change it to 0512 else keep the original value)

| eval Process=if(Process="0141","0512",Process)

  

Get Updates on the Splunk Community!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...