Splunk Search

How to rename columns in a chart that cam from nested json?

thisissplunk
Builder

I have a nested json element that gives back up to 8 field names. I table them like:

 

| table "Config.DiskBrandSize.*" 

 

Which has child elements like:

 

Barracuda: 100gb
Seagate: 50gb
Sandisk: 150gb

 

 I then sum them up:

 

| chart sum("Config.DiskBrandSize.*") 

 

and I get a table with columns like "sum(Config.DiskBrandSize{}.Sandisk)".

But I want to rename that to just something like "SandiskTotal" which is created from the column name + "Total", NOT do manual renames. I can't figure out how to do this with a foreach either.

Labels (3)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

I know you said no manual renames, but the rename command is the one to use.   Like this:

| rename "Config.DiskBrandSize.*" as *Total

 

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

I know you said no manual renames, but the rename command is the one to use.   Like this:

| rename "Config.DiskBrandSize.*" as *Total

 

---
If this reply helps you, Karma would be appreciated.
0 Karma

thisissplunk
Builder

Thanks, I didn't use rename but I used the same concept in the stats and chart commands.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...