Dashboards & Visualizations

Why is "other" on this pie chart?

jgauthier
Contributor

Greetings,

Since an update (I don't know what version to what version, sorry!), one of my dashboards with pie chart is showing "other", and I don't know why.

My saved search is pretty basic:
sourcetype="squid" action="*" uri_host="youtube.com"| top 10 username

My dashboard module includes:

name="charting.chart.sliceCollapsingThreshold">0

But it doesn't seem to work.

Tags (3)
0 Karma

jgauthier
Contributor

Restructuring my search was the only way to resolve this.

sourcetype="squid" action="*" uri_host="youtube.com" | stats count by username | sort 10 -count

0 Karma

JSapienza
Contributor

Try this:

sourcetype="squid" action="*" uri_host="youtube.com"| top 10 username useother="f"

0 Karma

jgauthier
Contributor

Exactly.I tried to copy it here, but the formatting was terrible. 😉

0 Karma

JSapienza
Contributor

And your code is something like this ?

0

0 Karma

jgauthier
Contributor

No go. I attempted it, even though by using "top" it should inherently exclude other. The query does not include 'other' when I run it in the search. It does, however, in a dashboard.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...