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!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...