All Documents
Current Document

Content is empty

If you don't find the content you expect, please try another search term

Documentation

Access a cluster

Last updated:2022-01-11 13:43:23

This topic describes how to access a cluster before you query business data by using Kingsoft Cloud Elasticsearch Service (KES). You can use Kibana to access KES clusters.

Use Kibana to access a cluster

KES is integrated with Kibana. You can access the Kibana page for a cluster over the Internet to query, analyze, and manage data in a visualized way.

Access Kibana

You can access Kibana from the Visualization section on the cluster details page. Before you use Kibana, make sure that the cluster is associated with an elastic IP address (EIP). image.png

Access a cluster

In the Kibana console, click Dev Tools in the left navigation pane and run the following command on the Console tab: Dev Tools.png
The following information is displayed:

{
  "name" : "10.0.0.248_0",
  "cluster_name" : "es-20200228133406",
  "cluster_uuid" : "F6F2wbGJRIijqCetPqoSdg",
  "version" : {
    "number" : "6.8.4",
    "build_flavor" : "default",
    "build_type" : "tar",
    "build_hash" : "bca0c8d",
    "build_date" : "2019-10-16T06:19:49.319352Z",
    "build_snapshot" : false,
    "lucene_version" : "7.7.2",
    "minimum_wire_compatibility_version" : "5.6.0",
    "minimum_index_compatibility_version" : "5.0.0"
  },
  "tagline" : "You Know, for Search"
}
On this page
Pure ModeNormal Mode

Pure Mode

Click to preview the document content in full screen
Feedback