Splunk Search

How to rename all the fields with "s0" at the end of them?

kiamco
Path Finder

I have this column named as "cloud-look-up_s0" and "cloud-look-up_s1" and so on and so on. so What I want to do is to rename "cloud-look-up-s0" with "cloud-look-up-Today". But here is the thing, I want to name all fields that have "s0" in the end to "Today " and the columns will have a different string attached in the front so the format would be something like:

string1_s0, string1_s1 
string2_s0, string1_s2 
string3_s0, string1_s3 
string4_s0, string1_s4 
Tags (2)
0 Karma
1 Solution

sudosplunk
Motivator

Append this to your search | rename *_s0 as *-Today

View solution in original post

sudosplunk
Motivator

Append this to your search | rename *_s0 as *-Today

anthonymelita
Contributor

| rename * _s0 as *-Today

edit: forgot code block and it wasn't showing asterix

0 Karma
Get Updates on the Splunk Community!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...