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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...