Skip to content

Commit

Permalink
[DOCS] Edits load balancing section of production docs (#143481) (#14…
Browse files Browse the repository at this point in the history
…3570)

(cherry picked from commit 8741ace)

Co-authored-by: gchaps <[email protected]>
  • Loading branch information
kibanamachine and gchaps authored Oct 18, 2022
1 parent 9a393b7 commit 2151ceb
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docs/user/production-considerations/production.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,11 @@ you can configure {kib} to use a list of {es} hosts.
To serve multiple {kib} installations behind a load balancer, you must change the configuration.
See {kibana-ref}/settings.html[Configuring {kib}] for details on each setting.

Settings unique across each {kib} instance:
These settings must be unique across each {kib} instance:
[source,js]
--------
server.uuid
server.uuid // if not provided, this is autogenerated
server.name
--------

Settings unique across each host (for example, running multiple installations on the same virtual machine):
[source,js]
--------
path.data
pid.file
server.port
Expand Down Expand Up @@ -106,7 +101,7 @@ These can be used to automatically update the list of hosts as a cluster is resi
[[memory]]
=== Memory

Kibana has a default memory limit that scales based on total memory available. In some scenarios, such as large reporting jobs,
Kibana has a default memory limit that scales based on total memory available. In some scenarios, such as large reporting jobs,
it may make sense to tweak limits to meet more specific requirements.

A limit can be defined by setting `--max-old-space-size` in the `node.options` config file found inside the `kibana/config` folder or any other folder configured with the environment variable `KBN_PATH_CONF`. For example, in the Debian-based system, the folder is `/etc/kibana`.
Expand Down

0 comments on commit 2151ceb

Please sign in to comment.