From f818eb65c489d95322c9a09bd38f28025918c775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Tue, 1 Oct 2024 16:20:38 +0200 Subject: [PATCH] Update commands index defition (#437) 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.