elasticsearch/docs/reference
Simon Willnauer 8b075dbb75 Remove ability to specify arbitrary node attributes with `node.` prefix
Today the basic node settings like `node.data` and `node.master` can't really be fully validated
since we allow to specify custom user attributes on the node level. We have to, in order to
support that, add a wildcard setting for `node.*` to let these setting pass validation.
Instead we should require a more contraint prefix like `node.attr.` that defines a namespace
that is reserved for user attributes.
This commit adds a new namespace for attributes in `node.attr`.

Closes #17280
2016-03-30 13:29:48 +02:00
..
aggregations Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00
analysis Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00
cat Merge branch 'master' into enhancement/remove_node_client_setting 2016-03-23 11:25:34 +01:00
cluster Merge branch 'master' into enhancement/remove_node_client_setting 2016-03-29 20:19:33 +02:00
docs Update task management docs to reflect the latest changes in the interface 2016-03-29 12:26:37 -04:00
images
index-modules Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00
indices document suggest stats being merged with search stats 2016-03-23 16:37:57 -04:00
ingest add type conversion support to ConvertProcessor 2016-03-29 07:56:53 -07:00
mapping Add limit to total number of fields in mapping. #17357 2016-03-29 19:39:46 +02:00
migration Remove ability to specify arbitrary node attributes with `node.` prefix 2016-03-30 13:29:48 +02:00
modules Merge branch 'master' into enhancement/remove_node_client_setting 2016-03-25 20:16:40 +01:00
query-dsl Merge pull request #17272 from pengqiuyuan/master 2016-03-24 16:49:49 +01:00
release-notes Docs: Added 5.0.0-alpha1 release notes 2016-03-18 14:51:49 +01:00
search Merge branch 'master' into deprecation/sort-option-reverse-removal 2016-03-29 11:04:02 +02:00
setup Bootstrap does not set system properties 2016-03-13 20:09:15 -04:00
testing
aggregations.asciidoc Merge pull request #16741 from blachniet/patch-1 2016-03-02 10:57:56 +01:00
analysis.asciidoc
api-conventions.asciidoc Update api-conventions.asciidoc 2016-03-04 10:10:29 +01:00
cat.asciidoc
cluster.asciidoc Update task management docs to reflect the latest changes in the interface 2016-03-29 12:26:37 -04:00
docs.asciidoc Docs: Display reindex/update by query API and fix build doc issue 2016-03-18 10:44:16 +01:00
getting-started.asciidoc Bootstrap does not set system properties 2016-03-13 20:09:15 -04:00
glossary.asciidoc
index-modules.asciidoc Redocument the `index.merge.scheduler.max_thread_count` setting 2016-03-05 16:28:43 +01:00
index.asciidoc Docs: Build release notes 2016-03-18 15:04:49 +01:00
indices.asciidoc
ingest.asciidoc Docs: Added the ingest node to the modules/nodes page 2016-03-15 19:03:18 +01:00
mapping.asciidoc Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00
modules.asciidoc Docs: Adding Painless to the Scripting documentation. 2016-03-23 13:52:40 -07:00
query-dsl.asciidoc
redirects.asciidoc Change the field mapping index time boost into a query time boost. 2016-03-04 11:47:35 +01:00
release-notes.asciidoc Docs: Added 5.0.0-alpha1 release notes 2016-03-18 14:51:49 +01:00
search.asciidoc
setup.asciidoc Bootstrap does not set system properties 2016-03-13 20:09:15 -04:00
testing.asciidoc