etc-elasticsearch.asciidoc 756 B

1234567891011121314
  1. The `/etc/elasticsearch` directory contains the default runtime configuration
  2. for {es}. The ownership of this directory and all contained files are set to
  3. `root:elasticsearch` on package installations.
  4. The `setgid` flag applies group permissions on the `/etc/elasticsearch`
  5. directory to ensure that {es} can read any contained files and subdirectories.
  6. All files and subdirectories inherit the `root:elasticsearch` ownership.
  7. Running commands from this directory or any subdirectories, such as the
  8. <<secure-settings,elasticsearch-keystore tool>>, requires `root:elasticsearch`
  9. permissions.
  10. Elasticsearch loads its configuration from the
  11. `/etc/elasticsearch/elasticsearch.yml` file by default. The format of this
  12. config file is explained in <<settings>>.