mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Be more obvious that worker count is ignored but otherwise work will continue
This commit is contained in:
parent
a7c309c3d0
commit
b9c3f2acc1
1 changed files with 6 additions and 2 deletions
|
@ -36,9 +36,13 @@ en:
|
|||
Could not find any plugin type named '%{type}'. Check for typos.
|
||||
Valid plugin types are 'input' 'filter' and 'output'
|
||||
output-worker-unsupported: >-
|
||||
%{plugin} output plugin: setting 'workers => %{worker_count}' is not supported by this plugin. I will ignore this setting.
|
||||
%{plugin} output plugin: setting 'workers => %{worker_count}' is not
|
||||
supported by this plugin. I will continue working as if you had not set
|
||||
this setting.
|
||||
output-worker-unsupported-with-message: >-
|
||||
%{plugin} output plugin: setting 'workers => %{worker_count}' is not supported by this plugin. I will ignore this setting. Details: %{message}
|
||||
%{plugin} output plugin: setting 'workers => %{worker_count}' is not
|
||||
supported by this plugin. I will continue working as if you had not set
|
||||
this setting.
|
||||
plugin:
|
||||
milestone:
|
||||
"0": >-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue