Package auditd-plugin-clickhouse: Information

    Source package: auditd-plugin-clickhouse
    Version: 20230217.1.2-alt1
    Latest version according to Repology
    Build time:  May 4, 2023, 11:52 PM in the task #319525
    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. bats
      2. boost-complete
      3. /proc
      4. /usr/bin/ctest
      5. cmake
      6. libclickhouse-cpp-devel
      7. gcc-c++
      8. rpm-macros-cmake
      9. libgtest-devel
      10. libaudit-devel

    Last changed


    Feb. 17, 2023 Paul Wolneykien 20230217.1.2-alt1
    - Fix: Set the "fp" datatype to integer.
    - Disable writing JSON files by default.
    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.