how to implement a two-step data load #6624
Unanswered
freesinger
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I am using fluent-bit to collect log and import an OLAP DB. Unfortunatly, this DB supports only a two-step data load, which upload to s3 first and pull from s3 bucket via HTTP.
After reading fluent-bit document, it seems no pre-built output plufin can realize my purpose, here are some methods may be word:
Lua Filter
and perform upload and pull in it, if it is legal to have no Output stage? Or I just put a dummy output to fulfill?Or any other workround? Any help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions