Splunk Search

Count occurences of same ticket number in a multivalue field

timyong80
Explorer

Hello guys,

I am trying to count the number of times the same ticket number appears in a multi-value field. The ticket number represents a new case opened by IT Support when a problem occurs. Example:

Ticket_Number Occurences

IT90987 1
IT89332 2
IT43015 1
IT89332 1
IT11122 1

Is there a way to do that?

Your help is much appreciated. Thank you.

Tags (1)
0 Karma

cmerriman
Super Champion

try something like this:

|mvexpand Ticket_Number|stats count as Occurences by Ticket_Number

if you have other fields in your search you need to keep, maybe tack that into an appendpipe.

...|appendpipe [|mvexpand Ticket_Number|stats count as Occurences by Ticket_Number anyOtherImportantFields|eval Ticket_NumberOccurrences=Ticket_Number+"-"+Occurences]|stats values(Ticket_NumberOccurrences) as Ticket_NumberOccurrences list/values(anyOtherFields) as anyOtherFields by anyOtherImportantFields
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...