Package auditd-plugin-clickhouse: Information

    Source package: auditd-plugin-clickhouse
    Version: 20230206.1.2-alt1
    Latest version according to Repology
    Build time:  Feb 6, 2023, 04:15 PM in the task #314758
    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. libgtest-devel
      9. rpm-macros-cmake
      10. libaudit-devel

    Last changed


    Feb. 6, 2023 Paul Wolneykien 20230206.1.2-alt1
    - Set WriteCountLimit=100000, WriteCountLimitMin=1000 by default.
    Feb. 6, 2023 Paul Wolneykien 20230206.1.1-alt1
    - Flush the records from auparse buffer when the half of WriteTimeout
      is passed.
    - Fixed compilation warnings (actually, size/sign errors that lead
      to misbehaving on some arches).
    Feb. 3, 2023 Paul Wolneykien 20230203.1.1-alt1
    - Fix: Do not wait for data or timeout if there's enough records
      to insert.
    - Fix: Exit the writer thread only after all records have been
      inserted.
    - Fix: Flush the auparse buffer and stop the writer thread on exit.
    - Added more tets using Bats and a test client with a DB stub.
    - New feature: Adjust block size on error and repeat.
    - Fix: Use "Wrote all saved data to DB" message for sync write only.