1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00

new envvars and settings

This commit is contained in:
Andrea Longo
2023-06-15 16:03:20 -06:00
parent 0229fff937
commit ac25949bcc
2 changed files with 101 additions and 4 deletions

View File

@@ -677,6 +677,18 @@ server logs webhook endpoints:
This variable corresponds to the :mc-conf:`logger_webhook proxy
<logger_webhook.proxy>` configuration setting.
.. envvar:: MINIO_LOGGER_WEBHOOK_QUEUE_DIR
.. versionadded:: RELEASE.2023-05-18T00-05-36Z
*Optional*
Specify the directory path to enable MinIO's persistent event store for undelivered messages, such as ``/home/events``.
MinIO stores undelivered events in the specified store while the webhook service is offline and replays the stored events when connectivity resumes.
This variable corresponds to the :mc-conf:`logger_webhook queue_dir <logger_webhook.queue_dir>` configuration setting.
.. envvar:: MINIO_LOGGER_WEBHOOK_QUEUE_SIZE
*Optional*
@@ -766,6 +778,40 @@ audit log webhook endpoints:
This variable corresponds to the :mc-conf:`audit_webhook client_key
<audit_webhook.client_key>` configuration setting.
.. envvar:: MINIO_AUDIT_WEBHOOK_QUEUE_DIR
.. versionadded:: RELEASE.2023-05-18T00-05-36Z
*Optional*
Specify the directory path to enable MinIO's persistent event store for undelivered messages, such as ``/home/events``.
MinIO stores undelivered events in the specified store while the webhook service is offline and replays the stored events when connectivity resumes.
This variable corresponds to the :mc-conf:`audit_webhook queue_dir <audit_webhook.queue_dir>` configuration setting.
.. envvar:: MINIO_AUDIT_KAFKA_QUEUE_DIR
.. versionadded:: RELEASE.2023-05-18T00-05-36Z
*Optional*
Specify the directory path to enable MinIO's persistent event store for undelivered messages, such as ``/home/events``.
MinIO stores undelivered events in the specified store while the Kafka service is offline and replays the stored events when connectivity resumes.
This variable corresponds to the :mc-conf:`audit_webhook kafka_queue_dir <audit_webhook.kafka_queue_dir>` configuration setting.
.. envvar:: MINIO_AUDIT_KAFKA_QUEUE_SIZE
.. versionadded:: RELEASE.2023-05-18T00-05-36Z
*Optional*
An integer value to use for the queue size for audit Kafka targets.
This variable corresponds to the :mc-conf:`audit_webhook kafka_queue_dir <audit_webhook.kafka_queue_dir>` configuration setting.
Bucket Notifications
~~~~~~~~~~~~~~~~~~~~