mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
eliminate unnecessary add of whitespace
Co-Authored-By: yaauie <yaauie@users.noreply.github.com> Fixes #10623
This commit is contained in:
parent
3fc244d40b
commit
704e372267
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ module LogStash
|
|||
settings.register(LogStash::Setting::DeprecatedAndRenamed.new("xpack.management.elasticsearch.url", "xpack.management.elasticsearch.hosts"))
|
||||
settings.register(LogStash::Setting::DeprecatedAndRenamed.new("xpack.management.elasticsearch.ssl.ca", "xpack.management.elasticsearch.ssl.certificate_authority"))
|
||||
|
||||
|
||||
rescue => e
|
||||
logger.error("Cannot register new settings", :message => e.message, :backtrace => e.backtrace)
|
||||
raise e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue