ES comes with the Kibana module. You can search for and analyze index data in Kibana. You can also quickly access Kibana in the index list for data search and analysis.
The data management feature provides entries for quick access to the search and analysis pages. In the index list, click an entry to open the Kibana login page. After successful login, you can enter the corresponding page.
Note:Click Search to enter the Discover page of the index. Click Analyze to enter the Dashboard page.
To access the Kibana page, you need to log in with the username "elastic" and the Kibana password you set when you created your cluster. If you forgot your password, you can reset it on the cluster details page. For security reasons, you can configure an access blocklist/allowlist for the public address of the Kibana page. For more information, see ES Cluster.
After successful login, you will be redirected to the Discover page. Index patterns have been created for autonomous indices by index name by default, so you can directly perform data search:
After successful login, you will be redirected to the Dashboard page.
Was this page helpful?