Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • URL with custom parameters:
     
    pattern: "aspx\?department=.*"
    action:
     "aspx"
     
  • URL with an internal server name, instead of FQDN:
     
    pattern: "http://websrv01/(.*)"
    action:
     "http://www.intlock.com/${1}"
     
  • URL with a non-secure channel, instead of a secure channel or  vice-versa:

    pattern: 
    "http://www.intlock.com/(.*)"
    action:
     "https://www.intlock.com/${1}"
     
  • Data for URLs from a non-monitored environment (external) or administration pages (under /_layouts) can be seen in the "Page Views By URL" and "Unique Users by URL" reports.

...

Starting with version 2.0.6.0, the SharePoint Tree Auto Fine Tuning web service is installed with the CardioLog Analytics SharePoint feature by default.

Manual Installation

...