Dashboards & Visualizations

How to create a graph of these results showing a graduation or reduction of the response times?

sheldonjolly
Engager

Hi

I have a query based on response times from a  service.

index=homebanking "/soa/mcoi-rc-services/ContractService" Time="*" | rex field=_raw "\/(?<time>[^_\/]+)[\w\.]+($|\s)" | stats count by Time | fields - count

I get these results......

 

sheldonjolly_0-1646665409744.png

I'd like to now create a graph of these results showing a graduation or reduction of the response times.

Can someone help?

Best,

Sheldon.

 

 

 

 

Labels (1)
0 Karma

sheldonjolly
Engager

This worked quite nicely. Many thanks.

Now, how do I convert the response time to seconds?  

0 Karma

somesoni2
Revered Legend

Try something like this

index=homebanking "/soa/mcoi-rc-services/ContractService" Time="*" | rex field=_raw "\/(?<time>[^_\/]+)[\w\.]+($|\s)" | timechart  avg(Time) as Avg_Response_Time
0 Karma

richgalloway
SplunkTrust
SplunkTrust

After running the search, click on the Visualization tab and select the visualization that best presents the data.

---
If this reply helps you, Karma would be appreciated.
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 ...