Hiroshi Hatake

Results 409 comments of Hiroshi Hatake

With the above change, I still got bus error: ```console $ lldb -- ./out/basic -f out/wasm-apps/testapp.aot (lldb) target create "./out/basic" Current executable set to '/Users/cosmo/GitHub/wasm-micro-runtime/samples/basic/out/basic' (arm64). (lldb) settings set --...

To use built-in placeholders, you should add tag and other custom metadata that are created from records in `` attributes. ref: https://docs.fluentd.org/configuration/buffer-section#placeholders

fluentd-dcoker-image does not provide mongo plugin image. This is user-custom image issue. So, I transferred this issue from fluentd-docker-image.

> Is it possible to write data to DocumentDB with TLS enabled? In general, AWS services request to add AWS Sign V4 header authentication. This plugin does not handle AWS...

Hmm..., thanks for the info. How about specifying TLS related parameters? ssl_cert ssl_key ssl_key_pass_phrase ssl_verify ssl_ca_cert ref: https://docs.mongodb.com/ruby-driver/master/api/Mongo/Client.html#initialize-instance_method They are handled in https://github.com/fluent/fluent-plugin-mongo/blob/master/lib/fluent/plugin/out_mongo.rb#L60-L65

> By disabling TLS, I was able to transfer data even if I changed the nodes in the above **td-agent.conf** to cluster endpoints. > Is this not recommended? Don't send...

RubyInstaller2 (Ruby 2.4 or later) uses just MSYS2. `ridk install` should install needed packages and updating packages.

fluentd-kubernetes-daemonset still uses fluent-plugin-cloudwatch-logs v0.11.2 on the latest debina-cloudwatch image. I'll send a PR to update cloudwatch-logs plugin on the cloudwatch-logs image.

> Facing the same problem. What did you do to solve this issue? If you use RubyInstaller with MSYS2 version (newer than 2.4), you can use `ridk exec` command to...

Please follow the instruction to install MSYS2: https://www.msys2.org/ Or, If you install RubyInstaller with MSYS2, `ridk exec` command can be executed by default.