Splunk Search

In timechart, how to Search for the values >n ?

khyoung7410
Communicator

Hi


In timechart, how to Search for the values >n ?


(ex) search : weblog

" * | strcat clientip "@" uri A_COMBO | timechart count by A_COMBO "

How to search results values of greater than OR less than?( values >20 OR values <20)

Thanks

Tags (2)
0 Karma

khyoung7410
Communicator

Takajian

Thanks! that helped

0 Karma

Takajian
Builder

I think timechart command does not support what you want. In stead, do you think stats command work?

" * | strcat clientip "@" uri A_COMBO | stats count by A_COMBO _time | search count > 20"

Then, you will be able to use timechart if you want.

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