mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Fix typo in bind error
`--http-port` should be `--http.port` Fixes #5940
This commit is contained in:
parent
7ee9cdb7ca
commit
53c48fb947
1 changed files with 2 additions and 2 deletions
|
@ -74,9 +74,9 @@ en:
|
|||
Logstash is not able to start since configuration auto reloading was enabled but the configuration contains plugins that don't support it. Quitting...
|
||||
web_api:
|
||||
cant_bind_to_port: |-
|
||||
Logstash tried to bind to port %{port}, but the port is already in use. You can specify a new port by launching logtash with the --http-port option."
|
||||
Logstash tried to bind to port %{port}, but the port is already in use. You can specify a new port by launching logtash with the --http.port option."
|
||||
cant_bind_to_port_in_range: |-
|
||||
Logstash tried to bind to port range %{http_ports}, but all the ports are already in use. You can specify a new port by launching logtash with the --http-port option."
|
||||
Logstash tried to bind to port range %{http_ports}, but all the ports are already in use. You can specify a new port by launching logtash with the --http.port option."
|
||||
hot_threads:
|
||||
title: |-
|
||||
::: {%{hostname}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue