Package auditd-plugin-clickhouse: Information

    Source package: auditd-plugin-clickhouse
    Version: 20230209.1.1-alt1
    Latest version according to Repology
    Build time:  Feb 9, 2023, 02:57 PM in the task #314941
    Category: Monitoring
    Report package bug
    Home page: 

    License: GPLv3+
    Summary: Plugin for Auditd daemon for sending data into Clickhouse database
    Description: 
    Plugin for Auditd daemon for sending data into Clickhouse database

    List of rpms provided by this srpm:
    auditd-plugin-clickhouse (x86_64, ppc64le, i586, armh, aarch64)
    auditd-plugin-clickhouse-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Paul Wolneykien


      1. cmake
      2. /proc
      3. /usr/bin/ctest
      4. libclickhouse-cpp-devel
      5. bats
      6. boost-complete
      7. gcc-c++
      8. rpm-macros-cmake
      9. libgtest-devel
      10. libaudit-devel

    Last changed


    Feb. 9, 2023 Paul Wolneykien 20230209.1.1-alt1
    - Improved the boundary condition, when to notify the writing thread.
    - Fixed potentially uninitialized variable.
    Feb. 8, 2023 Paul Wolneykien 20230208.1.1-alt1
    - Set SendRetries=5 by default.
    - Reduce the min success sequence each time the batch is increased.
    - Write to log about batch size and min success sequence changes.
    - Reduce the batch only on the following server errors:
      CANNOT_ALLOCATE_MEMORY (173), MEMORY_LIMIT_EXCEEDED (241) and
      LIMIT_EXCEEDED (290).
    - Display the error type and code. Don't reduce the batch size on
      other than server errors.
    - Fix: If WriteCountLimitMin=0 use 1.
    Feb. 6, 2023 Paul Wolneykien 20230206.1.3-alt1
    - Set SendRetries=100, RetryTimeout=5 by default.