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!

New This Month - Splunk Observability updates and improvements for faster ...

What’s New? This month, we’re delivering several enhancements across Splunk Observability Cloud for faster and ...

What's New in Splunk Cloud Platform 9.3.2411?

Hey Splunky People! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2411. This release ...

Buttercup Games: Further Dashboarding Techniques (Part 6)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...