Skip to content

Commit

Permalink
Merge pull request #1 from mirwan/port_typo_issue
Browse files Browse the repository at this point in the history
Fix typo on port parameter name expected
  • Loading branch information
wkf committed Jun 20, 2015
2 parents 6f360df + ff3de8c commit 3b11bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/out_riemann.rb
Expand Up @@ -4,7 +4,7 @@ class Fluent::RiemannOutput < Fluent::BufferedOutput
Fluent::Plugin.register_output('riemann', self)

config_param :host, :string, :default => '127.0.0.1'
config_param :post, :integer, :default => 5555
config_param :port, :integer, :default => 5555
config_param :timeout, :integer, :default => 5
config_param :protocol, :string, :default => 'tcp'
config_param :service, :string, :default => nil
Expand Down

0 comments on commit 3b11bf3

Please sign in to comment.