Closed mashhurs closed 1 year ago
When running Logstash with --config.debug option, we may see the token values. in the debug logs. This change changes token type to password to prevent leaking it in the debug logs.
--config.debug
token
password
When running Logstash with
--config.debug
option, we may see thetoken
values. in the debug logs. This change changestoken
type topassword
to prevent leaking it in the debug logs.