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!

Splunk App Dev Community Updates – What’s New and What’s Next

Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're building ...

The Latest Cisco Integrations With Splunk Platform!

Join us for an exciting tech talk where we’ll explore the latest integrations in Cisco + Splunk! We’ve ...

Enterprise Security Content Update (ESCU) | New Releases

In April, the Splunk Threat Research Team had 2 releases of new security content via the Enterprise Security ...