Logstash stopped processing because of an error: (SystemExit) exit

启动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 
相关推荐
donotshow5 分钟前
Spring Boot 整合 ShedLock 处理定时任务重复
java·后端
不够优雅17 分钟前
【Concept Plugin 3】轻量级插件化解决方案|动态类加载
java·spring boot·spring cloud
程序员三明治1 小时前
选 Redis Stream 还是传统 MQ?队列选型全攻略(适用场景、优缺点与实践建议)
java·redis·后端·缓存·rocketmq·stream·队列
Cosmoshhhyyy4 小时前
《Effective Java》解读第5条:优先考虑依赖注入来引用资源
java
.柒宇.5 小时前
力扣hot100----15.三数之和(java版)
java·数据结构·算法·leetcode
程序员卷卷狗6 小时前
JVM 调优实战:从线上问题复盘到精细化内存治理
java·开发语言·jvm
cj6341181506 小时前
【MySQL】mysqldump使用方法
java·后端
JIngJaneIL6 小时前
停车场管理|停车预约管理|基于Springboot的停车场管理系统设计与实现(源码+数据库+文档)
java·数据库·spring boot·后端·论文·毕设·停车场管理系统
杰克尼7 小时前
二分查找为什么总是写错
java·数据结构·算法
半旧夜夏9 小时前
【分布式缓存】Redis持久化和集群部署攻略
java·运维·redis·分布式·缓存