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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...