OpenSearch/qa
Simon Willnauer 818a9eefb2 Make settings validation strict
This commit enableds strict settings validation on node startup. All settings
passed to elasticsearch either through system properties, yaml files or any other
way to pass settings must be registered and valid. Settings that are unknown ie. due to
typos or due to deprecation or removal will cause the node to NOT start up. Plugins
have to declare all their settings on the `SettingsModule#registerSetting` and settings for
plugins that are not installed must be removed.

This commit also removes the ability to specify the nodes name via `-Des.name` or just `name` in the
configuration files. The node name must be prefixed with the node prexif like `node.name: Boom`. Left over
usage of `name` will also cause startup to fail.
2016-02-02 11:32:44 +01:00
..
evil-tests Make settings validation strict 2016-02-02 11:32:44 +01:00
ingest-disabled Move the pipeline configuration from the dedicated index to the cluster state. 2016-01-13 22:59:36 +01:00
ingest-with-mustache Add processor tags to on_failure metadata in ingest pipeline 2016-01-29 14:36:11 -08:00
smoke-test-client Make settings validation strict 2016-02-02 11:32:44 +01:00
smoke-test-multinode Build: Get multi node smoke tests working 2015-11-22 14:49:05 -08:00
smoke-test-plugins Build: Add fixture capabilities to integ tests 2015-12-19 15:46:21 -08:00
vagrant Plugin: Remove multicast plugin 2016-01-29 18:41:31 -08:00