mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
10 lines
471 B
Text
10 lines
471 B
Text
[[code-multiple-kibana-instances-config]]
|
|
== Config for multiple {kib} instances
|
|
If you are using multiple instances of {kib}, you must assign one {kib} instance as a *Code* `node`. Add the following line of code to your `kibana.yml` file for every {kib} instance and restart the instances:
|
|
|
|
[source,yaml]
|
|
----
|
|
xpack.code.codeNodeUrl: 'http://$YourCodeNodeAddress'
|
|
----
|
|
|
|
`$YourCodeNoteAddress` is the URL of your assigned *Code* node accessible by other {kib} instances.
|