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 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...