InterviewSolution
Saved Bookmarks
| 1. |
What Is Kibana.yml? |
|
Answer» The Kibana server reads properties from the kibana.yml file on startup. 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 Kibana server reads properties from the kibana.yml file on startup. 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. |
|