Skip to content

Commit fa0e213

Browse files
Add complete attribute to .fleet-agents docs (elastic#127651) (elastic#129165)
* Add snapshot attribute to .fleet-agents docs * Update docs/changelog/127651.yaml * Fix changelog summary --------- Co-authored-by: Eric Beahan <[email protected]>
1 parent 351ec72 commit fa0e213

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/changelog/127651.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 127651
2+
summary: Add complete attribute to .fleet-agents docs
3+
area: Infra/Plugins
4+
type: bug
5+
issues: []

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@
9696
"snapshot": {
9797
"type": "boolean"
9898
},
99+
"complete": {
100+
"type": "boolean"
101+
},
99102
"upgradeable": {
100103
"type": "boolean"
101104
},

0 commit comments

Comments
 (0)