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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...