Skip to content

Commit 28f4d87

Browse files
[Fleet] Add upgrade_attempts to .fleet-agents index (#123256)
* [Fleet] Add upgrade_attemps to .fleet-agents index * Change type to date --------- Co-authored-by: Elastic Machine <[email protected]>
1 parent ae6474d commit 28f4d87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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
@@ -310,6 +310,9 @@
310310
"upgrade_status": {
311311
"type": "keyword"
312312
},
313+
"upgrade_attempts": {
314+
"type": "date"
315+
},
313316
"user_provided_metadata": {
314317
"type": "object",
315318
"enabled": false

0 commit comments

Comments
 (0)