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
4a79246dd1
commit
4bb036f68a
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.url", "xpack.management.elasticsearch.hosts"))
|
||||||
settings.register(LogStash::Setting::DeprecatedAndRenamed.new("xpack.management.elasticsearch.ssl.ca", "xpack.management.elasticsearch.ssl.certificate_authority"))
|
settings.register(LogStash::Setting::DeprecatedAndRenamed.new("xpack.management.elasticsearch.ssl.ca", "xpack.management.elasticsearch.ssl.certificate_authority"))
|
||||||
|
|
||||||
|
|
||||||
rescue => e
|
rescue => e
|
||||||
logger.error("Cannot register new settings", :message => e.message, :backtrace => e.backtrace)
|
logger.error("Cannot register new settings", :message => e.message, :backtrace => e.backtrace)
|
||||||
raise e
|
raise e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue