Splunk Search

chart query

DTERM
Contributor

The following query

index=test | top Hostname

produces a chart that has percentages included in the chart along with the top hostnames. How do I not include the percentages in the chart? I do not want percentages in the chart.

Tags (1)
0 Karma
1 Solution

ahall_splunk
Splunk Employee
Splunk Employee

The showperc modifier to the top command is what you want. Here is how you use it:

index=test | top showperc=false Hostname

View solution in original post

0 Karma

ahall_splunk
Splunk Employee
Splunk Employee

The showperc modifier to the top command is what you want. Here is how you use it:

index=test | top showperc=false Hostname
0 Karma

Greg_LeBlanc
Path Finder

You can do:

index=test 
| stats count(_raw) as topHostnames by Hostname 
| sort - topHostnames
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

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

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...