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_blob: consider auto_create_container #9457

Merged
merged 2 commits into from
Oct 31, 2024

Commits on Oct 4, 2024

  1. Consider auto_create_container when ensuring container exist

    1. Today we are not considering this setting
    2. Changing the behaviour that setting auto_create_container to false should return FLB_TRUE. If auto_create_container=false return FLB_FALSE, fluent-bit will never flush data to storage account, it will retry and eventually fail.
    
    Signed-off-by: Uri Sternik <[email protected]>
    uristernik committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    88f44c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Remove redundant log

    Signed-off-by: Uri Sternik <[email protected]>
    uristernik committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e2aaa87 View commit details
    Browse the repository at this point in the history