sysconfig-file.asciidoc 732 B

12345678910111213141516171819202122
  1. [horizontal]
  2. `JAVA_HOME`::
  3. Set a custom Java path to be used.
  4. `ES_PATH_CONF`::
  5. Configuration file directory (which needs to include `elasticsearch.yml`,
  6. `jvm.options`, and `log4j2.properties` files); defaults to
  7. `/etc/elasticsearch`.
  8. `ES_JAVA_OPTS`::
  9. Any additional JVM system properties you may want to apply.
  10. `RESTART_ON_UPGRADE`::
  11. Configure restart on package upgrade, defaults to `false`. This means you
  12. will have to restart your Elasticsearch instance after installing a
  13. package manually. The reason for this is to ensure, that upgrades in a
  14. cluster do not result in a continuous shard reallocation resulting in high
  15. network traffic and reducing the response times of your cluster.