Summary.Net Archives
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Summary-Talk] Grouping/Aliasing



If I understand what you mean then probably not. Assuming you have
several domains being reported on in the same sub-report, and they have
requests in common (like "/") and you want to rewrite the requests to
show the domain name somehow, then there isn't any straight forward way
to do that.

Domains can be reported on in different sub-reports, but as long as they
are in the same sub-report there isn't any existing report of how
specific requests break down by domain.

One way to work around this, with *serious* limitations, would be to
define a custom log format that read the domain name in as if it were
the query string. This would disable any actual query strings, and
wouldn't work at all if the domain name occurred in the log entry before
a field that contained a full request with query string. This would also
make it impossible to report on domains in any normal way, ie no
breaking the report into sub-reports by domain. Anyway, if the
conditions were right it could be used to get the domain into the query
string which could then be appended to the request using "Include query
string in requests".

Jason


Pablo García wrote:
> Is it possible to group/alias requests that belongs to a 
> specific domain ? I have request in my log file that belongs to multiple 
> domains, I'd like to group/alias them by domain to be able to check for 
> growth.

-- 
Jason@xxxxxxxxxxx
--
Dr. Seuss books . . . can be read and enjoyed on several levels. For
example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed
as a searing indictment of the narrow-minded binary counting system.
   -- Peter van der Linden, Expert C Programming, Deep C Secrets
-------------
Go to <http://summary.net/list.html> to update subscription info.