Skip to content

Commit 584d7ea

Browse files
authored
[Fleet] added download_rate mapping to .fleet-agents index (#103566)
* added download_rate mapping to .fleet-agents index * added retry fields
1 parent d57b034 commit 584d7ea

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@
270270
"download_percent": {
271271
"type": "double"
272272
},
273+
"download_rate": {
274+
"type": "double"
275+
},
273276
"failed_state": {
274277
"type": "keyword"
275278
},
@@ -281,6 +284,18 @@
281284
"ignore_above": 1024
282285
}
283286
}
287+
},
288+
"retry_error_msg": {
289+
"type": "text",
290+
"fields": {
291+
"keyword": {
292+
"type": "keyword",
293+
"ignore_above": 1024
294+
}
295+
}
296+
},
297+
"retry_until": {
298+
"type": "date"
284299
}
285300
}
286301
}

0 commit comments

Comments
 (0)