pipeline: outputs: azure_blob: add log_key to outputs#1540
Open
tomekwilk wants to merge 1 commit intofluent:masterfrom
Open
pipeline: outputs: azure_blob: add log_key to outputs#1540tomekwilk wants to merge 1 commit intofluent:masterfrom
tomekwilk wants to merge 1 commit intofluent:masterfrom
Conversation
4 tasks
lockewritesdocs
approved these changes
Jan 6, 2025
Contributor
lockewritesdocs
left a comment
There was a problem hiding this comment.
Thanks for your contribution @tomekwilk! Suggested a minor edit, but LGTM otherwise.
pipeline/outputs/azure_blob.md
Outdated
| | sas\_token | Specify the Azure Storage shared access signatures to authenticate against the service. This configuration property is mandatory when `auth_type` is `sas`. | | | ||
| | container\_name | Name of the container that will contain the blobs. This configuration property is mandatory | | | ||
| | blob\_type | Specify the desired blob type. Fluent Bit supports `appendblob` and `blockblob`. | appendblob | | ||
| | log\_key | By default, the whole log record will be sent to blob storage. If you specify a key name with this option, then only the value of that key will be sent. | | |
Contributor
There was a problem hiding this comment.
Suggested change
| | log\_key | By default, the whole log record will be sent to blob storage. If you specify a key name with this option, then only the value of that key will be sent. | | | |
| | log\_key | By default, the entire log record is sent to blob storage. If you specify a key name with this option, only the value of that key is sent. | | |
|
Hey @tomekwilk @lockewritesdocs, |
Collaborator
|
@khalillilahk these doc changes can only be applied once the code PR fluent/fluent-bit#9791 is merged, I've nudged the code owner over there as there are changes needed to that PR. |
Collaborator
|
@tomekwilk I've nudged you on the code PR fluent/fluent-bit#9791, once that's merged this one is ready to go if you fix the conflicts in this doc PR. |
Signed-off-by: Thomas Wilk <thomas.wilk@cohesity.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Matching fluent/fluent-bit PR fluent/fluent-bit#9791