diff --git a/x-pack/plugin/core/template-resources/src/main/resources/fleet-agents.json b/x-pack/plugin/core/template-resources/src/main/resources/fleet-agents.json index ad66ad8796862..8b1c13f3152e8 100644 --- a/x-pack/plugin/core/template-resources/src/main/resources/fleet-agents.json +++ b/x-pack/plugin/core/template-resources/src/main/resources/fleet-agents.json @@ -319,6 +319,12 @@ }, "namespaces": { "type": "keyword" + }, + "audit_unenrolled_time": { + "type": "date" + }, + "audit_unenrolled_reason": { + "type": "keyword" } } }