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!

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!

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