Splunk Search

Show time reports for a count search

fedevietti
New Member

Dear All,

I'm doing a search with a summarize count at the end. The search is the following:

(eventtype="searchVPN" msg="AUT22675*") OR (eventtype="searchDC" EventIdentifier="680") OR (eventtype="searchVPN" msg="AUT22670*") OR (eventtype="searchDC" EventIdentifier="552") | rename user as User | stats count by User | where count > 10 | stats count

that count the number of user that have generat more that 10 event of the specified event type.

I'd like to obtain a column graphic that, with a column every 5 minutes, shows the value of this search. Example given:

9.00 - 9.05 -> a column height 5 (5 user has generated more that 10 events of those type) 9.05 - 9.10 -> a column height 6 etc etc

How can I do this?

Thank you

Tags (1)
0 Karma
1 Solution

ziegfried
Influencer
(eventtype="searchVPN" msg="AUT22675*") OR (eventtype="searchDC" EventIdentifier="680") OR (eventtype="searchVPN" msg="AUT22670*") OR (eventtype="searchDC" EventIdentifier="552") | rename user as User | bucket _time span=5m | stats count by User,_time | where count > 10 | timechart span=5m count

View solution in original post

0 Karma

ziegfried
Influencer
(eventtype="searchVPN" msg="AUT22675*") OR (eventtype="searchDC" EventIdentifier="680") OR (eventtype="searchVPN" msg="AUT22670*") OR (eventtype="searchDC" EventIdentifier="552") | rename user as User | bucket _time span=5m | stats count by User,_time | where count > 10 | timechart span=5m count
0 Karma

fedevietti
New Member

thank you very much

0 Karma
Get Updates on the Splunk Community!

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...

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

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...