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
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...