From c1738fa3981d883571d03160b1ef45f550eea927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariana=20Bellor=C3=ADn=20Aguilera?= <89138244+MarianaAguilera@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:12:15 -0300 Subject: [PATCH] [EDU-5813] chore: adjust description and placeholder - Object Key prefix in Data Stream (#2022) * chore: adjust description and placeholder - Object Key prefix in Data Stream * fix: refining description * fix: refining description * fix: improve formatting of object key prefix description in Data Stream form --------- Co-authored-by: HerbertJulio --- .../DataStream/FormFields/FormFieldsDataStream.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/DataStream/FormFields/FormFieldsDataStream.vue b/src/views/DataStream/FormFields/FormFieldsDataStream.vue index 0e12a80da..72aa4567c 100644 --- a/src/views/DataStream/FormFields/FormFieldsDataStream.vue +++ b/src/views/DataStream/FormFields/FormFieldsDataStream.vue @@ -497,7 +497,7 @@ id="objectKey" v-model="objectKey" type="text" - placeholder="waf_logs_1622575860091_37d66e78-c308-4006-9d4d-1c013ed89276" + placeholder="user/logs/" class="flex flex-col w-full" :class="{ 'p-invalid': objectKeyError }" :feedback="false" @@ -516,8 +516,9 @@ class="text-xs text-color-secondary font-normal leading-5" data-testid="data-stream-form__destination__object-key-prefix-field__description" > - Prefix added to the name of the uploaded object to appear on the files that'll be sent. - Composed of Prefix + Timestamp + UUID. + The prefix for the name of your uploaded object. The name consists of the Prefix, the + date and time the packets are sent in the YYYY/MM/DD/hh/mm/ format, and the UUID.
+ Example: user/logs/2024/10/12/06/24/37d66e78-c308-4006-9d4d-1c013ed89276. {{ contentTypeItem.label }} + {{ contentTypeItem.label }} +