Splunk Search

timechart response time from proxy servers

rstrong30
Loves-to-Learn

I simply need to timechart the numeric values from field that is being returned.  For example

index=proxy | timechart count by resp_time.  getting something like this:

rstrong30_0-1692910131946.png

I need one line that charts all the values... instead it splits them up by how many times it has seen each value.

Labels (1)
0 Karma

bowesmana
SplunkTrust
SplunkTrust

If there are multiple values for the same time, what do you want to show on that single line?

You are splitting by value, so instead just do

index=proxy 
| timechart max(resp_time)

or you could use avg() or some other aggregation. 

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...