Browse Source

Add `complete` attribute to .fleet-agents docs (#127651)

* Add snapshot attribute to .fleet-agents docs

* Update docs/changelog/127651.yaml

* Fix changelog summary

---------

Co-authored-by: Eric Beahan <eric.beahan@elastic.co>
Panos Koutsovasilis 4 months ago
parent
commit
a859f3766f

+ 5 - 0
docs/changelog/127651.yaml

@@ -0,0 +1,5 @@
+pr: 127651
+summary: Add complete attribute to .fleet-agents docs
+area: Infra/Plugins
+type: bug
+issues: []

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

@@ -96,6 +96,9 @@
                     "snapshot": {
                       "type": "boolean"
                     },
+                    "complete": {
+                      "type": "boolean"
+                    },
                     "upgradeable": {
                       "type": "boolean"
                     },