Skip to content

Commit

Permalink
feature: add item - Release Notes page EN/PT (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianaAguilera authored Dec 17, 2024
1 parent f87e5b1 commit b822db0
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ permalink: /documentation/products/release-notes/
---
import Tag from 'primevue/tag'

## December 16, 2024

### Data Stream

#### Simple Storage Service (S3) connector

Now, when configuring a Simple Storage Service (S3) connector to receive data from Data Stream, file names will be composed of:

- **Object Key Prefix**: the prefix for the uploaded object's name. Example: `user/logs`.
- **Date and time** the packets are sent in the YYYY/MM/DD/hh/mm/ format.
- **UUID**: a unique request identifier.

Example: `user/logs/2024/10/12/06/24/37d66e78-c308-4006-9d4d-1c013ed89276`.

This structure simplifies log management and monitoring by enabling precise searches and filtering using the date, time, and UUID.

Read more on [Data Stream](/en/documentation/products/observe/data-stream/) and how to configure [Edge Storage](/en/documentation/products/guides/connector-azion-edge-storage/) and [Amazon S3](/en/documentation/products/guides/endpoint-amazon-s3/) connectors to receive data.

---

## November 12, 2024

### Azion Console
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ permalink: /documentacao/produtos/release-notes/
---
import Tag from 'primevue/tag'

## 16 de dezembro, 2024

### Data Stream

#### Conector Simple Storage Service (S3)

Agora, ao configurar um conector do tipo Simple Storage Service (S3) para receber dados do Data Stream, os nomes dos arquivos serão compostos por:

- **Object Key Prefix**: o prefixo para o nome do objeto carregado. Exemplo: `user/logs`.
- **Data e hora** em que os pacotes são enviados no formato YYYY/MM/DD/hh/mm/.
- **UUID**: um identificador único de requisição.

Exemplo: `user/logs/2024/10/12/06/24/37d66e78-c308-4006-9d4d-1c013ed89276`.

Essa estrutura simplifica a gestão e monitoramento de logs, permitindo buscas e filtragens precisas usando a data, hora e UUID.

Saiba mais sobre o [Data Stream](/pt-br/documentacao/produtos/observe/data-stream/) e como configurar conectores do [Edge Storage](/pt-br/documentacao/produtos/guias/conector-azion-edge-storage/) e [Amazon S3](/pt-br/documentacao/produtos/guias/amazon-s3-endpoint/) para receber dados.

---

## 12 de novembro, 2024

### Azion Console
Expand Down

0 comments on commit b822db0

Please sign in to comment.