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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...