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!

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureThursday, March 27, 2025  |  11AM PST / 2PM EST | Register NowStep boldly ...

Splunk AppDynamics with Cisco Secure Application

Web applications unfortunately present a target rich environment for security vulnerabilities and attacks. ...

New Splunk Innovations Enhance Performance and Accelerate Troubleshooting

Splunk is excited to announce new releases that empower ITOps and engineering teams to stay ahead in ever ...