mirror of
https://github.com/minio/docs.git
synced 2025-08-08 01:43:18 +03:00
drop kafka changes for the moment
This commit is contained in:
@@ -196,7 +196,8 @@ HTTP Webhook Log Target
|
|||||||
|
|
||||||
*Optional*
|
*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.
|
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.
|
An integer value to use for the queue size for logger webhook targets.
|
||||||
The default is ``100000`` events.
|
The default is ``100000`` events.
|
||||||
|
|
||||||
Requires specifying :mc-conf:`~logger_webhook.queue_dir`.
|
|
||||||
|
|
||||||
This setting corresponds to the
|
This setting corresponds to the
|
||||||
:envvar:`MINIO_LOGGER_WEBHOOK_QUEUE_SIZE` environment variable.
|
:envvar:`MINIO_LOGGER_WEBHOOK_QUEUE_SIZE` environment variable.
|
||||||
|
|
||||||
@@ -301,36 +300,21 @@ HTTP Webhook Audit Log Target
|
|||||||
|
|
||||||
*Optional*
|
*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.
|
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.
|
This setting corresponds to the :envvar:`MINIO_AUDIT_WEBHOOK_QUEUE_DIR` environment variable.
|
||||||
|
|
||||||
.. mc-conf:: kafka_queue_dir
|
.. mc-conf:: queue_size
|
||||||
|
|
||||||
.. versionadded:: RELEASE.2023-05-18T00-05-36Z
|
|
||||||
|
|
||||||
*Optional*
|
*Optional*
|
||||||
|
|
||||||
Specify the directory path to enable MinIO's persistent event store for undelivered messages, such as ``/home/events``.
|
An integer value to use for the queue size for webhook targets.
|
||||||
|
|
||||||
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.
|
|
||||||
The default is ``100000`` events.
|
The default is ``100000`` events.
|
||||||
|
|
||||||
Requires specifying :mc-conf:`~audit_webhook.kafka_queue_dir`.
|
This setting corresponds to the :envvar:`MINIO_AUDIT_WEBHOOK_QUEUE_SIZE` environment variable.
|
||||||
|
|
||||||
This setting corresponds to the :envvar:`MINIO_AUDIT_KAFKA_QUEUE_SIZE` environment variable.
|
|
||||||
|
|
||||||
.. _minio-server-config-bucket-notification-amqp:
|
.. _minio-server-config-bucket-notification-amqp:
|
||||||
|
|
||||||
|
@@ -683,7 +683,8 @@ server logs webhook endpoints:
|
|||||||
|
|
||||||
*Optional*
|
*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.
|
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*
|
*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.
|
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.
|
This variable corresponds to the :mc-conf:`audit_webhook queue_dir <audit_webhook.queue_dir>` configuration setting.
|
||||||
|
|
||||||
.. envvar:: MINIO_AUDIT_KAFKA_QUEUE_DIR
|
.. envvar:: MINIO_AUDIT_WEBHOOK_QUEUE_SIZE
|
||||||
|
|
||||||
.. versionadded:: RELEASE.2023-05-18T00-05-36Z
|
|
||||||
|
|
||||||
*Optional*
|
*Optional*
|
||||||
|
|
||||||
Specify the directory path to enable MinIO's persistent event store for undelivered messages, such as ``/home/events``.
|
An integer value to use for the queue size for audit webhook targets.
|
||||||
|
|
||||||
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 queue_size <audit_webhook.queue_size>` configuration setting.
|
||||||
|
|
||||||
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
|
Bucket Notifications
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Reference in New Issue
Block a user