如何为用户分配监控角色(端口 8002)
How to assign a Monitoring role to a user (port 8002)
我正在使用 MarkLogic 版本 8。我希望开发人员能够访问监控历史记录(默认端口 8002)。
我使用什么角色?
我在管理控制台中看到很多角色,但不知道应该使用哪个角色进行监控。
授予用户 manage-user 角色,他们将有权访问 Monitoring History 应用程序。
https://docs.marklogic.com/guide/admin/config_manager#id_91278
To access the Configuration Manager page, users must have the role manage-user
. The role does not grant any privileges to modify configuration settings. Users with the manage-user
role may:
Access the Configuration Manager pages to view resources and settings.
Export configurations to an ZIP file (with the exception of modules databases).>
Import previously saved configurations into the Configuration Manager to view or compare them.
The manage-user
role does not grant privileges to edit configuration settings, apply configuration changes from an imported configuration, or to export modules databases. To export the content of modules databases, you must have the manage-admin
role. However, you won't be able to see modules that you don't have permissions to access. To install (Apply imported) packages, you must to have the admin
privilege.
我正在使用 MarkLogic 版本 8。我希望开发人员能够访问监控历史记录(默认端口 8002)。
我使用什么角色?
我在管理控制台中看到很多角色,但不知道应该使用哪个角色进行监控。
授予用户 manage-user 角色,他们将有权访问 Monitoring History 应用程序。
https://docs.marklogic.com/guide/admin/config_manager#id_91278
To access the Configuration Manager page, users must have the role
manage-user
. The role does not grant any privileges to modify configuration settings. Users with themanage-user
role may:
Access the Configuration Manager pages to view resources and settings.
Export configurations to an ZIP file (with the exception of modules databases).>
Import previously saved configurations into the Configuration Manager to view or compare them.
The
manage-user
role does not grant privileges to edit configuration settings, apply configuration changes from an imported configuration, or to export modules databases. To export the content of modules databases, you must have themanage-admin
role. However, you won't be able to see modules that you don't have permissions to access. To install (Apply imported) packages, you must to have theadmin
privilege.