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!

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 GA in US-AWS!

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 ...