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!

Introducing the Splunk Community Dashboard Challenge!

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

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...