-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
HTTP Input #18
Comments
Work in process: 0bca1e0 lib: monkey: upgrade http stack |
@edsiper Does fluent-bit now support json input over http? Couldn't find anything in the docs. |
@Globegitter not yet |
@edsiper Do you have a plan to support json input over http? Work in process now? |
Supporting in_http might be very useful for property-based testing purposes. If we could input and output both via HTTP, we could specify a configuration (like a filter) and some "For All" (∀) expectations or rules. This lets you generate input to find obscure bugs, then reduce to minimal failing input. In C, I believe theft is the most mature. @felixzh2015 What is your use case for in_http? |
Is there any progress with this? or is there a way I can assist with getting this feature in? |
Will this be available anytime soon please? I checked the current version 1.1.2 still has http input set to No. |
output: file: add documentation for out_file
Hi Fluentbit team, Is the http input already available? Best Regards, |
Is there still any plan on in_http? |
it's coming, first PoC: |
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
it's here! We get to close this one out in_http is available in 1.7.0, note: the doc site had some issues and we expect the in_http documentation to be available by end of the week. |
Can you give an update on the docs @agup006 ? Is the input ready to be used (in 1.7.x)? |
Docs were published here https://docs.fluentbit.io/manual/pipeline/inputs/http @DrackThor |
sorry, my bad - thanks for the hint! |
No apologies needed @DrackThor :) glad I could help - let us know your feedback |
Does this plugin handle well many incoming requests (i.e. hundreds or even thousands of applications writing to the same endpoint where Fluent Bit is listening)? As fare as I am aware there is no way no configure the number or workers or anything like that. Thanks in advance to whoever can shed some light. |
support HTTP input, payload as JSON or MessagePack.
note: work in process.
The text was updated successfully, but these errors were encountered: