当前位置:网站首页>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{
#}
}边栏推荐
- 关于NAND FLASH解扣的认识
- Efforts at the turn of the decade
- 手把手教你完成图像分类实战——基于卷积神经网络的图像识别
- Compile and debug net6 source code
- Operations related to sequence table
- Ansible的playbook
- [Yunju entrepreneurial foundation notes] Chapter 7 Entrepreneurial Resource test 4
- GID: open vision proposes a comprehensive detection model knowledge distillation | CVPR 2021
- Typora adds watermarks to automatically uploaded pictures
- 第十四章 信号(四)- 多进程任务示例
猜你喜欢

Indefinite integral
![[Yunju entrepreneurial foundation notes] Chapter 7 Entrepreneurial Resource test 3](/img/ea/c5e8d12007873385fa0d197fa62fd2.jpg)
[Yunju entrepreneurial foundation notes] Chapter 7 Entrepreneurial Resource test 3

Typora realizes automatic uploading of picture pasting
![[datawhale202206] pytorch recommendation system: recall model DSSM & youtubednn](/img/f2/7931952b832e84d7b8f2615906f33f.png)
[datawhale202206] pytorch recommendation system: recall model DSSM & youtubednn

循环链表--

Sleep quality today 79 points

晓看天色暮看云,美图欣赏

I wish you all a happy reunion

Mobile note application

Share several tools for designing exquisite circuit diagrams
随机推荐
[speech signal processing] 3 speech signal visualization -- prosody
Need your own cognition
关于NAND FLASH解扣的认识
Like the three foot platform
项目部署,一点也不难!
腾讯安全发布《BOT管理白皮书》|解读BOT攻击,探索防护之道
MySQL workbench data modeling function
二叉树的链式存储
(混更一篇)多个txt文本转一个表格
6.30 simulation summary
Virtualenv+pipenv virtual environment management
【20211129】Jupyter Notebook遠程服務器配置
JS related interview questions and answers (1)
华为面试题: 招聘
fatal error: execution: 没有那个文件或目录
Onenet Internet of things platform - create mqtts products and devices
華為面試題: 招聘
[Yu Yue education] financial management reference materials of Ningbo University of Finance and Economics
Double linked list related operations
Ansible相关内容梳理