Splunk Search

Why am I getting the last Value column?

djoobbani
Path Finder

Dear Splunk community:

So i have the following SPL that has been running fine for the last week or so however,

all of a sudden i am getting the last unwanted column (Value) which i don't expect to get.

Can you please explain, what i need to modify so that i don't get the last Value column?

 

<my serch> | chart count by path_template, http_status_code | addtotals fieldname=total
| foreach 2* 3* 4* 5* [ eval "percent_<<FIELD>>"=round(100*'<<FIELD>>'/total,2),
"<<FIELD>>"=if('<<FIELD>>'=0 , '<<FIELD>>', '<<FIELD>>'." (".'percent_<<FIELD>>'."%)")] | fields - percent_* total

 

Here is what is see:

Screen Shot 2022-09-01 at 11.08.54 AM.png

Really appreciate your help on this!

Thanks!

 

 

Labels (2)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

It's not clear where the field is coming from, but it's easy to remove with fields - VALUE

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

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

It's not clear where the field is coming from, but it's easy to remove with fields - VALUE

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

djoobbani
Path Finder

Thank you richgalloway! that worked!

Tags (1)
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...

Customer success is front and center at .conf25

Hi Splunkers, If you are not able to be at .conf25 in person, you can still learn about all the latest news ...

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...