mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
10 lines
504 B
Text
10 lines
504 B
Text
[[code-multiple-kibana-instances-config]]
|
|
== Config for multiple {kib} instances
|
|
If you are using multiple instances of {kib}, you must manually assign at least one {kib} instance as a *Code* `node`. Add the following line of code to your `kibana.yml` file for each {kib} instance you wish to use 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.
|