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.
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.
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).
In the Kibana console, click Dev Tools in the left navigation pane and run the following command on the Console tab:
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"
}
Did you find the above information helpful?
Please give us your feedback.
Thank you for your feedback.