Dashboards & Visualizations

Pie chart show values section wise

rj1408
Path Finder

base search | stats dc(TransactionID),count(StatusSuccess), count(StatusFailure) as count by MainMethod |rename MainMethod as MicroService count(StatusSuccess) as Success count as Failed | replace LostStolen with LostandStolen RetailConversion with TransactionRetailConversion TempCreditLimit with TemporaryCreditLimitIncrease


Hi,  in the above query I want to add pie chart as visualization, right now in pie chart it is only showing the no of transactions hit per function and ignoring the Success and Failed status.

What i want is when I hover over the functions in  piechart I want to see the no Failed and Sucess Tranactions. How do i do that?


Labels (1)
Tags (2)
0 Karma

rj1408
Path Finder

Hi anyone? Ill again repost if the question isnt clear

0 Karma

rj1408
Path Finder
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

The standard pie chart does not support the functionality you are after.

0 Karma

rj1408
Path Finder

Any other vizualization that can tell me total, success and failure?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You could use a stacked column chart of success and failure so the total height of the column is the total.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...