0

I installed Kibana and Elasticsearch and I cannot find in the documentation the default password for the Kibana UI.

The only way to interact with Kibana is to reset the password with bin/elasticsearch-reset-password -u elastic -i.

What is the default password or is it the best way to do it ?

glacier
  • 103
  • 3

1 Answers1

0

Quote from this Kibana link:

Get started with Kibana

  1. After starting Kibana, you can access it at port 5601. For example, http://localhost:5601.

  2. Log in with the default username admin and password admin.

Pierre.Vriens
  • 7,225
  • 14
  • 39
  • 84