Splunk Search

Count unique values from a text result

aionius
New Member

I have the following result from a simple query:

184.168.152.54 10.10.42.61 - - [09/Oct/2013:09:14:38 -0500] "GET /tgg/api2.php?KeyID=k207238&mode=xml&i=9780486472515 HTTP/1.1" 200 23 "-" "-" 0

How can I get the unique values of KeyID and their count?

Tags (1)
0 Karma
1 Solution

gfuente
Motivator

Hello

Try this:

sourcetype="yoursourcetype" | rex "KeyID=(?<KeyID>\w+)\&" | stats count by KeyID

Regards

View solution in original post

gfuente
Motivator

Hello

Try this:

sourcetype="yoursourcetype" | rex "KeyID=(?<KeyID>\w+)\&" | stats count by KeyID

Regards

lukejadamec
Super Champion

Try

yoursearch | stats count by KeyID

Get Updates on the Splunk Community!

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...

Purpose in Action: How Splunk Is Helping Power an Inclusive Future for All

At Cisco, purpose isn’t a tagline—it’s a commitment. Cisco’s FY25 Purpose Report outlines how the company is ...

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...