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!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...