We have a field for "url" in our logs, and I'd like to be able to filter down to just requests hitting the homepage. This would be requests for /
and for /?*
, i.e. with any query string.
Just getting homepage requests is | filter url = "/"
but how do you include those requests that have a query string also?