Splunk Search

Viewing URLs by IP over time

prodport
New Member

In the Splunk 4.1 webcast earlier this week, one of the presenters showed a combined_access report that looked to produce a report of the user's IP address and then indented the URLs they viewed sorted by time. There may have been more columns.

I looked to see if their was a recording or similar question here, but didn't see anything. Does anyone know how he did that as it looked useful was seeing how people migrate through your site.

0 Karma
1 Solution

gkanapathy
Splunk Employee
Splunk Employee

I didn't see the webcast, but I guess I would do it with something like:

sourcetype=access_combined | stats list(uri) by clientip

View solution in original post

Simeon
Splunk Employee
Splunk Employee

This could be the search:

sourcetype="access_combined" | chart count by clientip,uri

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

I didn't see the webcast, but I guess I would do it with something like:

sourcetype=access_combined | stats list(uri) by clientip
Get Updates on the Splunk Community!

Fastest way to demo Observability

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

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...