etc-elasticsearch.asciidoc 740 B

123456789101112
  1. Elasticsearch defaults to using `/etc/elasticsearch` for runtime configuration.
  2. The ownership of this directory and all files in this directory are set to
  3. `root:elasticsearch` on package installation and the directory has the `setgid`
  4. flag set so that any files and subdirectories created under `/etc/elasticsearch`
  5. are created with this ownership as well (e.g., if a keystore is created using
  6. the <<secure-settings,keystore tool>>). It is expected that this be maintained so
  7. that the Elasticsearch process can read the files under this directory via the
  8. group permissions.
  9. Elasticsearch loads its configuration from the
  10. `/etc/elasticsearch/elasticsearch.yml` file by default. The format of this
  11. config file is explained in <<settings>>.