Splunk Search

How do you count events in groups of matching eventtypes?

alekz78
New Member

Looking for the count of events matching every eventtype combination.
For instance:
Given 5 events (e1..e5) that match eventtypes A and B as follows:

  1. e1 matches: eventtypeA eventtypeB
  2. e2 matches: eventtypeA
  3. e3 matches: eventtypeB
  4. e4 matches: eventtypeA eventtypeB
  5. e5 matches: eventtypeA

The count I'm looking for is:
EventTypes combination / count:

  • eventtypeA eventtypeB 2
  • eventtypeA 2
  • eventtypeB 1
0 Karma

gkanapathy
Splunk Employee
Splunk Employee

Seems to me you need to create a field that represents every combination of eventtypes, so:

... | eval comboeventtypes=mvjoin(eventtypes,";") | stats count by comboeventtypes
0 Karma
Get Updates on the Splunk Community!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...