diff --git a/x-pack/plugin/core/src/main/resources/security-index-template.json b/x-pack/plugin/core/src/main/resources/security-index-template.json index 94bb2b03ee049..b79c34384d704 100644 --- a/x-pack/plugin/core/src/main/resources/security-index-template.json +++ b/x-pack/plugin/core/src/main/resources/security-index-template.json @@ -59,7 +59,7 @@ }, "metadata" : { "type" : "object", - "dynamic" : true + "dynamic" : false }, "enabled": { "type": "boolean" @@ -179,7 +179,7 @@ }, "metadata" : { "type" : "object", - "dynamic" : true + "dynamic" : false }, "realm" : { "type" : "keyword" @@ -188,7 +188,7 @@ }, "rules" : { "type" : "object", - "dynamic" : true + "dynamic" : false }, "refresh_token" : { "type" : "object", @@ -243,7 +243,7 @@ }, "metadata" : { "type" : "object", - "dynamic" : true + "dynamic" : false }, "authentication" : { "type" : "binary"