Splunk Search

Display Page Views and Visits in same table

hagjos43
Contributor

Good morning fellow splunkers,
I'm trying to display the top 20 page views( aka hits) and visits(unique sessions) within the same table / chart. Below is my query and it's not working:

sourcetype=iis |dedup utma as Visits | stats count(Visits) as Visits, count(Page) as Views by Page | sort - count | head 20

utma is a google analytics tag that defines a user session, hence the dedup. Any suggestions would be greatly appreciated!

Thanks!

0 Karma

somesoni2
Revered Legend

Try this

sourcetype=iis | eventstats dc(utma) as Visits | stats count as Views, first(Visits ) as Visits by Page | sort - Views  | head 20
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Rounding off the Splunk Dashboard Contest

What does a contest-winning Splunk dashboard look like? In this case, it isn't in a browser tab at all. It ...

A Four Part Event Series: AI + Observability: AI Agents, LLMs, Apps, & Infrastructure

AI + Observability: AI Agents, LLMs, Apps, & Infrastructure The rapid evolution of artificial intelligence ...

Splunk Technical Support Is Moving to Cisco Support Tools

Introduction Splunk technical support is transitioning to Cisco’s support environment. This change brings ...