mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
* [DOCS] Edit JVM settings info. Closes #72259 * Apply suggestions from code review Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> * Incorporated review feedback.
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
[[important-settings]]
|
|
=== Important {es} configuration
|
|
|
|
{es} requires very little configuration to get started, but there are a number
|
|
of items which *must* be considered before using your cluster in production:
|
|
|
|
* <<path-settings,Path settings>>
|
|
* <<cluster-name,Cluster name setting>>
|
|
* <<node-name,Node name setting>>
|
|
* <<network.host,Network host settings>>
|
|
* <<discovery-settings,Discovery settings>>
|
|
* <<heap-size-settings,Heap size settings>>
|
|
* <<heap-dump-path,JVM heap dump path setting>>
|
|
* <<gc-logging,GC logging settings>>
|
|
* <<es-tmpdir,Temporary directory settings>>
|
|
* <<error-file-path,JVM fatal error log setting>>
|
|
* <<important-settings-backups,Cluster backups>>
|
|
|
|
Our {ess-trial}[{ecloud}] service configures these items automatically, making
|
|
your cluster production-ready by default.
|
|
|
|
include::important-settings/path-settings.asciidoc[]
|
|
|
|
include::important-settings/cluster-name.asciidoc[]
|
|
|
|
include::important-settings/node-name.asciidoc[]
|
|
|
|
include::important-settings/network-host.asciidoc[]
|
|
|
|
include::important-settings/discovery-settings.asciidoc[]
|
|
|
|
include::important-settings/heap-size.asciidoc[]
|
|
|
|
include::important-settings/heap-dump-path.asciidoc[]
|
|
|
|
include::important-settings/gc-logging.asciidoc[]
|
|
|
|
include::important-settings/es-tmpdir.asciidoc[]
|
|
|
|
include::important-settings/error-file.asciidoc[]
|
|
|
|
include::important-settings/snapshot.asciidoc[]
|