Package auditd-plugin-clickhouse-lite: Information

    Source package: auditd-plugin-clickhouse-lite
    Version: 0.1.8-alt2
    Build time:  Apr 4, 2024, 06:56 AM
    Category: Monitoring
    Report package bug
    Home page: 

    License: GPLv3+
    Summary: A lightweight plugin for auditd daemon to send audit data to a Clickhouse database
    Description: 
    A lightweight plugin for auditd daemon to send audit data to a Clickhouse
    database.

    List of rpms provided by this srpm:
    auditd-plugin-clickhouse-lite (loongarch64)
    auditd-plugin-clickhouse-lite-debuginfo (loongarch64)
    clickhouse-audit-utils (loongarch64)

    Maintainer: Paul Wolneykien

    List of contributors:
    Paul Wolneykien

      1. /proc
      2. libaudit-devel
      3. bats
      4. boost-complete
      5. clickhouse-server
      6. cmake
      7. libclickhouse-cpp-devel
      8. gcc-c++
      9. pytest3
      10. python3(clickhouse_driver)
      11. python3(clickhouse_test)
      12. rpm-macros-cmake

    Last changed


    April 4, 2024 Paul Wolneykien 0.1.8-alt2
    - Disable database build test on arches where clickhouse-server is
      not available.
    April 4, 2024 Paul Wolneykien 0.1.8-alt1
    - Added test checking "build_test.log" is written and processed.
    - Added test checking "test.log" is written to AuditDataRaw table.
    - Added tests that run against a real ClickHouse instance with
      the help of python3-module-clickhouse-test.
    - Load init_db.sql statement-by-statement, i. e.: allow to place
      a multi-statement SQL script there.
    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.