mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 18:03:32 -04:00
53 lines
1.7 KiB
Text
53 lines
1.7 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.
|
|
|
|
[[path-settings]]
|
|
[discrete]
|
|
==== Path settings
|
|
|
|
include::important-settings/path-settings.asciidoc[]
|
|
|
|
Elasticsearch offers a deprecated setting that allows you to specify multiple paths in `path.data`.
|
|
To learn about this setting, and how to migrate away from it, refer to <<multiple-data-paths>>.
|
|
|
|
include::important-settings/cluster-name.asciidoc[]
|
|
|
|
[[node-name]]
|
|
[discrete]
|
|
==== Node name setting
|
|
include::important-settings/node-name.asciidoc[]
|
|
|
|
include::important-settings/network-host.asciidoc[]
|
|
|
|
include::important-settings/discovery-settings.asciidoc[]
|
|
|
|
include::important-settings/heap-size.asciidoc[]
|
|
|
|
[[heap-dump-path]]
|
|
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[]
|