All Documents
Current Document

Content is empty

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

Documentation

Step 3: Access a cluster

Last updated:2023-07-11 14:20:02

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.

image.png

Access Kibana

You can access Kibana from the Visualization section on the cluster details page. Before you use Kibana, make that the cluster is associated with an EIP.

Access a cluster

In the Kibana console, click Dev Tools in the left navigation pane and run the following command on the Console tab:

GET /

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