Splunk Search

PIE CHART mouseover is displaying 100% value from nowhere?

the_wolverine
Champion

My search:

  • | chart max(REPORTING) as REPORTING max(MISSING) as MISSING

The table looks fine, 2 columns, REPORTING and MISSING, with value of 102 REPORTING and 4 MISSING.

The pie chart looks like this:

alt text

Where is 100% coming from? How do I remove it?

And if I add "| transpose" I get this chart with unwanted row/column text:

alt text

0 Karma
1 Solution

the_wolverine
Champion

alt text

Workaround this by using transpose and rename the column and "row 1":

| chart max(REPORTING) as
"REPORTING" max(MISSING) as "MISSING" | transpose | rename "row 1" as count "column" as STATE

View solution in original post

the_wolverine
Champion

alt text

Workaround this by using transpose and rename the column and "row 1":

| chart max(REPORTING) as
"REPORTING" max(MISSING) as "MISSING" | transpose | rename "row 1" as count "column" as STATE

Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

  Ready to master Kubernetes and cloud monitoring like the pros?Join Splunk’s Growth Engineering team for an ...

Wrapping Up Cybersecurity Awareness Month

October might be wrapping up, but for Splunk Education, cybersecurity awareness never goes out of season. ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...