listkeys.rb in fluent-plugin-riak-0.0.1 vs listkeys.rb in fluent-plugin-riak-0.0.2

- old
+ new

@@ -1,8 +1,8 @@ require 'riak' -nodes = [{ :host => "192.168.62.129", - :pb_port => 8081 }] +nodes = [{ :host => "127.0.0.1", + :pb_port => 8087 }] c = Riak::Client.new( :nodes => nodes, :protocol => "pbc" ) #c.list_buckets b = c.bucket("fluentlog")