You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My td-agent.conf includes the following as copied from the guideline document:
<match griddb>
@type griddb
host localhost
port 8080
cluster defaultCluster
database public
container col01
username admin
password admin
</match>
I'm using td-agent 3.5, which bundles Fluentd 1.7.0 and Ruby 2.4.0.
How are you installing fluentd on your environment? Manual builds or
rvw and gem install fluentd or ...?
The text was updated successfully, but these errors were encountered:
I updated by 4df1495 .
But I guess this specification is different from other plugins for Fluentd.
So, in the future I might change this specification.
2019-10-24 20:53:30 +0000 [warn]: #0 emit transaction failed:
error_class=NoMethodError error="undefined method
request_uri' for #<URI::Generic:0x00007fa711fcb538>" location="/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/fluent-plugin-griddb-1.0.0/lib/fluent/plugin/griddb_auth.rb:51:in
create_request'" tag="griddb"My td-agent.conf includes the following as copied from the guideline document:
I'm using td-agent 3.5, which bundles Fluentd 1.7.0 and Ruby 2.4.0.
How are you installing fluentd on your environment? Manual builds or
rvw and gem install fluentd or ...?
The text was updated successfully, but these errors were encountered: