-
Notifications
You must be signed in to change notification settings - Fork 975
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
[aws-for-fluent-bit] unable to set [SERVICE] values #510
Comments
The README has references to |
Just wanted to bump this as well, we are wanting to use this chart to configure Container Insights. AWS Supported pointed us this way like this chart would just |
It works, @jseiser. It's just not flexible enough, if you need to make changes to What problem are you facing ? |
you could just override a configmap named it should work, but I don't think it's the better approach for a helm chart; ideally, we could leverage the templates and reuse a base config and extend it as needed the link I posted in a previous comment shows a better approach, IMHO, having the |
I do not see how to make this chart, reflect what is detailed here: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-setup-logs-FluentBit.html |
the link you shared is not using the helm chart, that won't work |
That link, is detailing how AWS says to configure Fluent-bit for Container Insights. You would think the AWS Chart for Fluent bit, would easily be able to be deployed and configured to match the AWS documentation for deploying fluent bit. |
yep, that should be the case, but there's not only one way to configure a k8s deployment, right ? and we're talking about AWS, https://www.lastweekinaws.com/blog/the-17-ways-to-run-containers-on-aws/ jokes aside, if you want to use helm charts, don't follow that link actually, I'm in the process of using the suggested |
I actually did that last night and it worked fine so far.
|
Hi , here I am trying to implement that the logs which are related to same pod i want to send it as single json instead of multiple json into cloudwatch using fluent bit |
The current configmap tempalte is very limited, and doesn't allow any sort of configuration with the [SERVICES] block. For example, it doesn't seem possible to set the below at all:
in the above example, only the parsers file is able to be set. It would be nice that if, in addition to
service.extraParsers
, it would be nice if we could define additional values.The text was updated successfully, but these errors were encountered: