Splunk Search

"Other" option in pie chart

geetanjali
Path Finder

I am displaying my 20 hosts in pie chart using following query:-

index="test" sourcetype="power_usage" | chart first(Power_consumption) over host | sort 20 -first(Power_consumption)

"Other" is not coming in chart. How could i display "other" in my chart. I am using Pie chart to display my data.

Tags (1)
0 Karma

lostpassword
Explorer

try

top 5 ... useother=t

instead of

chart limit=5
0 Karma

Ant1D
Motivator

The following search includes the 'limit' search command. This should bring back the 5 field values + the OTHER field:

index="test" sourcetype="power_usage" | chart limit=5 first(Power_consumption) over host | sort 20 -first(Power_consumption)

geetanjali
Path Finder

Hello,
Thanks for the response. but limit command is not working in "Chart". thie query is giving same result. displaying 20 hosts data in pie chart. But no "others" displayed in chart

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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