Skip to content

SSW v6.2.0

Compare
Choose a tag to compare
@StoneStepsInc StoneStepsInc released this 03 Jul 17:50

Highcharts Usage

Please note that Highcharts is not an Open Source package and may be used without buying a license only for non-commercial purposes. Read Highcharts' page for additional information about their licensing before enabling Highcharts in the reports:

https://shop.highsoft.com/faq#Non-Commercial-0

See Working with JavaScript Charts for more information about JavaScript charts.

Notes

  • The predefined user agent argument filters have been removed in this release. Those filters were used if there were no user-provided user agent supplied with ExcludeAgentArgs. If this affects your configuration, you can add the same filters manually into your configuration. See this source file for a list of predefined filters for each mangle agent level (search for add_def_ua_filters).

    https://github.com/StoneStepsInc/StoneStepsWebalizer/blob/v6-1-0/src/config.cpp

  • The predefined list of search engine strings has been removed in this release. Those strings were used if there were no user-provided search arguments supplied via SearchEngine. If this affects your configuration, you can add the same filters manually into your configuration. See this source file for a list of predefined filters for each mangle agent level (search for add_def_srch_list).

    https://github.com/StoneStepsInc/StoneStepsWebalizer/blob/v6-1-0/src/config.cpp

    Note that most search engines today drop their arguments from referrers, so most of the time there will be no search strings report in the first place.

  • Due to the changes described above and slightly changed logic behind MangleAgents, avoid deploying this release in the middle of the monthly log processing cycle, so user agents are not grouped arbitrarily.

  • Stone Steps Webalizer v4, v5 and v6 cannot read databases created by any other release prior to v4. You need to retain the latest previous version of Stone Steps Webalizer if you would like to generate reports directly from pre-v4 databases (i.e. using --prepare-report and without reprocessing all log files for that month).

  • Visual Studio 2019 redistributable package must be installed prior to running Windows binaries. Download x86 or x64 package at this location:

    https://aka.ms/vs/16/release/VC_redist.x64.exe
    https://aka.ms/vs/16/release/VC_redist.x86.exe

Changes:

  • [AB-103] Added an Nginx log parser and NginxLogFormat configuration variable
  • [AB-105] User agent URL tokens are filtered out at the highest MangleAgents level
  • [AB-106] Removed all default user agent argument filters
  • [AB-107] Removed all default search engine arguments
  • [BUG][AB-104] First character in user agents is dropped when all filters are empty
  • Increased font sizes in reports by 2-3 points in a few places
  • [BUG][AB-70] Fixed stale city/ASN counts, country pages between months
  • [BUG] Fixed malformed language files (Danish, Dutch, Estonian, Hungarian, Indonesian, Turkish)