当前位置:网站首页>logstash报错:Cannot reload pipeline, because the existing pipeline is not reloadable
logstash报错:Cannot reload pipeline, because the existing pipeline is not reloadable
2022-07-01 12:34:00 【zhangphil】
logstash运行时报错:
Cannot reload pipeline, because the existing pipeline is not reloadable
如图:
发生以上错误的场景,是在启动logstash命令时候加入了 -r 参数:
logstash -r -f my_logstash.conf
一般情况启动logstash不需要 -r 参数。加入 -r 参数的目的是指示logstash每当my_logstash.conf配置文件发生改动时候就重新加载。
根因:input下面的stdin导致的。
解决方案:在my_logstash.conf配置文件中,input下面的stdin{}代码块,删掉或者注释掉即可:
input {
#stdin{
#}
}
边栏推荐
- MySQL common functions
- [Maui] add click events for label, image and other controls
- Double linked list related operations
- JS related interview questions and answers (1)
- CPI tutorial - asynchronous interface creation and use
- localtime居然不可重入,踩坑了
- 【datawhale202206】pyTorch推荐系统:精排模型 DeepFM&DIN
- [brain opening] west tide and going to the world series
- 【20211129】Jupyter Notebook遠程服務器配置
- 本科毕业四年:工作,辞职,结婚,买房
猜你喜欢
[datawhale202206] pytorch recommendation system: recall model DSSM & youtubednn
MySQL workbench data modeling function
The operation process of using sugar to make a large data visualization screen
Mobile note application
被锡膏坑了一把
Switch basic experiment
redis探索之缓存击穿、缓存雪崩、缓存穿透
[datawhale202206] pytorch recommendation system: multi task learning esmm & MMOE
How to use opcache, an optimization acceleration component of PHP
队列的链式存储
随机推荐
Application of stack -- bracket matching problem
Question d'entrevue de Huawei: recrutement
List of QT players [easy to understand]
【datawhale202206】pyTorch推荐系统:召回模型 DSSM&YoutubeDNN
kubernetes之ingress探索实践
Exploration and practice of inress in kubernetes
AI抠图工具
Arm GIC (V) how arm TrustZone supports security interrupt analysis notes.
Virtualenv+pipenv virtual environment management
[speech signal processing] 3 speech signal visualization -- prosody
Common chart usage of Bi tools
Like the three foot platform
Typora adds watermarks to automatically uploaded pictures
Friends day 2022
队列操作---
A hole in solder paste
[Yunju entrepreneurial foundation notes] Chapter 7 Entrepreneurial Resource test 5
ASTM D 3801 vertical burning test of solid plastics
What are the PHP FPM configuration parameters
6.30模拟赛总结