Skip to content

Commit cf1615e

Browse files
committed
update mappings
1 parent 91e0d98 commit cf1615e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

x-pack/plugin/core/template-resources/src/main/resources/fleet-agents.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,32 @@
3535
},
3636
"agent_policy": {
3737
"properties": {
38+
"id": {
39+
"type": "keyword"
40+
},
3841
"name": {
3942
"type": "text"
4043
},
44+
"namespace": {
45+
"type": "keyword"
46+
},
47+
"is_managed": {
48+
"type": "boolean"
49+
},
50+
"inactivity_timeout": {
51+
"type": "integer"
52+
},
4153
"package_policies": {
4254
"properties": {
55+
"id": {
56+
"type": "keyword"
57+
},
4358
"name": {
4459
"type": "text"
4560
},
61+
"namespace": {
62+
"type": "keyword"
63+
},
4664
"package": {
4765
"properties": {
4866
"name": {

0 commit comments

Comments
 (0)