Splunk Search

Number of pages visited by each IP

luchin
New Member

Hi, I am new in splunk and I would like to search for some info in my Logfile.

I am just trying to count the total of pages from each ip/host.

For some reason I can't make it to work.
Thanks for helping 🙂

Tags (1)
0 Karma

cpetterborg
SplunkTrust
SplunkTrust

There isn't much information to go on in your description. Assuming:

  1. You are talking Web access logs
  2. You have the dest_ip field (the user's machine that is accessing the page) for each entry extracted
  3. Your search results in only web pages and not the javascript, image or css files

Try:

<your search> | stats count by dest_ip | sort - count
0 Karma
Get Updates on the Splunk Community!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...