You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
System and settingsedit
-
Elasticsearch now runs in the foreground by default. There is no more
-fflag on the command line. Instead, to run elasticsearch as a daemon, use the-dflag:
./bin/elasticsearch -d
-
Command line settings can now be passed without the
-Des.prefix, for instance:
./bin/elasticsearch --node.name=search_1 --cluster.name=production
-
Elasticsearch on 64 bit Linux now uses
mmapfsby default. Make sure that you setMAX_MAP_COUNTto a sufficiently high number. The RPM and Debian packages default this value to262144. - The RPM and Debian packages no longer start Elasticsearch by default.
The
cluster.routing.allocationsettings (disable_allocation,disable_new_allocationanddisable_replica_location) have been replaced by the single setting:cluster.routing.allocation.enable: all|primaries|new_primaries|none