Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

out_azure_blob: add support for log_key #9721

Open
adityasoni99 opened this issue Dec 12, 2024 · 0 comments
Open

out_azure_blob: add support for log_key #9721

adityasoni99 opened this issue Dec 12, 2024 · 0 comments

Comments

@adityasoni99
Copy link

Is your feature request related to a problem? Please describe.
By default, the whole log record gets sent to azure_blob.

If you specify a key name with "log_key" option in the azure_blob output plugin configuration, then only the value of that key
should be sent to azure_blob.

Reference PR for out_s3 plugin: #3668

Record without log_key

{"date":"2021-06-16T19:56:28.441428Z","log":"Pi is roughly 3.141605814119434"}

Record with log_key log

Pi is roughly 3.141605814119434
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant