mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Update for mc RELEASE.2023-11-10T21-37-17Z (#1067)
Adds `--anonymize flag` to `mc support diag`. Not linked to an issue. Staged at http://192.241.195.202:9000/staging/mc-11-10-23/linux/reference/minio-mc/mc-support-diag.html
This commit is contained in:
@ -122,6 +122,16 @@ Generate a diagnostic report for a MinIO deployment at alias ``minio2`` and save
|
||||
#. Select the :guilabel:`Upload` button
|
||||
#. Drag and drop the file or browse to the ``.gzip`` file location to upload it
|
||||
|
||||
Upload Data to SUBNET with Strict Anonymization
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Generates health data for a MinIO cluster at alias ``myminio`` and anonymizes all sensitive data, including host names.
|
||||
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
mc support diag myminio --anonymize=strict
|
||||
|
||||
|
||||
Syntax
|
||||
------
|
||||
@ -133,6 +143,7 @@ The command has the following syntax:
|
||||
mc [GLOBALFLAGS] support diag \
|
||||
ALIAS \
|
||||
[--airgap] \
|
||||
[--anonymize=<string>] \
|
||||
[--api-key string]
|
||||
|
||||
|
||||
@ -156,6 +167,22 @@ Parameters
|
||||
|
||||
If the deployment is airgapped, but the local device where you are using the :ref:`minio client <minio-client>` has network access, you do not need to use the ``--airgap`` flag.
|
||||
|
||||
.. mc-cmd:: --anonymize
|
||||
|
||||
.. versionadded:: mc RELEASE.2023-11-10T21-37-17Z
|
||||
|
||||
MinIO anonymizes data loaded to SUBNET.
|
||||
Beginning with mc ``RELEASE.2023-11-10T21-37-17Z``, MinIO does *not* anonymize host names.
|
||||
This is the default ``standard`` anonymization mode.
|
||||
|
||||
Valid values are ``=strict`` or ``=standard``.
|
||||
|
||||
To anonymize all data, including host names, pass this parameter with the ``strict`` mode.
|
||||
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
mc support diag minio --anonymize=strict
|
||||
|
||||
.. mc-cmd:: --api-key
|
||||
:optional:
|
||||
|
Reference in New Issue
Block a user