Splunk Search

Help on splunk graphs

shri_27
Path Finder

Hi all,
Is there any way in Splunk to show the percentage value on graphs(pie chart) as we get in Excel sheet graphs?? i.e. show % values without me having to do a mouse-over

Tags (1)
0 Karma

wpreston
Motivator

There is a way to show that information in the chart labels. You can eval your report field to include the total count for that field, the percentage, or whatever else you want to see and it will show up in the pie chart label for that slice:

your search | top YourField limit=20 | eval YourField=YourField." (".count.") ".percent."%"

Remove the count portion of the eval if you're not interested in it.

However, there's no way I know of to make the values or percentages show up inside each slice of the pie chart.

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, ...