Thanks D... No go unfortunately.
| tstats summariesonly count FROM datamodel=Web.Web BY Web.url, Web.client_ip where Web.url IN ("0aqpqdju.me", "0x1f4b0.com",...)
Error: Error in 'TsidxStats': Wildcards (*) are not supported in groupby fields
(FYI - The wildcards are being stripped in the above query when posted here.)
As to the second option it won't work. It has to contain the wildcards since the url can vary wildly.
Seems like this should be a simple pattern matching search against the DM.
Someone suggested using macros.conf and transforms.conf in another channel. Will give that a try.
... View more