Dashboards & Visualizations

I have a timechart trying create a dashboard a value by host and it's only showing 10 valid hosts the remaining hosts are put into this "Other" value.. How do i remove "Other" from the dashboard?

vijaykumartcs
Explorer

I have a timechart trying create a dashboard a value by host and it's only showing 10 valid hosts the remaining hosts are put into this "Other" value.. How do i remove "Other" from the dashboard?

Tags (1)
0 Karma

hunters_splunk
Splunk Employee
Splunk Employee

Hi vijiaykumartcs,

To remove "other" values, please set the useother attribute to false in your query. Here's an example:

sourcetype=access_* action=purchase | timechart count by product usenull=f useother=f

You can also set usenull=f to filter out null values.
Hope it helps. Thanks!
Hunter Shen

0 Karma

hunters_splunk
Splunk Employee
Splunk Employee

Sorry for the typo - there shoud not be an asterisk at the end. Here is the corrected example query:

sourcetype=access_ action=purchase | timechart count by product usenull=f useother=f

0 Karma

DEAD_BEEF
Builder

Try useother=f

Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...