Found 0 result in total
Content is empty
If you don't find the content you expect, please try another search term
Last updated:2023-07-11 14:20:02
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 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"
}
Pure Mode