Package auditd-plugin-clickhouse-lite: Information

    Source package: auditd-plugin-clickhouse-lite
    Version: 0.1.8-alt2
    Latest version according to Repology
    Build time:  Apr 4, 2024, 04:51 AM in the task #344323
    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 (x86_64, ppc64le, i586, aarch64)
    auditd-plugin-clickhouse-lite-debuginfo (x86_64, ppc64le, i586, aarch64)
    clickhouse-audit-utils (x86_64, ppc64le, i586, aarch64)

    Maintainer: Paul Wolneykien

    List of contributors:
    Paul Wolneykien

    ACL:
    Paul Wolneykien
    @everybody

      1. /proc
      2. bats
      3. boost-complete
      4. clickhouse-server
      5. cmake
      6. gcc-c++
      7. libaudit-devel
      8. libclickhouse-cpp-devel
      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.