Wesley Pettit

Results 200 comments of Wesley Pettit

@diablodale Thanks for working on this! I recommend that you just submit a pull request so that we can start code review. We won't be able to merge the pull...

@midestefanis The tutorial shows you how to generically use keys in the logs to template the stream/group names. It works with any keys. If you have a key in the...

@midestefanis I think you are not understanding my suggestion. You can do the following: 1. Add Kubernetes filter to your config map. It will then add kuberenetes metadata keys to...

Oh I did not realize you are an EKS Fargate customer. In that case, yes, you must wait till that roadmap issue is implemented. We know that it is a...

@vinay-ux The problem might be here: ``` log_stream_name from-fluent-bit-$(kubernetes['namespace_name']) log_stream_prefix fluentbit-$(kubernetes['pod_name']) ``` The templating works only with `log_group_name` and `log_stream_name`. Don't also use the prefix option, I think it takes...

@hossain-rayhan yeah they plugin should fail if they are used together IMO.

@gmembre-zenika Apologies for this inaccuracy in our docs! We'll get that fixed. The `-` is supposed to be there since `docker_volumes` is a list of volumes.

@lucaslimaimpulso That should work- `name` is the only required field. Make sure it's indented though: ``` docker_volumes: - name: "jenkins_home" - name: "sonarqube_conf" - name: "sonarqube_data" - name: "sonarqube_logs" -...

@GBmonmon @esetnik This issue is quite peculiar. I ran through the tutorial steps just now and I encountered the same problem. However, when I wrote the tutorial about a year...