Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] [DOCS] Use dedicated hosts for ES (#77582) #78147

Merged
merged 1 commit into from
Sep 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/reference/how-to/general.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ avoid the issues with large documents, it also makes the search experience
better. For instance if a user searches for two words `foo` and `bar`, a match
across different chapters is probably very poor, while a match within the same
paragraph is likely good.

12 changes: 9 additions & 3 deletions docs/reference/setup.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[setup]]
= Set up {es}

[partintro]
--
This section includes information on how to setup Elasticsearch and get it
running, including:

Expand Down Expand Up @@ -35,7 +33,15 @@ https://www.oracle.com/technetwork/java/eol-135779.html[LTS version of Java].
Elasticsearch will refuse to start if a known-bad version of Java is used.
The bundled JVM directory may be removed when using your own JVM.

--
[discrete]
[[dedicated-host]]
== Use dedicated hosts

In production, we recommend you run {es} on a dedicated host or as a primary
service. Several {es} features, such as automatic JVM heap sizing, assume it's
the only resource-intensive application on the host or container. For example,
you might run {metricbeat} alongside {es} for cluster statistics, but a
resource-heavy {ls} deployment should be on its own host.

include::setup/install.asciidoc[]

Expand Down