Splunk Enterprise

how to combine count of 2 pages?

tonicassis
New Member

My search results have a count for "/" page (default home page) and "index.asp" separately. How can I combine these in the query?

thanks

Tags (1)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

You could dynamically override certain page values like this:

base search | eval page = if(match(page, "(?i)^(/|index.asp)$"), "Homepage", page) | ...

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

You could dynamically override certain page values like this:

base search | eval page = if(match(page, "(?i)^(/|index.asp)$"), "Homepage", page) | ...
Get Updates on the Splunk Community!

Observability Release Update: AI Assistant, AppD + Observability Cloud Integrations & ...

This month’s releases across the Splunk Observability portfolio deliver earlier detection and faster ...

Stay Connected: Your Guide to February Tech Talks, Office Hours, and Webinars!

💌Keep the new year’s momentum going with our February lineup of Community Office Hours, Tech Talks, ...

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...