Splunk Search

splunk group by event , date_hour

officialsubho
New Member

These are 2 diff events on my logs .

taskCode=123
taskCode=456

i am trying to get an hourly count per event types , but whatever i try doesnt work . I am only able to get the total count and not the hourly metrics . Need help . just getting started with splunk

index=* |regex search string | stats count by msg

Result

taskCode=375 614
taskCode=376 818

Tags (1)
0 Karma
1 Solution

koshyk
Super Champion

Please try using timechart . (Though I'm not entirely sure from your example if it is msg or taskCode you want to group upon)

index=* |regex search string | timechart span=1h count by msg

Please refer to other options at : https://docs.splunk.com/Documentation/Splunk/7.2.6/SearchReference/Timechart

View solution in original post

0 Karma

koshyk
Super Champion

Please try using timechart . (Though I'm not entirely sure from your example if it is msg or taskCode you want to group upon)

index=* |regex search string | timechart span=1h count by msg

Please refer to other options at : https://docs.splunk.com/Documentation/Splunk/7.2.6/SearchReference/Timechart

0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk, and empower your SOC to reach new heights! Duration: 1 hour  Prepare to ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...