mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Deprecates the long-dead mc admin console command (#1204)
Corrects most references to point to the current command. Additional references to deprecated command fixed by PR #1198 . We should merge 1198 at the same time we merge this one.
This commit is contained in:
@ -44,7 +44,7 @@ Server Logs
|
|||||||
|
|
||||||
MinIO provides the following interfaces for remotely reading server logs:
|
MinIO provides the following interfaces for remotely reading server logs:
|
||||||
|
|
||||||
- The :mc:`mc admin console` command returns the specified server's console output.
|
- The :mc:`mc admin logs` command returns the specified server's console output.
|
||||||
- MinIO supports pushing server logs to an HTTP webhook for further ingestion.
|
- MinIO supports pushing server logs to an HTTP webhook for further ingestion.
|
||||||
See :ref:`minio-logging-publish-server-logs` for more information.
|
See :ref:`minio-logging-publish-server-logs` for more information.
|
||||||
|
|
||||||
|
@ -10,16 +10,18 @@
|
|||||||
|
|
||||||
.. mc:: mc admin console
|
.. mc:: mc admin console
|
||||||
|
|
||||||
|
.. important::
|
||||||
|
|
||||||
|
This command has been replaced by :mc:`mc admin logs` in `mc RELEASE.2022-12-02T23-48-47Z <https://github.com/minio/mc/releases/tag/RELEASE.2022-12-02T23-48-47Z>`__.
|
||||||
|
|
||||||
|
The command was previously replaced by ``mc support logs show`` in `mc RELEASE.2022-06-26T18-51-48Z <https://github.com/minio/mc/tree/RELEASE.2022-06-26T18-51-48Z>`__.
|
||||||
|
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. start-mc-admin-console-desc
|
|
||||||
|
|
||||||
The :mc:`mc admin console` command returns server log entries for each
|
The :mc:`mc admin console` command returns server log entries for each
|
||||||
MinIO server in the deployment.
|
MinIO server in the deployment.
|
||||||
|
|
||||||
.. end-mc-admin-console-desc
|
|
||||||
|
|
||||||
.. admonition:: Use ``mc admin`` on MinIO Deployments Only
|
.. admonition:: Use ``mc admin`` on MinIO Deployments Only
|
||||||
:class: note
|
:class: note
|
||||||
|
|
@ -50,11 +50,6 @@ The following table lists :mc:`mc admin` commands:
|
|||||||
:start-after: start-mc-admin-cluster-iam-desc
|
:start-after: start-mc-admin-cluster-iam-desc
|
||||||
:end-before: end-mc-admin-cluster-iam-desc
|
:end-before: end-mc-admin-cluster-iam-desc
|
||||||
|
|
||||||
* - :mc-cmd:`mc admin console`
|
|
||||||
- .. include:: /reference/minio-mc-admin/mc-admin-console.rst
|
|
||||||
:start-after: start-mc-admin-console-desc
|
|
||||||
:end-before: end-mc-admin-console-desc
|
|
||||||
|
|
||||||
* - :mc-cmd:`mc admin decommission`
|
* - :mc-cmd:`mc admin decommission`
|
||||||
- .. include:: /reference/minio-mc-admin/mc-admin-decommission.rst
|
- .. include:: /reference/minio-mc-admin/mc-admin-decommission.rst
|
||||||
:start-after: start-mc-admin-decommission-desc
|
:start-after: start-mc-admin-decommission-desc
|
||||||
@ -183,7 +178,6 @@ See :ref:`minio-mc-global-options`.
|
|||||||
/reference/minio-mc-admin/mc-admin-cluster-bucket
|
/reference/minio-mc-admin/mc-admin-cluster-bucket
|
||||||
/reference/minio-mc-admin/mc-admin-cluster-iam
|
/reference/minio-mc-admin/mc-admin-cluster-iam
|
||||||
/reference/minio-mc-admin/mc-admin-config
|
/reference/minio-mc-admin/mc-admin-config
|
||||||
/reference/minio-mc-admin/mc-admin-console
|
|
||||||
/reference/minio-mc-admin/mc-admin-decommission
|
/reference/minio-mc-admin/mc-admin-decommission
|
||||||
/reference/minio-mc-admin/mc-admin-group
|
/reference/minio-mc-admin/mc-admin-group
|
||||||
/reference/minio-mc-admin/mc-admin-heal
|
/reference/minio-mc-admin/mc-admin-heal
|
||||||
|
@ -88,6 +88,10 @@ Table of Deprecated Admin Commands
|
|||||||
- :mc-cmd:`mc quota clear`, :mc-cmd:`mc quota info`, :mc-cmd:`mc quota set`
|
- :mc-cmd:`mc quota clear`, :mc-cmd:`mc quota info`, :mc-cmd:`mc quota set`
|
||||||
- mc RELEASE.2022-12-13T00-23-28Z
|
- mc RELEASE.2022-12-13T00-23-28Z
|
||||||
|
|
||||||
|
* - ``mc admin console``
|
||||||
|
- :mc-cmd:`mc admin logs`
|
||||||
|
- mc RELEASE.2022-06-26T18-51-48Z
|
||||||
|
|
||||||
* - ``mc admin idp ldap add``
|
* - ``mc admin idp ldap add``
|
||||||
- :mc-cmd:`mc idp ldap add`
|
- :mc-cmd:`mc idp ldap add`
|
||||||
- mc RELEASE.2023-05-26T23-31-54Z
|
- mc RELEASE.2023-05-26T23-31-54Z
|
||||||
@ -207,6 +211,7 @@ Table of Deprecated Admin Commands
|
|||||||
/reference/deprecated/mc-ilm-ls
|
/reference/deprecated/mc-ilm-ls
|
||||||
/reference/deprecated/mc-ilm-rm
|
/reference/deprecated/mc-ilm-rm
|
||||||
/reference/deprecated/mc-admin-bucket-quota
|
/reference/deprecated/mc-admin-bucket-quota
|
||||||
|
/reference/deprecated/mc-admin-console
|
||||||
/reference/deprecated/mc-admin-idp-ldap
|
/reference/deprecated/mc-admin-idp-ldap
|
||||||
/reference/deprecated/mc-admin-idp-ldap-policy
|
/reference/deprecated/mc-admin-idp-ldap-policy
|
||||||
/reference/deprecated/mc-admin-idp-openid
|
/reference/deprecated/mc-admin-idp-openid
|
||||||
|
Reference in New Issue
Block a user