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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

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

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...