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

Repeated inclusion of a file in the in_blob database. #9505

Open
LACrea opened this issue Oct 18, 2024 · 0 comments
Open

Repeated inclusion of a file in the in_blob database. #9505

LACrea opened this issue Oct 18, 2024 · 0 comments

Comments

@LACrea
Copy link

LACrea commented Oct 18, 2024

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

  • Steps to reproduce the problem:

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

image

image

Your Environment

  • Version used: 3.2.0
  • Configuration:

[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

  • Environment name and version (e.g. Kubernetes? What version?): N/A
  • Server type and version: N/A
  • Operating System and version: Ubuntu 22
  • Filters and plugins: blob, azure_blob

Additional context

Binary file transfer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant