Splunk Search

How to generate a search for users that have clicked or visited a URL, how many times, and display results in a table?

SplunkHe4d
New Member

How to search for users that have clicked/visited a url, how many times, and display results in a table with two columns.

Column "A" would be the user, Column B the qty of hits to the url.

THANKS!

0 Karma

lguinn2
Legend

My answer assumes that the web server is Apache and that it uses a standard access.log to record information. It also assumes that the access.log is read into Splunk using the predefined sourcetype of access_combined:

index=wherever sourcetype=access_combined url=something
| stats count by clientip
0 Karma

lguinn2
Legend

Well, you aren't telling the community about the type of data that you are collecting from the web server, or what kind of web server it is. So there isn't really much help that the community can offer, without making huge assumptions.

How do you define "user"? In Apache, the user field is generally unimplemented, the best solution often must use clientip instead.

What is the sourcetype? What are the field names? These are the first things that you need to know before you write a search.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...