diff --git a/source/administration/monitoring/publish-events-to-webhook.rst b/source/administration/monitoring/publish-events-to-webhook.rst index 40045b69..622af1dd 100644 --- a/source/administration/monitoring/publish-events-to-webhook.rst +++ b/source/administration/monitoring/publish-events-to-webhook.rst @@ -67,7 +67,6 @@ variables *or* by setting runtime configuration settings. set MINIO_NOTIFY_WEBHOOK_QUEUE_LIMIT_="" set MINIO_NOTIFY_WEBHOOK_CLIENT_CERT_="" set MINIO_NOTIFY_WEBHOOK_CLIENT_KEY_="" - set MINIO_NOTIFY_WEBHOOK_COMMENT_="" .. cond:: not windows @@ -81,7 +80,6 @@ variables *or* by setting runtime configuration settings. export MINIO_NOTIFY_WEBHOOK_QUEUE_LIMIT_="" export MINIO_NOTIFY_WEBHOOK_CLIENT_CERT_="" export MINIO_NOTIFY_WEBHOOK_CLIENT_KEY_="" - export MINIO_NOTIFY_WEBHOOK_COMMENT_="" - Replace ```` with a unique descriptive string for the Webhook service endpoint. Use the same ```` value for all @@ -124,8 +122,7 @@ variables *or* by setting runtime configuration settings. queue_dir="" \ queue_limit="" \ client_cert="" \ - client_key="" \ - comment="" + client_key="" - Replace ``IDENTIFIER`` with a unique descriptive string for the Webhook service endpoint. The following examples in this procedure @@ -279,8 +276,7 @@ for the Webhook service endpoint: queue_dir="" \ queue_limit="" \ client_cert="" \ - client_key="" \ - comment="" + client_key="" The :mc-conf:`notify_webhook endpoint ` configuration setting is the *minimum* required for an Webhook service endpoint. All other diff --git a/source/reference/minio-server/settings/notifications/webhook-service.rst b/source/reference/minio-server/settings/notifications/webhook-service.rst index 720f2df2..cf19ee70 100644 --- a/source/reference/minio-server/settings/notifications/webhook-service.rst +++ b/source/reference/minio-server/settings/notifications/webhook-service.rst @@ -271,65 +271,3 @@ Client Key :delimiter: " " Specify the path to the client private key to use for performing mTLS authentication to the webhook service. - -MaxRetry -~~~~~~~~ - -*Optional* - -.. tab-set:: - - .. tab-item:: Environment Variable - :sync: envvar - - .. envvar:: MINIO_NOTIFY_WEBHOOK_MAX_RETRY - - .. tab-item:: Configuration Setting - :sync: config - - .. mc-conf:: notify_webhook max_retry - :delimiter: " " - -Maximum number of attempts to retry an event send. -By default, the max number of retries is set to ``0``. - -RetryInterval -~~~~~~~~~~~~~ - -*Optional* - -.. tab-set:: - - .. tab-item:: Environment Variable - :sync: envvar - - .. envvar:: MINIO_NOTIFY_WEBHOOK_RETRY_INTERVAL - - .. tab-item:: Configuration Setting - :sync: config - - .. mc-conf:: notify_webhook retry_interval - :delimiter: " " - -Length of time to wait between retry attempts. -The default value is ``3s``. - -Comment -~~~~~~~ - -*Optional* - -.. tab-set:: - - .. tab-item:: Environment Variable - :sync: envvar - - .. envvar:: MINIO_NOTIFY_WEBHOOK_COMMENT - - .. tab-item:: Configuration Setting - :sync: config - - .. mc-conf:: notify_webhook comment - :delimiter: " " - -Specify a comment to associate with the Webhook configuration. \ No newline at end of file