IISW3C Input Format From-Entity Syntax

<from-entity> ::= <filename> | <SiteID> [ , <filename> | <SiteID> ... ]
<SiteID> ::= < site_number >
< server_comment >
< site_metabase_path >
The <from-entity> specified in queries using the IISW3C input format is a comma-separated list of: "Site identifiers" must be enclosed within angle brackets (< and >), and can have one of the following values: When a "site identifier" is used, the IISW3C input format connects to the specified machine's metabase, gathers information on the site's current logging properties, and parses all the log files in the site's current log file directory.

Filenames and "Site identifiers" can also include wildcards (e.g. "LogFiles\ex04*.log", "<www.*.com>").

Examples:

FROM LogFiles\ex04*log, LogFiles\ex03*.log, \\MyServer\LoggingShare\W3SVC2\ex04*.log
FROM <1>, <2>, <My External Site>, extend9.log
FROM <www.net*home.com>, <//MyServer2/W3SVC/www.net*home.com>, <//MyServer2/MSFTPSVC/*>, <*>

© 2004 Microsoft Corporation. All rights reserved.