InterviewSolution
Saved Bookmarks
| 1. |
What Is Kibana Port? |
|
Answer» The DEFAULT settings CONFIGURE KIBANA to run on localhost:5601 . To change the host or port NUMBER, or connect to Elasticsearch running on a different machine, you’ll need to update your kibana.yml file. You can also enable SSL and set a variety of other OPTIONS. The default settings configure Kibana to run on localhost:5601 . To change the host or port number, or connect to Elasticsearch running on a different machine, you’ll need to update your kibana.yml file. You can also enable SSL and set a variety of other options. |
|