Dashboards & Visualizations

How can I show all values in a pie chart instead of some values being consolidated into "other"?

sivapuvvada
Path Finder

I tried useother=f, it is removing the other values from the Pie chart, but I need all the values in the pie chart instead of removing some.

0 Karma

LMaher1
New Member

you will have to expand the limit of the output meaning:
userother=f
(it will not consolidate any values into other)

then

limit=10
(in this case if the output normally yields 15 line it will omit the extra 5 from the output, and since you are using "useother=f" they won't be added to other)

0 Karma

jay01810
Engager

Edit Panels and change the attribute "size",it will be OK.

https://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/PieChart

0 Karma

chimell
Motivator

Hi

try something like this

index="price" |chart limit=0 count by productId , product_name
0 Karma

sundareshr
Legend

Add a limit=0 to your chart command

0 Karma

sivapuvvada
Path Finder

I tried with limit=0 still not working 😞

sundareshr
Legend

Have you tried

 <option name="charting.chart.sliceCollapsingThreshold">0</option>

rashmipandit
Engager

Where and how do we exactly use 0?

0 Karma

niketn
Legend

The above is assuming the query that feeds to Pie Chart is the chart command. For example:

<someBaseSearch>
| chart count by someField limit=0

Refer to Splunk Documentation: https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Chart#Chart_options

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

kdimaria
Communicator

This works!

0 Karma

cnoerjadi
Engager

Thank you!

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...