Skip to content

Commit b3aff3a

Browse files
DOC-482-table: add MC Enterprise features table (#531)
Create a features and benefits table in the Overview to showcase MC's Enterprise features. Removed the list of Enterprise features buried under the licensing topic to avoid duplication/being out of step, and linked to the new table. --------- Co-authored-by: Oliver Howell <[email protected]>
1 parent 9087d02 commit b3aff3a

File tree

2 files changed

+112
-19
lines changed

2 files changed

+112
-19
lines changed

docs/modules/deploy-manage/pages/license-management.adoc

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,7 @@
66

77
== Licensed features
88

9-
// For a list of Management Center's Enterprise features, see the xref:getting-started:overview.adoc#key-features-and-benefits[Overview].
10-
11-
Management Center requires a valid Enterprise license for the following:
12-
13-
- Clustered JMX
14-
15-
- Clustered REST API
16-
17-
- Cluster Client Filtering
18-
19-
- Prometheus Exporter
20-
21-
- Displaying metrics for more than three cluster members
22-
23-
- Healthcheck
9+
For a list of Management Center's Enterprise features, see the xref:getting-started:overview.adoc#key-features-and-benefits[Overview].
2410

2511
To use these features, you must install (in Management Center) either an Enterprise license for Management Center or an Enterprise license for Hazelcast Platform.
2612

docs/modules/getting-started/pages/overview.adoc

Lines changed: 111 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,122 @@
44

55
{description}
66

7-
Using Management Center, you can manage your Hazelcast deployment with a user-friendly interface to monitor performance, view statistics, and perform administrative tasks, allowing you to respond quickly to any issues that may arise, and helping you maximize the value of your Hazelcast deployment.
7+
You can use Management Center to monitor performance, view metrics, and perform administrative tasks such as license management and client filtering. This enables you manage your deployment effectively and respond quickly to any issues that arise, which helps maximize the value of your Hazelcast deployment.
8+
9+
NOTE: For information about what is new and improved across Hazelcast products and tools, see xref:{page-latest-supported-hazelcast}@hazelcast:ROOT:whats-new.adoc[What's new]. For detailed information about Management Center changes, see the xref:release-notes:releases.adoc[Release notes].
810

911
== {enterprise-product-name} versus {open-source-product-name}
1012

11-
While the {open-source-product-name} offers basic functionality for small deployments (up to 3 cluster members), the {enterprise-product-name} unlocks the full potential of Management Center with advanced security, monitoring, and management features. Get a 30-day free trial with no obligation from our https://hazelcast.com/get-started/[Try Hazelcast] page.
13+
If you have Hazelcast Platform {enterprise-product-name} then you have access to all Management Centre features, including advanced security, monitoring, and management features. You can either reuse your Hazelcast Platform license key or use a dedicated Enterprise license for Management Center. Otherwise, {open-source-product-name} offers basic functionality for small deployments (up to 3 cluster members).
14+
15+
TIP: Get a 30-day free Enterprise trial with no obligation from our https://hazelcast.com/get-started/[Try Hazelcast] page.
16+
17+
The following table explains which features are available in Management Center based on your license:
18+
19+
== Key features and benefits
1220

13-
To access Enterprise features, an Enterprise license must be installed on Management Center. See xref:deploy-manage:license-management.adoc[].
21+
[cols="30%,20%,20%,30%"]
22+
|===
23+
|*Real-time monitoring and performance tracking*|*{enterprise-product-name}*|*{open-source-product-name}*|*Description*
24+
25+
|Comprehensive dashboards for monitoring
26+
|No limits
27+
|Limited to monitoring clusters up to 3 members
28+
|Detailed statistics about members, clients and the data structures in real-time are provided to help you identify performance bottlenecks and optimize your applications
29+
30+
|Multi-channel monitoring
31+
|Included
32+
|N/A
33+
|Delivered through secure Clustered REST and JMX capabilities, and secure Prometheus Exporter functionality with authentication support, providing integration into enterprise-grade monitoring solutions
34+
35+
|Prometheus Exporter and Healthcheck
36+
|Included
37+
|N/A
38+
|Prometheus Exporter provides all the metrics from the cluster in a Prometheus format. Config allows for the metrics to be filtered. Also included are Config Healthcheck counters
39+
40+
|*Powerful administrative tools*|*{enterprise-product-name}*|*{open-source-product-name}*|*Description*
41+
|Client Filtering
42+
|Included
43+
|N/A
44+
|Allows you to control which clients can connect to a cluster; essential for Blue/Green or Red/Black deployments
45+
46+
|Config Healthcheck
47+
|Included
48+
|N/A
49+
|Lets you identify and diagnose issues in clusters. Config Healthcheck runs automatically when cluster topology or member configuration changes
50+
51+
|WAN Replication
52+
|Requires cluster with WAN Replication license
53+
|N/A
54+
|Provides detailed metrics and management of WAN Replication and Sync, including Merkle Tree support for consistency checks and an option to force sync any deltas
55+
56+
|Integrated tooling
57+
|Included
58+
|Included
59+
|Integrated tooling from Console, Command Line Client and scripting
60+
61+
|Diagnostics
62+
|Included
63+
|Included
64+
|Allows you to check performance and memory usage. Admin users can take thread dumps
65+
66+
|*Enterprise-grade security and integration*|*{enterprise-product-name}*|*{open-source-product-name}*|*Description*
67+
|Local User Security
68+
|Included
69+
|Included
70+
|User management with Role-Based Access Control (RBAC) provides several user roles (Admin, User, Read-Only, and Metrics-Only) with varying permissions for different operations
71+
72+
|Third-party authentication
73+
|Included
74+
|N/A
75+
|Extends the RBAC integration with support for third-party authentication services, including JAAS, LDAP, Active Directory, SAML and OpenID
76+
77+
|Audit logs
78+
|Included
79+
|N/A
80+
|Track administrative actions for compliance
81+
82+
|*SQL queries*|*{enterprise-product-name}*|*{open-source-product-name}*|*Description*
83+
|SQL Browser to execute queries
84+
|Includes ability to use SQL DML statements in SQL Browser
85+
|Included up to cluster of 3 members
86+
|Enables you to execute SQL queries (such as CREATE MAPPING, INSERT INTO, and SINK INTO) on your clusters. Management Center shows queryable objects with a schema and index explorer, and can handle streaming SQL queries, displaying the last 1,000 entries as they arrive
87+
88+
|High availability deployments
89+
|Included
90+
|N/A
91+
|Support for high availability deployments where multiple Management Center instances can connect to the same cluster, eliminating a single point of failure for management and monitoring purposes
92+
93+
|Easy deployment with Docker
94+
|Included
95+
|Included
96+
|Get started quickly with Management Center using Docker Compose. For example, create a docker-compose.yml file to run both Hazelcast and Management Center containers, with Management Center automatically connecting to the Hazelcast cluster
97+
98+
|*REST API*|*{enterprise-product-name}*|*{open-source-product-name}*|*Description*
99+
|Client Filtering API
100+
|Included
101+
|N/A
102+
|Access to the Client Filtering settings via secure API
103+
104+
|Cluster Metrics API
105+
|Included
106+
|N/A
107+
|Access to metrics of all clusters connected to Management Center
108+
109+
|WAN Replication API
110+
|Included
111+
|N/A
112+
|Access to WAN Replication metrics and management via API
113+
114+
|Cluster Connections API
115+
|Included
116+
|N/A
117+
|Manage cluster connections to Management Center via API
118+
119+
|===
14120

15-
NOTE: For information about xref:{page-latest-supported-hazelcast}@hazelcast:ROOT:whats-new.adoc[What's new], see the Hazelcast Platform documentation.
121+
NOTE: To access Enterprise features, a license must be installed on Management Center — see xref:deploy-manage:license-management.adoc[].
122+
The specific features enabled in Management Center depend on the license key. To verify which features are enabled, view the xref:deploy-manage:updating-mc-license-ui.adoc[License screen].
16123

17124
[[os-requirements]]
18125
== Requirements

0 commit comments

Comments
 (0)