Getting Data In

How to approximate pie chart percentage?

hagar71
Explorer

Hello everyone,

I want to change the percentage of pie chart to be integer 

 

I am using this to show the percentage 

 

 

  <option name="charting.chart.showPercent">1</option>

 

 

 

and my query is 

 

 

index="test"  sourcetype=csv | chart count by status 

 

 

Labels (2)
0 Karma

nyc_jason
Splunk Employee
Splunk Employee

this may be a bit 'hacky', but if you want the actual value (the count) instead of the percentage, as part of the label on each slice, you could do something like this:

index="test"  sourcetype=csv | chart count by status |eval status=status." ".count
0 Karma
Get Updates on the Splunk Community!

Splunk Lantern | Spotlight on Security: Adoption Motions, War Stories, and More

Splunk Lantern is a customer success center that provides advice from Splunk experts on valuable data ...

Splunk Cloud | Empowering Splunk Administrators with Admin Config Service (ACS)

Greetings, Splunk Cloud Admins and Splunk enthusiasts! The Admin Configuration Service (ACS) team is excited ...

Tech Talk | One Log to Rule Them All

One log to rule them all: how you can centralize your troubleshooting with Splunk logs We know how important ...