-
Notifications
You must be signed in to change notification settings - Fork 133
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
Getting an error cannot create stream multipart_upload_metadata
#180
Comments
cannot create stream multipart_upload_metadata
This is the default buffer path that Fluent Bit S3 uses (/tmp/fluent-bit). It creates a directory for multipart upload metadata in that path called You probably have some issue with file permissions which is preventing the buffer directory from being written to. You can customize it with the |
Ok thank you @PettitWesley I will test that out. I also have a different issue to do with credentials, I didn't create a new issue but instead posted on an old issue. If you can please check this out for me, I would I appreciate it. #103 |
I am trying to test the s3 output but getting this error
cannot create stream multipart_upload_metadata
The command I am running is
./fluent-bit -i tail -p path=/var/log/apport.log -o s3 -p bucket=mybucket -p region=us-east-1 -v
Running this on an ubuntu ec2.
Of course mybucket=myrealbucketname...
The text was updated successfully, but these errors were encountered: