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!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 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 ...