1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00
Andrea Longo
2023-07-20 14:03:44 -06:00
committed by GitHub
parent 2abd324c3a
commit 6e3d3c56ae
3 changed files with 55 additions and 0 deletions

View File

@ -1124,6 +1124,22 @@ A comment to associate with the configuration.
.. end-minio-kafka-audit-logging-comment-desc
.. start-minio-kafka-audit-logging-queue-dir-desc
Specify the directory path to enable MinIO's persistent event store for
undelivered messages, such as ``/opt/minio/events``.
MinIO stores undelivered events in the specified store while the Kafka
service is offline and replays the stored events when connectivity resumes.
.. end-minio-kafka-audit-logging-queue-dir-desc
.. start-minio-kafka-audit-logging-queue-size-desc
Specify the maximum limit for undelivered messages. Defaults to ``100000``.
.. end-minio-kafka-audit-logging-queue-size-desc
.. start-minio-data-compression-allow_encryption-desc
Set to ``on`` to encrypt objects after compressing them.

View File

@ -477,6 +477,26 @@ Kafka Audit Log Target
This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_COMMENT` environment variable.
.. mc-conf:: queue_dir
:optional:
:delimiter: " "
.. include:: /includes/common-mc-admin-config.rst
:start-after: start-minio-kafka-audit-logging-queue-dir-desc
:end-before: end-minio-kafka-audit-logging-queue-dir-desc
This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_QUEUE_DIR` environment variable.
.. mc-conf:: queue_size
:optional:
:delimiter: " "
.. include:: /includes/common-mc-admin-config.rst
:start-after: start-minio-kafka-audit-logging-queue-size-desc
:end-before: end-minio-kafka-audit-logging-queue-size-desc
This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_QUEUE_SIZE` environment variable.
.. _minio-server-config-bucket-notification-amqp:
AMQP Service for Bucket Notifications

View File

@ -941,6 +941,25 @@ The following section documents environment variables for configuring MinIO to p
This environment variable corresponds to the :mc-conf:`audit_kafka.comment` configuration setting.
.. envvar:: MINIO_AUDIT_KAFKA_QUEUE_DIR
:optional:
.. include:: /includes/common-mc-admin-config.rst
:start-after: start-minio-kafka-audit-logging-queue-dir-desc
:end-before: end-minio-kafka-audit-logging-queue-dir-desc
This environment variable corresponds to the :mc-conf:`audit_kafka.queue_dir` configuration setting.
.. envvar:: MINIO_AUDIT_KAFKA_QUEUE_SIZE
:optional:
.. include:: /includes/common-mc-admin-config.rst
:start-after: start-minio-kafka-audit-logging-queue-size-desc
:end-before: end-minio-kafka-audit-logging-queue-size-desc
This environment variable corresponds to the :mc-conf:`audit_kafka.queue_size` configuration setting.
Bucket Notifications
~~~~~~~~~~~~~~~~~~~~