From c9e9b3aa4be7b3d84eaf3d3b5bc37eff418c2ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariana=20Bellor=C3=ADn=20Aguilera?= <89138244+MarianaAguilera@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:45:04 -0300 Subject: [PATCH] [EDU-5813] refactor: adjust and update Object Key Prefix information for S3 connectors - Data Stream (#1400) * chore: disabled npm run tsc * refactor: adjust info about Object Key Prefix - Data Stream EN/PT --------- Co-authored-by: robsongajunior --- .../integrations/connector-amazon-s3.mdx | 13 ++++++++----- .../integrations/connector-azion-edge-storage.mdx | 8 +++++--- .../data-stream/integracoes/conector-s3.mdx | 12 ++++++++---- .../integracoes/connector-azion-edge-storage.mdx | 8 +++++--- 4 files changed, 26 insertions(+), 15 deletions(-) diff --git a/src/content/docs/en/pages/observe-journey/data-stream/integrations/connector-amazon-s3.mdx b/src/content/docs/en/pages/observe-journey/data-stream/integrations/connector-amazon-s3.mdx index 8169d7207c..083c39d72f 100644 --- a/src/content/docs/en/pages/observe-journey/data-stream/integrations/connector-amazon-s3.mdx +++ b/src/content/docs/en/pages/observe-journey/data-stream/integrations/connector-amazon-s3.mdx @@ -84,7 +84,7 @@ In the **Destination** configurations: 4. On **Region**, add the region configured on AWS. 5. On **Access Key**, add the access key you created on AWS. 6. On **Secret Key**, add the secret key you created on AWS. -7. On **Object Key Prefix** (optional), add the prefix name of your uploaded object. Example: `WAF_` +7. On **Object Key Prefix** (optional), add the prefix for the name of your uploaded object. Example: `user/logs`. 8. On **Content Type**, add the format of the object that'll be created in your S3 bucket. It can be **plain/text** or **application/gzip**. 9. Make sure the **Active** switch is on. 10. Click the **Save** button. @@ -99,15 +99,18 @@ In the **Destination** configurations: 4. On **Region**, add the region configured on AWS. 5. On **Access Key**, add the access key you created on AWS. 6. On **Secret Key**, add the secret key you created on AWS. -7. On **Object Key Prefix** (optional), add the prefix name of your uploaded object. Example: `WAF_` -8. On **Content Type** (optional), add the format of the object that'll be created in your S3 bucket. It can be **plain/text** or **application/gzip**. +7. On **Object Key Prefix** (optional), add the prefix for the name of your uploaded object. Example: `user/logs`. +8. On **Content Type**, add the format of the object that'll be created in your S3 bucket. It can be **plain/text** or **application/gzip**. 9. Make sure the **Active** switch is on. 10. Click the **Save** button. - +:::note +The **Object Key Prefix** field refers to the prefix for the name of your uploaded object. The file name is composed 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`. +::: + After saving the configurations, your data will be streamed to the newly configured endpoint. You can keep track of the calls made by Data Stream to Amazon S3 on [Real-Time Events](/en/documentation/products/observe/real-time-events/). To do so, select **Data Source** > **Data Stream** and choose the filters options as you wish. @@ -126,7 +129,7 @@ Watch a video tutorial on how to use Amazon S3 with Data Stream on Azion’s You --- -### Trademarks +## Trademarks [Amazon Simple Storage Service](https://aws.amazon.com/s3/) is a registered trademark of Amazon Web Services in the United States and other countries. diff --git a/src/content/docs/en/pages/observe-journey/data-stream/integrations/connector-azion-edge-storage.mdx b/src/content/docs/en/pages/observe-journey/data-stream/integrations/connector-azion-edge-storage.mdx index 73e7a0f852..5c5efab445 100644 --- a/src/content/docs/en/pages/observe-journey/data-stream/integrations/connector-azion-edge-storage.mdx +++ b/src/content/docs/en/pages/observe-journey/data-stream/integrations/connector-azion-edge-storage.mdx @@ -39,15 +39,17 @@ All `key` fields will be masked and an icon that allows revealing the field cont 4. On **Region**, add the region configured on Edge Storage. Example: `us-east-005`. 5. On **Access Key**, add the access key you created on Edge Storage. Example: `ORIA5ZEH9MW4NL5OITY4`. 6. On **Secret Key**, add the secret key you created on Edge Storage. Example: `+PLjkUWJyOLth3anuWXcLLVrMLeiiiThIokaPEiw`. -7. On **Object Key Prefix** (optional), add the prefix name of your uploaded object. - - The objects' names are composed of *Prefix* + *Timestamp* + *UUID*. - - Example: if you use *waf_logs* as the prefix, one of the sent objects will be saved as `waf_logs_1622575860091_37d66e78-c308-4006-9d4d-1c013ed89276` +7. On **Object Key Prefix** (optional), add the prefix for the name of your uploaded object. Example: `user/logs`. 8. On **Content Type**, add the format of the object that'll be created in your S3 bucket. It can be `plain/text` or `application/gzip`. 9. Make sure the **Active** switch is on. 10. Click the **Save** button. After saving the configurations, your data will be streamed to the newly configured endpoint. +:::note +The **Object Key Prefix** field refers to the prefix for the name of your uploaded object. The file name is composed 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`. +::: + You can keep track of the calls made by Data Stream to Edge Storage in [Real-Time Events](/en/documentation/products/observe/real-time-events/). To do so, select **Data Source** > **Data Stream** and choose the filter options as you wish. Watch a video tutorial on how to use Edge Storage with Data Stream on Azion's YouTube channel: diff --git a/src/content/docs/pt-br/pages/observe-jornada/data-stream/integracoes/conector-s3.mdx b/src/content/docs/pt-br/pages/observe-jornada/data-stream/integracoes/conector-s3.mdx index 0bad33a784..f0a497a61c 100644 --- a/src/content/docs/pt-br/pages/observe-jornada/data-stream/integracoes/conector-s3.mdx +++ b/src/content/docs/pt-br/pages/observe-jornada/data-stream/integracoes/conector-s3.mdx @@ -82,7 +82,7 @@ Nas configurações de **Destination**: 4. Em **Region**, adicione a região configurada na AWS. 5. Em **Access Key**, adicione a chave de acesso criada na AWS. 6. Em **Secret Key**, adicione a chave secreta criada na AWS. -7. Em **Object Key Prefix** (opcional), adicione o prefixo do nome do seu objeto carregado. Exemplo: `WAF_` +7. Em **Object Key Prefix** (opcional), adicione o prefixo para o nome do seu objeto enviado. Exemplo: `user/logs`. 8. Em **Content Type**, adicione o formato do objeto que será criado no seu bucket S3. Pode ser **plain/text** ou **application/gzip**. 9. Confira se o switch **Active** está habilitado. 10. Clique no botão **Save**. @@ -97,14 +97,18 @@ Nas configurações de **Destination**: 4. Em **Region**, adicione a região configurada na AWS. 5. Em **Access Key**, adicione a chave de acesso criada na AWS. 6. Em **Secret Key**, adicione a chave secreta criada na AWS. -7. Em **Object Key Prefix** (opcional), adicione o prefixo do nome do seu objeto carregado. Exemplo: `WAF_` -8. Em **Content Type** (opcional), adicione o formato do objeto que será criado no seu bucket S3. Pode ser **plain/text** ou **application/gzip**. +7. Em **Object Key Prefix** (opcional), adicione o prefixo para o nome do seu objeto enviado. Exemplo: `user/logs`. +8. Em **Content Type**, adicione o formato do objeto que será criado no seu bucket S3. Pode ser **plain/text** ou **application/gzip**. 9. Confira se o switch **Active** está habilitado. 10. Clique no botão **Save**. +:::note +O campo **Object Key Prefix** refere-se ao prefixo para o nome do seu objeto enviado. O nome do arquivo é composto pelo Prefixo, pela data e hora em que os pacotes são enviados no formato YYYY/MM/DD/hh/mm/ e pelo UUID. Exemplo: `user/logs/2024/10/12/06/24/37d66e78-c308-4006-9d4d-1c013ed89276`. +::: + Após salvar as configurações, seus dados serão enviados para o novo endpoint configurado. Você pode acompanhar as chamadas feitas pelo Data⁠ Stream à Amazon S3 no [Real-Time Events](/pt-br/documentacao/produtos/observe/real-time-events/). Para isso, selecione **Data Source** > **Data Stream** e escolha as opções de filtro que você deseja utilizar. @@ -123,7 +127,7 @@ Assista um tutorial sobre como utilizar o Amazon S3 com o Data Stream no canal d --- -### Marca registrada +## Marca registrada [Amazon S3](https://aws.amazon.com/s3/) é uma marca registrada de Amazon Web Services nos Estados Unidos e outros países. diff --git a/src/content/docs/pt-br/pages/observe-jornada/data-stream/integracoes/connector-azion-edge-storage.mdx b/src/content/docs/pt-br/pages/observe-jornada/data-stream/integracoes/connector-azion-edge-storage.mdx index 79ed7cb35a..3a8b091d4f 100644 --- a/src/content/docs/pt-br/pages/observe-jornada/data-stream/integracoes/connector-azion-edge-storage.mdx +++ b/src/content/docs/pt-br/pages/observe-jornada/data-stream/integracoes/connector-azion-edge-storage.mdx @@ -39,13 +39,15 @@ Todos os campos `key` serão mascarados e um ícone que permite revelar o conte 4. Em **Region**, adicione a região configurada na AWS. Exemplo: `us-east-005`. 5. Em **Access Key**, adicione a chave de acesso criada na AWS. Exemplo: `ORIA5ZEH9MW4NL5OITY4`. 6. Em **Secret Key**, adicione a chave secreta criada na AWS. Exemplo: `+PLjkUWJyOLth3anuWXcLLVrMLeiiiThIokaPEiw`. -7. Em **Object Key Prefix** (opcional), adicione o prefixo do nome do seu objeto carregado. - - Os nomes dos objetos são compostos de *Prefixo* + *Timestamp* + *UUID*. - - Exemplo: se você usar *waf_logs* como prefixo, um dos objetos enviados será salvo como `waf_logs_1622575860091_37d66e78-c308-4006-9d4d-1c013ed89276` +7. Em **Object Key Prefix**, adicione o prefixo para o nome do seu objeto enviado. Exemplo: `user/logs`. 8. Em **Content Type**, adicione o formato do objeto que será criado no seu bucket S3. Pode ser **plain/text** ou **application/gzip**. 9. Confira se o switch **Active** está habilitado. 10. Clique no botão **Save**. Após salvar as configurações, seus dados serão enviados para o novo endpoint configurado. +:::note +O campo **Object Key Prefix** refere-se ao prefixo para o nome do seu objeto enviado. O nome do arquivo é composto pelo Prefixo, pela data e hora em que os pacotes são enviados no formato YYYY/MM/DD/hh/mm/ e pelo UUID. Exemplo: `user/logs/2024/10/12/06/24/37d66e78-c308-4006-9d4d-1c013ed89276`. +::: + Você pode acompanhar as chamadas feitas pelo Data⁠ Stream ao Edge Storage pelo [Real-Time Events](/pt-br/documentacao/produtos/observe/real-time-events/). Para isso, selecione **Data Source** > **Data Stream** e escolha as opções de filtro que você deseja utilizar.