Logstash information:
Please include the following information:
- Logstash version (e.g.
bin/logstash --version)
- 8.14.0
- Logstash installation source (e.g. built from source, with a package manager: DEB/RPM, expanded from tar or zip archive, docker)
- docker.elastic.co/logstash/logstash:8.14.0
- How is Logstash being run (e.g. as a service/service manager: systemd, upstart, etc. Via command line, docker/kubernetes)
- kubernetes
OS version (uname -a if on a Unix-like system): K8S 1.26.13
Description of the problem including expected versus actual behavior:
After upgrading from 8.13.0 to 8.14.0 logstash fails to start
Steps to reproduce:
- add the below configuration in logstash.yml to:
xpack.management.pipeline.id:
- '*'
Provide logs (if relevant):
ERROR: Pipeline id in `xpack.management.pipeline.id` must begin with a letter or underscore and contain only letters, underscores, dashes, and numbers. The asterisk wildcard `*` can also be used. Invalid ids: ["*"]
usage:
bin/logstash -f CONFIG_PATH [-t] [-r] [] [-w COUNT] [-l LOG]
bin/logstash --modules MODULE_NAME [-M "MODULE_NAME.var.PLUGIN_TYPE.PLUGIN_NAME.VARIABLE_NAME=VALUE"] [-t] [-w COUNT] [-l LOG]
bin/logstash -e CONFIG_STR [-t] [--log.level fatal|error|warn|info|debug|trace] [-w COUNT] [-l LOG]
bin/logstash -i SHELL [--log.level fatal|error|warn|info|debug|trace]
bin/logstash -V [--log.level fatal|error|warn|info|debug|trace]
bin/logstash --help
[2024-06-06T11:35:47,812][FATAL][org.logstash.Logstash ] Logstash stopped processing because of an error: (SystemExit) exit
org.jruby.exceptions.SystemExit: (SystemExit) exit
at org.jruby.RubyKernel.exit(org/jruby/RubyKernel.java:921) ~[jruby.jar:?]
at org.jruby.RubyKernel.exit(org/jruby/RubyKernel.java:880) ~[jruby.jar:?]
at usr.share.logstash.lib.bootstrap.environment.<main>(/usr/share/logstash/lib/bootstrap/environment.rb:90) ~[?:?]
Logstash information:
Please include the following information:
bin/logstash --version)OS version (
uname -aif on a Unix-like system): K8S 1.26.13Description of the problem including expected versus actual behavior:
After upgrading from 8.13.0 to 8.14.0 logstash fails to start
Steps to reproduce:
Provide logs (if relevant):