Victor Cabezas
Victor Cabezas
Hi, thanks for your answer. Usually when you use boto to connect to AWS services, you have several ways of authenticating with AWS API. - You can use IAM Roles,...
Hi, I think it would be acceptable to use the flag if this makes things easier. In any case, I usually make those 2 variables default to None in my...
Hi sorry for the delay on the update. I've added the same capability for hyperkube and also reflected those parameters on README files for both modules. I couldn't find anything...
Hello @tombuildsstuff . I've been reviewing this issue in-depth. It turns out that I used `null_resource` as a simple way to demonstrate that `null_resource` detects the change in `var.virtual_network_subnet_ids` but...
> I think for Opensearch, `Index` was just updated to support RA syntax - would it be better to do that for ES as well rather than a new key?...
I've updated the PR to use the same approach as out_opensearch plugin, it is, detect if `Index` variable has `$` and treat it like a RA expression. Updated [gist](https://gist.github.com/Wiston999/c7d3ff5389f64fdf1113146090ab1aa1) .
> What happened with the commits on this PR? Whatever happened last week, where it added a bunch of commits from master, should probably be resolved. Only the 3 `out_es`...
Hi @braydonk , is there anything pending on my side? Failed unit tests are related to plugins that I've not modified and I've also seen that they are failing on...
> @Wiston999 Any chance you can pull in origin/master? I can't review, but I'd like to try building from your fork for the time being as I'm stuck on this...
Hi @DandyDeveloper , the line of code throwing the seg fault seems https://github.com/fluent/fluent-bit/blob/master/src/flb_upstream.c#L286 , which seems to be related to some proxy configuration.