Skip to content

Commit 12c3f85

Browse files
author
Dominik Rosiek
committed
Update description of custom_fields
1 parent b104794 commit 12c3f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fluent/plugin/out_sumologic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Fluent::Plugin::Sumologic < Fluent::Plugin::Output
8787
config_param :proxy_uri, :string, :default => nil
8888
config_param :disable_cookies, :bool, :default => false
8989
# https://help.sumologic.com/Manage/Fields
90-
desc 'Fields string (eg "a=b,c=d") which is going to be added to every record.'
90+
desc 'Fields string (eg "cluster=payment, service=credit_card") which is going to be added to every record.'
9191
config_param :custom_fields, :string, :default => nil
9292

9393
config_section :buffer do

0 commit comments

Comments
 (0)