Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Provide the ability to download the logs specific to a job #1711

Closed
chkeita opened this issue Mar 16, 2022 · 1 comment · Fixed by #1721
Closed

Provide the ability to download the logs specific to a job #1711

chkeita opened this issue Mar 16, 2022 · 1 comment · Fixed by #1721
Assignees
Labels
enhancement New feature or request

Comments

@chkeita
Copy link
Contributor

chkeita commented Mar 16, 2022

The proposal is to redirect agent logs to a blob and make it available via the cli.

On the agent

The redirection can happen in onefuzz-telemetry by adding a logic to upload to an append blob.
We should consider splitting the blob into mutliple files to prevent the creation of single very large blob file. The x-ms-blob-append-offset property of the Append block can provide the data needed to decide to create a new log file.

In the cli

cli work will be done in #1714

@chkeita chkeita added the enhancement New feature or request label Mar 16, 2022
@ghost ghost added the Needs: triage label Mar 16, 2022
@tevoinea
Copy link
Member

Are we going to set a retention period for these blobs as well? We could probably mirror log analytics and do 90 days.

@chkeita chkeita self-assigned this Mar 16, 2022
This was referenced Mar 28, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Apr 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants