Skip to content

Update overview.adoc #561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: v/5.7
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ asciidoc:
page-latest-supported-clc: '5.4.1'
page-toclevels: 1
experimental: true
open-source-product-name: 'Community Edition'
enterprise-product-name: 'Enterprise Edition'
nav:
- modules/ROOT/nav.adoc
9 changes: 1 addition & 8 deletions docs/modules/deploy-manage/pages/license-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@

== Licensed Features

Management Center requires a valid Enterprise license for the following:

* Clustered JMX
* Clustered REST API
* Cluster Client Filtering
* Prometheus Exporter
* Displaying metrics for more than three cluster members
* Healthcheck
For a list of Management Center's Enterprise features, see the xref:getting-started:overview.adoc[Overview].

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

Expand Down
79 changes: 71 additions & 8 deletions docs/modules/getting-started/pages/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,77 @@

{description}

Here are some example of what you can do with Management Center:

* Monitor the performance of your clusters from the UI, a JMX interface, and Prometheus.
* See statistical information about your members, clients, and data structures.
* Execute SQL queries on your clusters.
* Perform administrative tasks such as identifying and diagnosing issues in clusters.
* Use client filtering to define rules of which clients are allowed (or denied) to connect to a cluster as part of Blue/Green or Red/Black deployments.
* Use REST API endpoints to return the information presented in Management Center.
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.

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

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.

NOTE: To access Enterprise features, an Enterprise license must be installed on Management Center. See xref:deploy-manage:license-management.adoc[].

== Key features and benefits

[cols="2a,1a,1a"]
|===
|Real-time monitoring and performance tracking|{open-source-product-name}|{enterprise-product-name}

|Comprehensive dashboards provide detailed statistics about members, clients and the data structures in real-time, helping you identify performance bottlenecks and optimize your applications
|Limited to monitoring clusters up to 3 members
|No limits

|Multi-channel monitoring through secure Clustered REST and JMX capabilities, and secure Prometheus Exporter functionality with authentication support, providing integration into enterprise-grade monitoring solutions
|n/a
|Included

|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
|n/a
|Included

|*Powerful administrative tools*|*{open-source-product-name}*|*{enterprise-product-name}*
|Client Filtering allows you to control which clients can connect to a cluster; essential for Blue/Green or Red/Black deployments
|n/a
|Included

|Config Healthcheck lets you identify and diagnose issues in clusters. This runs automatically when cluster topology or member configuration changes
|n/a
|Included

|Integrated tooling from Console, Command Line Client and scripting
|Included
|Included

|Diagnostics allow you to check performance and memory usage. Admin user can take thread dumps
|Included
|Included

|*Enterprise-grade security and integration*|*{open-source-product-name}*|*{enterprise-product-name}*
|Local User Security — 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
|Included
|Included

|Third-party authentication extends the RBAC integration with support for third-party authentication services, including JAAS, LDAP, Active Directory, SAML and OpenID
|n/a
|Included

|Audit logs track administrative actions for compliance
|n/a
|Included

|*SQL queries*|*{open-source-product-name}*|*{enterprise-product-name}*
|The SQL Browser feature enables you to execute SQL queries 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
|Included up to cluster of 3 members
|Includes the ability to use SQL DML statements such as CREATE MAPPING, INSERT INTO, and SINK INTO in the SQL Browser

|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
|n/a
|Included

|Easy deployment with Docker. You can quickly get started with Management Center using Docker Compose. For example, you can create a docker-compose.yml file to run both Hazelcast and Management Center containers, with Management Center automatically connecting to the Hazelcast cluster
|Included
|Included
|===

NOTE: For information about xref:{page-latest-supported-hazelcast}@hazelcast:ROOT:whats-new.adoc[What's new], see the Hazelcast Platform documentation.

[[os-requirements]]
== Requirements
Expand Down