Dashboards & Visualizations

Use pie chart as single value (as traffic sign e.g.)

EricMueller0619
New Member

Hello Community,

i'm trying to use a pie chart instead of a single value chart to sum up values. The aim is to provide three pie charts showing results of some more detailed charts. Furthermore they should act like a traffic sign, to see very quick via colours if something went not as expected.

if i do the following, the chart is showing count 1 and red color but not the value itself.

index=... sourcetype=... Location=.... Product=$lbl_product$ Line=$lbl_line$ | dedup _time
| eval OEE_New = tonumber(OEE) | timechart avg(OEE_New) as AverageOEE | stats sum(AverageOEE) as SumOEE| eval SumOEE=case(SumOEE>=200,"red",SumOEE<=200,"green") | top SumOEE
-$timeframe$
.......
{"red":0xFF0000,"green":0xFFFF00}

0 Karma
1 Solution

adonio
Ultra Champion

hello there,

check out some nice options in the "Dashboards Examples" app:
https://splunkbase.splunk.com/app/1603/
also some very nice visualizations using SVG in this nice app:
https://splunkbase.splunk.com/app/3815/

hope it helps

View solution in original post

0 Karma

adonio
Ultra Champion

hello there,

check out some nice options in the "Dashboards Examples" app:
https://splunkbase.splunk.com/app/1603/
also some very nice visualizations using SVG in this nice app:
https://splunkbase.splunk.com/app/3815/

hope it helps

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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