From 3612e656fa7a069d52198de1233540e79dfd47bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Mon, 30 Sep 2024 18:15:25 +0200 Subject: [PATCH] Update commands index defition Change ID types to keywords --- ecs/command/fields/custom/command.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ecs/command/fields/custom/command.yml b/ecs/command/fields/custom/command.yml index 77d3427b2b7c4..fdf4054ccb492 100644 --- a/ecs/command/fields/custom/command.yml +++ b/ecs/command/fields/custom/command.yml @@ -68,12 +68,12 @@ description: > Result data returned by the target. - name: request_id - type: short + type: keyword level: custom description: > - Unique identifier generated by the Command Manager. Auto-incremental. + Unique identifier generated by the Command Manager. UUID. - name: order_id - type: short + type: keyword level: custom description: > - Unique identifier generated by the Command Manager. Auto-incremental within the same Command Request ID. + Unique identifier generated by the Command Manager. UUID.