Package clickhouse-audit-utils: Information

    Binary package: clickhouse-audit-utils
    Version: 0.1.7-alt1
    Architecture: armh
    Build time:  Sep 22, 2023, 03:27 AM in the task #330047
    Category: Monitoring
    Report package bug
    Home page: 

    License: GPLv3+
    Summary: Utilities to work with audit data stored in a Clickhouse database
    Description: 
    Utilities to work with audit data stored in a Clickhouse database.
    Currently the package contains only the export script that could be
    used to export the database records back to text (log) files.

    Maintainer: Paul Wolneykien

    List of contributors:
    Paul Wolneykien

    Last changed


    Sept. 22, 2023 Paul Wolneykien 0.1.7-alt1
    - Added tests to check the fix.
    - Fixed various potential loss of data.
    - Fix: Don't panic when no data have been read (EOF).
    - CRITICAL FIX: Don't assume the input buffer is always full.
    - Fix: Always panic if no end marker (newline) found.
    July 31, 2023 Paul Wolneykien 0.1.6-alt1
    - Fixed search for clickhouse-cpp library and use of its headers.
    - Added clickhouse-audit-utils package containing the audit record
      export script.
    - Fix: Own %_datadir/%name.
    May 24, 2023 Paul Wolneykien 0.1.5-alt1
    - Check that the plugin copes normally with slow and very slow input.
    - Fix: Search for newline only in newly received data.