From f9abc12e0493f02cbea7e4d155f7d839c2e321b7 Mon Sep 17 00:00:00 2001 From: Andrea Longo Date: Fri, 16 Jun 2023 16:36:21 -0600 Subject: [PATCH] drop kafka changes for the moment --- .../minio-mc-admin/mc-admin-config.rst | 30 +++++-------------- .../reference/minio-server/minio-server.rst | 26 +++++----------- 2 files changed, 14 insertions(+), 42 deletions(-) diff --git a/source/reference/minio-mc-admin/mc-admin-config.rst b/source/reference/minio-mc-admin/mc-admin-config.rst index 5c5ef901..f8499540 100644 --- a/source/reference/minio-mc-admin/mc-admin-config.rst +++ b/source/reference/minio-mc-admin/mc-admin-config.rst @@ -196,7 +196,8 @@ HTTP Webhook Log Target *Optional* - Specify the directory path to enable MinIO's persistent event store for undelivered messages, such as ``/home/events``. + Specify the directory path, such as ``/opt/minio/events``, to enable MinIO's persistent event store for undelivered messages. + The MinIO process must have read, write, and list access on the specified directory. MinIO stores undelivered events in the specified store while the webhook service is offline and replays the stored events when connectivity resumes. @@ -210,8 +211,6 @@ HTTP Webhook Log Target An integer value to use for the queue size for logger webhook targets. The default is ``100000`` events. - Requires specifying :mc-conf:`~logger_webhook.queue_dir`. - This setting corresponds to the :envvar:`MINIO_LOGGER_WEBHOOK_QUEUE_SIZE` environment variable. @@ -301,36 +300,21 @@ HTTP Webhook Audit Log Target *Optional* - Specify the directory path to enable MinIO's persistent event store for undelivered messages, such as ``/home/events``. + Specify the directory path, such as ``/opt/minio/events``, to enable MinIO's persistent event store for undelivered messages. + The MinIO process must have read, write, and list access on the specified directory. MinIO stores undelivered events in the specified store while the webhook service is offline and replays the stored events when connectivity resumes. This setting corresponds to the :envvar:`MINIO_AUDIT_WEBHOOK_QUEUE_DIR` environment variable. - .. mc-conf:: kafka_queue_dir - - .. versionadded:: RELEASE.2023-05-18T00-05-36Z + .. mc-conf:: queue_size *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 setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_QUEUE_DIR` environment variable. - - .. mc-conf:: kafka_queue_size - - .. versionadded:: RELEASE.2023-05-18T00-05-36Z - - *Optional* - - An integer value to use for the queue size for Kafka targets. + An integer value to use for the queue size for webhook targets. The default is ``100000`` events. - Requires specifying :mc-conf:`~audit_webhook.kafka_queue_dir`. - - This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_QUEUE_SIZE` environment variable. + This setting corresponds to the :envvar:`MINIO_AUDIT_WEBHOOK_QUEUE_SIZE` environment variable. .. _minio-server-config-bucket-notification-amqp: diff --git a/source/reference/minio-server/minio-server.rst b/source/reference/minio-server/minio-server.rst index fba0639c..248135ef 100644 --- a/source/reference/minio-server/minio-server.rst +++ b/source/reference/minio-server/minio-server.rst @@ -683,7 +683,8 @@ server logs webhook endpoints: *Optional* - Specify the directory path to enable MinIO's persistent event store for undelivered messages, such as ``/home/events``. + Specify the directory path, such as ``/opt/minio/events``, to enable MinIO's persistent event store for undelivered messages. + The MinIO process must have read, write, and list access on the specified directory. MinIO stores undelivered events in the specified store while the webhook service is offline and replays the stored events when connectivity resumes. @@ -784,33 +785,20 @@ audit log webhook endpoints: *Optional* - Specify the directory path to enable MinIO's persistent event store for undelivered messages, such as ``/home/events``. + Specify the directory path, such as ``/opt/minio/events``, to enable MinIO's persistent event store for undelivered messages. + The MinIO process must have read, write, and list access on the specified directory. 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 ` 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 ` configuration setting. - -.. envvar:: MINIO_AUDIT_KAFKA_QUEUE_SIZE - - .. versionadded:: RELEASE.2023-05-18T00-05-36Z +.. envvar:: MINIO_AUDIT_WEBHOOK_QUEUE_SIZE *Optional* - An integer value to use for the queue size for audit Kafka targets. + An integer value to use for the queue size for audit webhook targets. - This variable corresponds to the :mc-conf:`audit_webhook kafka_queue_dir ` configuration setting. + This variable corresponds to the :mc-conf:`audit_webhook queue_size ` configuration setting. Bucket Notifications ~~~~~~~~~~~~~~~~~~~~