Dashboards & Visualizations

What is the best way to calculate the percentage of a query and transform it into a pie chart or two single value charts side by side?

Navitas28
New Member

What is the best way to calculate the percentage and transform it into a pie chart or two single value charts side by side :

  Condition for success => message=Upload successful
  Condition for error = >  [ERROR]

Please help I am not able to figure out the correct way?
What I used to generate a single chart is very wrong I have to append for queries together to generate a result.

0 Karma

mstjohn_splunk
Splunk Employee
Splunk Employee

hi @Navitas28

Did the answer below solve your problem? If so, please resolve this post by approving it! If your problem is still not solved, keep us updated so that someone else can help ya. Thanks for posting!

0 Karma

jlelli
Path Finder

If the events are in the same index you could simply add an OR in the search string and then extract the values you need with a rex extraction; something like:

search "upload succesful" OR  "[ERROR]"| rex "\> (?<result>.*)" | top result
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 ...