mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update documentation on coordinator node usage (#9960)
* Update production.asciidoc * Update production.asciidoc Reorder configuration guide and mention config files. * Update production.asciidoc Fix typo.
This commit is contained in:
parent
9648ed3dce
commit
2cfe54a8da
1 changed files with 10 additions and 0 deletions
|
@ -106,6 +106,16 @@ name of your cluster.
|
|||
--------
|
||||
cluster.name: "my_cluster"
|
||||
--------
|
||||
. Check your transport and HTTP host configs in `elasticsearch.yml` under `network.host` and `transport.host`. The `transport.host` needs to be on the network reachable to the cluster members, the `network.host` is the network for the HTTP connection for Kibana (localhost:9200 by default).
|
||||
+
|
||||
--------
|
||||
network.host: localhost
|
||||
http.port: 9200
|
||||
|
||||
# by default transport.host refers to network.host
|
||||
transport.host: <external ip>
|
||||
transport.tcp.port: 9300 - 9400
|
||||
--------
|
||||
. Make sure Kibana is configured to point to your local client node. In `kibana.yml`, the `elasticsearch.url` should be set to
|
||||
`localhost:9200`.
|
||||
+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue