Access Kibanaedit

The fastest way to access Kibana is to use our hosted Elasticsearch Service. If you installed Kibana on your own, access Kibana through the web application.

Set up on cloudedit

There’s no faster way to get started than with our hosted Elasticsearch Service on Elastic Cloud:

  1. Get a free trial.
  2. Log into Elastic Cloud.
  3. Click Create deployment.
  4. Give your deployment a name.
  5. Click Create deployment and download the password for the elastic user.

That’s it! Now that you are up and running, it’s time to get some data into Kibana. Kibana will open as soon as your deployment is ready.

Log on to the web applicationedit

If you are using a self-managed deployment, you access Kibana through the web application on port 5601.

  1. Point your web browser to the machine where you are running Kibana and specify the port number. For example, localhost:5601 or http://YOURDOMAIN.com:5601.
  2. To allow remote users to connect to Kibana, set the parameter server.host in kibana.yml to a non-loopback address.
  3. On the home page, click Kibana.

    To make the Kibana page your landing page, click Make this my landing page.

Check the Kibana statusedit

To view the Kibana status page, use the status endpoint. For example, localhost:5601/status. The status page displays information about the server resource usage and installed plugins.

kibana status page 7 5 0

For JSON-formatted server status details, use the localhost:5601/api/status API endpoint.