-
Notifications
You must be signed in to change notification settings - Fork 539
pipeline: outputs: azure_blob: add log_key to outputs #1540
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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, |
@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. |
@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 <[email protected]>
Matching fluent/fluent-bit PR fluent/fluent-bit#9791