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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...