• 0.5.0 20a58e2b1d

    Release 0.5.0 Stable

    cpm released this 2022-01-23 03:49:07 +01:00 | 187 commits to main since this release

    This release contains many improvments:

    • Extended http access log regex.
    • Restricted federation stats to active organizations only.
    • Improved status management in organizations and services display.
    • Added Let's encrypt detection for bot filtering.
    • Added date tips in header column with monthly label.
    • Replaced 0 value with emoji in organizations view and services view.
    • Added visits.ipv4 and visits.ipv6 management.
    • Added metrics configuration templates in README.
    • Changed visit and visitor definition.
    • Fixed bug in error nginx time parsing.
    • Fixed label display in 2 data graph.
    • Added bot pattern for mod_jk dummy connection in http logs.
    • Added asterisk month in organization list view.
    • Added asterisk month in service list view.
    • Fixed DataTables paths.
    • Fixed former member display.
    • Improved userAgent analyze.
    • Fixed empty http log file bug.
    • Added first veresion of Mumble probing (see README.md).
    • Fixed bug in TimeMark code.
    • Added first version of PrivateBin probing (see README.md).
    • Migrated to Log4j2 (with Log4shell fix).
    • Made code improvments.

    Warning: visit and visitors definition has changed. Now it is more restricted: humans + method GET + page + status SUCCESS.

    So some metrics have to be generate again (with -full) and some properties have to deleted:

    • Added
      • metrics.http.requesters : nombre de requêteurs.
      • metrics.http.requesters.ipv4 : nombre de requêteurs IPv4.
      • metrics.http.requesters.ipv6 : nombre de requêteurs IPv6.
      • metrics.http.requesters.humans : nombre de requêteurs humains.
      • metrics.http.requesters.bots : nombre de requêteurs bots.
      • metrics.http.requesters.bots.walks : nombre de passages de requêteurs bots.
      • metrics.http.metrics.methods.XXX : nombre de requête avec la méthode XXX.
      • metrics.http.visits.ipv4 : nombre de visites en IPv4.
      • metrics.http.visits.ipv6 : nombre de visites en IPv6.
    • Changed
      • metrics.http.visits : définition plus restrictive (humains + GET + page + SUCCESS).
      • metrics.http.visitors : définition de visiteur plus restrictive.
      • metrics.http.visitors.ipv4 : définition de visiteur plus restrictive.
      • metrics.http.visitors.ipv6 : définition de visiteur plus restrictive.
        Removed
      • metrics.http.visitors.humans : remplacé par metrics.http.visitors (nouvelle définition d'une visite).
      • metrics.http.visitors.bots : supprimé (nouvelle définition d'une visite).
      • metrics.https.visits.bots : supprimé (nouvelle définition d'une visite).
    Downloads