Skip to content

Commit

Permalink
Update commands index defition (#437)
Browse files Browse the repository at this point in the history
Change ID types to keywords
  • Loading branch information
AlexRuiz7 committed Nov 18, 2024
1 parent 3fe94e7 commit bdca656
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ecs/command/fields/custom/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit bdca656

Please sign in to comment.