启动Logstash 报错
java
[2024-12-09T11:14:13,795][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 Users.edison.software.logstash_minus_8_dot_14_dot_1.lib.bootstrap.environment.<main>(/Users/edison/software/logstash-8.14.1/lib/bootstrap/environment.rb:90) ~[?:?]
解决方案: 启动指定配置文件
java
bin/logstash -f config/logstash.conf