modules.asciidoc 754 B

123456789101112131415161718192021222324252627
  1. [[modules]]
  2. = Modules
  3. [partintro]
  4. --
  5. This section contains modules responsible for various aspects of the functionality in Elasticsearch. Each module has settings which may be:
  6. _static_::
  7. These settings must be set at the node level, either in the
  8. `elasticsearch.yml` file, or as an environment variable or on the command line
  9. when starting a node. They must be set on every relevant node in the cluster.
  10. _dynamic_::
  11. These settings can be dynamically updated on a live cluster with the
  12. <<cluster-update-settings,cluster-update-settings>> API.
  13. The modules in this section are:
  14. <<modules-discovery,Discovery and cluster formation>>::
  15. How nodes discover each other, elect a master and form a cluster.
  16. --
  17. include::modules/discovery.asciidoc[]