Package auditd-plugin-clickhouse-lite: Information

    Source package: auditd-plugin-clickhouse-lite
    Version: 0.1.9-alt3
    Latest version according to Repology
    Build time:  Mar 24, 2026, 07:28 PM in the task #409849
    Category: Monitoring
    Report package bug
    FTBFS
    ArchitectureFTBFS sinceUpdate
    x86_64June 7, 2026June 7, 2026

    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 RPM packages built from this SRPM:
    auditd-plugin-clickhouse-lite (x86_64, i586, aarch64)
    auditd-plugin-clickhouse-lite-debuginfo (x86_64, i586, aarch64)
    clickhouse-audit-utils (noarch)

    Maintainer: Ilya Kurdyukov

    List of contributors:
    Ilya Kurdyukov
    Paul Wolneykien


      1. /proc
      2. bats
      3. boost-devel-headers
      4. clickhouse-client
      5. clickhouse-server
      6. cmake
      7. ctest
      8. libaudit-devel
      9. python3-module-clickhouse_test >= 0.1.3
      10. pytest3
      11. rpm-macros-cmake
      12. python3(clickhouse_driver)
      13. libclickhouse-cpp-devel
      14. gcc-c++

    Last changed


    Feb. 13, 2026 Ilya Kurdyukov 0.1.9-alt3
    - e2k build fix
    Feb. 3, 2026 Paul Wolneykien 0.1.9-alt2
    - Fix: Own /usr/libexec/clickhouse-audit-export.
    Feb. 3, 2026 Paul Wolneykien 0.1.9-alt1
    - Fix: Make clickhouse-audit-utils package noarch.
    - Make auditd-plugin-clickhouse-lite support -V for version info.
    - Fix: Output raw audit data in 'TabSeparatedRaw' format to prevent
      extra backslash escaping.
    - Make clickhouse-audit-export use the new export scripts.
    - Export raw audit records by subset of record IDs.
    - Fixed build without dbtest.
    - FIX: Filter by UID in all queries!
    - Partition all the tables by start of month.
    - Limit the process timeframe to 5 days.
    - Added 'build_info(start_id=ID)' parametrized view.
    - Added 'process_tree(start_id=ID)' parametrized view.
    - Index 'process_parts' by PID.
    - Minimize Boost dependencies.
    - Don't use FINAL in queries: aggregate the data in-query.
    - Fix: Do not count unsuccessful rpmbuild spawns.
    - Divide views and tables onto three separated groups:
      1. the main AuditDataRaw table;
      2. the pstree tables and views;
      3. the rpmbuild tables and views.
    - Refactor rpmbuild index: include target, package name and version
      and place into 'package_build_index' table.