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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...