We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b104794 commit 12c3f85Copy full SHA for 12c3f85
lib/fluent/plugin/out_sumologic.rb
@@ -87,7 +87,7 @@ class Fluent::Plugin::Sumologic < Fluent::Plugin::Output
87
config_param :proxy_uri, :string, :default => nil
88
config_param :disable_cookies, :bool, :default => false
89
# https://help.sumologic.com/Manage/Fields
90
- desc 'Fields string (eg "a=b,c=d") which is going to be added to every record.'
+ desc 'Fields string (eg "cluster=payment, service=credit_card") which is going to be added to every record.'
91
config_param :custom_fields, :string, :default => nil
92
93
config_section :buffer do
0 commit comments