Splunk Enterprise

help on a pie chart

jip31
Motivator

hi

i try to do a pie chart from the code below but it doesnt works

what is wrong please?

 

index_mesu sourcetype=sig sig_app="$site$" 
| fields sig_id site sig_app 
| rename sig_app as application 
| stats dc(sig_id) as Total by site application
| sort - Total limit=10
Labels (1)
Tags (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

A pie chart normally only has 2 dimensions (name and value), you have 3 (Total site application).

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

A pie chart normally only has 2 dimensions (name and value), you have 3 (Total site application).

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...