Skip to content

Commit e7d335c

Browse files
committed
Mark token as a secret parameter
Signed-off-by: Robin Bowes <robin.bowes@yo61.com>
1 parent fad2c77 commit e7d335c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fluent/plugin/out_splunk_hec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SplunkHECOutput < ObjectBufferedOutput
1111

1212
config_param :host, :string
1313
config_param :port, :integer
14-
config_param :token, :string
14+
config_param :token, :string, secret: true
1515

1616
# for metadata
1717
config_param :default_host, :string, default: nil

0 commit comments

Comments
 (0)