-
Notifications
You must be signed in to change notification settings - Fork 51
Support Input plugin too #48
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
Comments
@rverma-jm Since Fluent Bit only supports Go for outputs, this will have to wait till the C CloudWatch plugin is complete. Can you provide more details on exactly what the input plugin would do and how you'd use it? |
@rverma-jm Could you elaborate on what would the CloudWatch input plugin for Fluent Bit do? Does it fetch logs or metrics from the CloudWatch service and forward to some where else? There might be better/more efficient ways to do that instead of using Fluent bit. Since there's not much activity for more than 1 month. I will close it in a few days. |
@hencrice I think this should be labeled as a feature request, and kept open. I don't think this is something that we'll prioritize any time soon (may be never), but its worth keeping open so that others can comment and plus one. I think he's thinking a Fluent Bit version of Fluentd's CW Logs input, which seems to just be able to fetch logs from a log group: https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs#in_cloudwatch_logs I know this isn't strictly speaking a feature request on this repo, since this is the CW output, but I understand why @rverma-jm created it here, since the Fluentd CW plugin repo contains both the input and output plugin. We could move this to the AWS for Fluent Bit repo though. |
It would be nice to have a native polling plugin for CloudWatch logs, but at first glance, it seems like we could achieve the same with |
I am interested in this input plugin to read cloudwatch logs using fluent-bit as well. |
We want move log entries from CloudWatch Log to AWS Managed OpenSearch service. We could use filebeat to do that if we use vanilla ElasticSearch. ( Filebeat do not support Fine-grained enabled OpenSearch service). |
I am quite keen in this input plugin so it could fetch eks control plane cloudwatch logs using fluent-bit. |
Can we support cloudwatch input for fluentbit. We already have something equivalent for fluentd.
With the input plugin we can leverage the fluentbit sql streaming.
The text was updated successfully, but these errors were encountered: