Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Situation Awareness
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
On this page

Show all

Help Center/ Cloud Search Service/ User Guide (Ankara Region)/ Elasticsearch/ Managing Elasticsearch Clusters/ Viewing Basic Information About an Elasticsearch Cluster

Viewing Basic Information About an Elasticsearch Cluster

Updated on 2024-12-02 GMT+08:00

On the Cluster Information page, you can view the information about a cluster, including the private network address, public IP address, version, and node.

  1. Log in to the CSS management console.
  2. Choose Clusters > Elasticsearch. The cluster list page is displayed.
  3. Click a cluster name to go to the Cluster Information page and view the basic information about the cluster.
    Table 1 Parameters for configuring basic information

    Type

    Parameter

    Description

    Cluster Information

    Name

    Cluster name. The name can be customized.

    You can click on the right to change the cluster name.

    ID

    Unique ID of a cluster, which is automatically generated by the system.

    Each cluster in the same region has a unique ID.

    Version

    Cluster version information.

    Cluster Status

    Current status of a cluster

    Task Status

    Current task status of a cluster. If no task is in progress, -- is displayed.

    Created

    Time when a cluster was created

    Cluster Storage Capacity (GB)

    Storage capacity of a cluster

    Used Cluster Storage (GB)

    Used storage capacity of a cluster

    Configuration

    Region

    Region where a cluster is located

    AZ

    AZ where a cluster is located

    VPC

    VPC to which the cluster belongs

    Subnet

    Subnet to which the cluster belongs

    Security Group

    Security group to which a cluster belongs.

    To change the security group of a cluster, click Change Security Group on the right.

    NOTICE:

    Before changing the security group, ensure that the port 9200 required for service access has been enabled. Incorrect security group configuration may cause service access failures. Exercise caution when performing this operation.

    Security Mode

    Security mode of a cluster.

    • Enabled: The current cluster is a security cluster.
    • Disabled: The current cluster is a non-security cluster.

    Reset Password

    This parameter is displayed only for security clusters.

    Click Reset to change the password of the administrator account admin of the security cluster.

    NOTE:

    Requirements for administrator passwords:

    • The password can contain 8 to 32 characters.
    • The password must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. The following special characters are supported: ~!@#$%^&*()-_=+\|[{}];:,<.>/?
    • Do not use the administrator name, or the administrator name spelled backwards.
    • You are advised to change the password periodically.

    Enterprise Project

    Enterprise project to which a cluster belongs.

    You can click the project name to view the basic information about the enterprise project.

    Public IP Address

    Public network access information, which is displayed only for clusters in security mode.

    • For a security cluster with public network access enabled, the configured public network address is displayed. You can use this address to access the security cluster from the public network.
    • For a security cluster with public network access disabled, -- is displayed.

    When using a public IP address to access a cluster, you are advised to enable access control and configure an access whitelist to improve cluster security.

    Access Control

    Whether to set access control for a cluster. This parameter is displayed only for clusters with public network access enabled.

    • Enabled: Only IP addresses in the whitelist can access the cluster through the public network.
    • Disabled: Any IP address can access the cluster through the public network.

    Click Set to configure the access control and the whitelist.

    Bandwidth

    The bandwidth for public network access. This parameter is displayed only for clusters with public network access enabled.

    Click Edit to change the bandwidth size.

    HTTPS Access

    Whether to enable the HTTPS access protocol for a cluster.

    • Disabled: The HTTP protocol is used for cluster access.
    • Enabled: The HTTPS protocol is used for cluster access. Only security clusters can enable this function. If HTTPS Access is enabled, you can click Download Certificate to obtain the CER security certificate for accessing the security cluster. Currently, the security certificate cannot be used in the public network environment.

    Private Network Address

    Private IP address and port number of a cluster, which can be used to access the cluster. If the cluster has only one node, the IP address and port number of only one node are displayed, for example, 10.62.179.32:9200. If the cluster has multiple nodes, the IP addresses and port numbers of all nodes are displayed, for example, 10.62.179.32:9200,10.62.179.33:9200.

    Node

    Node Specifications

    Specifications of nodes in a cluster

    Node Storage Type

    Storage capacity and storage type of nodes in a cluster

    Nodes

    Number of nodes in a cluster

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback