diff --git a/docs/reference/migration/migrate_2_0/settings.asciidoc b/docs/reference/migration/migrate_2_0/settings.asciidoc index 17d36c598cc..0be16cba407 100644 --- a/docs/reference/migration/migrate_2_0/settings.asciidoc +++ b/docs/reference/migration/migrate_2_0/settings.asciidoc @@ -164,3 +164,13 @@ the `logging.yml` configuration file with the `file.layout.conversionPattern` setting. 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.