Visits by Hour of the Day in IIS IIS SplunkNinja 0 0 The following Splunk query will list the total visits for each hour in a given time range. sourcetype="iis" | top limit=24 date_hour | sort +date_hour | rename count as Visits | rename date_hour as "Hour of the Day" 1 sourcetype="iis" | top limit=24 date_hour | sort +date_hour | rename count as Visits | rename date_hour as "Hour of the Day" Share This: Tagged: IISWeb Traffic