We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug After successfully uploading a file using the out_azure_blob plugin. The in_blob plugin repeatedly finds and adds the uploaded file.
To Reproduce
Upload a file using the in_blob and out_azure_blob plugins. Stop fluent bit. Restart FluentBit.
Expected behavior If a file has already been scanned and added, the file should not be added to the data base.
Screenshots
Your Environment
[SERVICE] version 1.2.2 log_level debug flush 3
[INPUT] name blob path /home/user/Desktop/ddc-fluentbit/bin/files/* database_file input_files.db upload_success_action suffix upload_success_suffix .done
[OUTPUT] name azure_blob match * endpoint http://127.0.0.1:10000 path output container_name test shared_key account_name devstoreaccount1 emulator_mode true database_file output_files.db upload_parts_timeout 20s
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Describe the bug
After successfully uploading a file using the out_azure_blob plugin. The in_blob plugin repeatedly finds and adds the uploaded file.
To Reproduce
Upload a file using the in_blob and out_azure_blob plugins.
Stop fluent bit.
Restart FluentBit.
Expected behavior
If a file has already been scanned and added, the file should not be added to the data base.
Screenshots
Your Environment
[SERVICE]
version 1.2.2
log_level debug
flush 3
[INPUT]
name blob
path /home/user/Desktop/ddc-fluentbit/bin/files/*
database_file input_files.db
upload_success_action suffix
upload_success_suffix .done
[OUTPUT]
name azure_blob
match *
endpoint http://127.0.0.1:10000
path output
container_name test
shared_key
account_name devstoreaccount1
emulator_mode true
database_file output_files.db
upload_parts_timeout 20s
Additional context
Binary file transferThe text was updated successfully, but these errors were encountered: