Getting Data In

IIS Logs and URI

adrianallan
New Member

I want to create a dashboard showing all the stats of a web site by URI.
eg. if the main site is www.mysite.com
I want it to show all the uri's under that site (without me having to type in each uri in the search string)

Tags (2)
0 Karma

cramasta
Builder

you could probably do something like depending on the contents of your iis logs

sourcetype=iis* | stats count(cs_uri_stem) AS timesaccessed dc(cs_username) AS uniqueusercount avg(time_taken) AS AVGduration by cs_uri_stem

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 ...