Merge pull request #13973 from brwe/conf-file-migration-doc

add paragraph about removal of conf file option
This commit is contained in:
Britta Weber 2015-10-06 19:39:15 +02:00
commit a80a03f098
1 changed files with 10 additions and 0 deletions

View File

@ -164,3 +164,13 @@ the `logging.yml` configuration file with the `file.layout.conversionPattern`
setting. setting.
Remove mapping.date.round_ceil setting for date math parsing #8889 (issues: #8556, #8598) Remove mapping.date.round_ceil setting for date math parsing #8889 (issues: #8556, #8598)
==== Custom config file
It is no longer possible to specify a custom config file with the `CONF_FILE`
environment variable, or the `-Des.config`, `-Des.default.config`, or
`-Delasticsearch.config` parameters.
Instead, the config file must be named `elasticsearch.yml` and must be located
in the default `config/` directory, or in the directory specified in the
`CONF_DIR` environment variable.