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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...