Splunk Search

Timechart involving multiple "group by"

mumblingsages
Path Finder

I've given all my data 1 of 3 possible event types. In addition, each event has a field "foo" (which contains roughly 3 values).

What I want to do is....
-For each value in field foo
-count the number of occurrences for each event type
-Plot those counts over time.

I would expect that the resultant timechart would have ~3^3 lines with data points for each day.

How would I do this?

0 Karma

woodcock
Esteemed Legend

Like this:

Your Base Search Here
| eval foo2 = eventtype . "/" . foo
| timechart count BY foo2

Provided eventtype is never multi-valued.

0 Karma

mumblingsages
Path Finder

This would have worked absolutely perfectly if each of my events didn't have multiple event types assigned to them.

0 Karma

sbbadri
Motivator

... | bucket span=1d _time | chart count(eventtype) over foo by _time

0 Karma

mumblingsages
Path Finder

Perfect!!! Thanks a ton!!!

0 Karma

mumblingsages
Path Finder

Actually, thats not quite right. I'd be expecting ~36 different line and I'm not....

0 Karma
Get Updates on the Splunk Community!

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

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...