当前位置:网站首页>Logstash error: cannot reload pipeline, because the existing pipeline is not reloadable
Logstash error: cannot reload pipeline, because the existing pipeline is not reloadable
2022-07-01 12:37:00 【zhangphil】
logstash Run time error :
Cannot reload pipeline, because the existing pipeline is not reloadablePictured :

The scenario where the above error occurs , It's starting logstash It's time to join -r Parameters :
logstash -r -f my_logstash.confGeneral startup logstash Unwanted -r Parameters . Join in -r The purpose of the parameter is to indicate logstash whenever my_logstash.conf Reload when the configuration file changes .
Root cause :input Below stdin As a result of .
Solution : stay my_logstash.conf In profile ,input Below stdin{} Code block , Delete or comment it out :
input {
#stdin{
#}
}边栏推荐
- 队列的链式存储
- 用.Net Core接入微信公众号开发
- Chained storage of queues
- Switch basic experiment
- 使用nvm管理nodejs(把高版本降级为低版本)
- leetcode:329. 矩阵中的最长递增路径【dfs + cache + 无需回溯 + 优雅】
- 运行Powershell脚本提示“因为在此系统上禁止运行脚本”解决办法
- leetcode:241. 为运算表达式设计优先级【dfs + eval】
- 《MATLAB 神经网络43个案例分析》:第40章 动态神经网络时间序列预测研究——基于MATLAB的NARX实现
- Teach you to complete the actual battle of image classification hand in hand -- Image Recognition Based on convolutional neural network
猜你喜欢

被锡膏坑了一把

基于开源流批一体数据同步引擎 ChunJun 数据还原 —DDL 解析模块的实战分享

【20211129】Jupyter Notebook遠程服務器配置
![[datawhale202206] pytorch recommendation system: multi task learning esmm & MMOE](/img/8f/64fea641730795a2b5252cc2c8cdd2.png)
[datawhale202206] pytorch recommendation system: multi task learning esmm & MMOE

IOS interview

Double linked list related operations

How to install php7 and perform performance test using yum

使用nvm管理nodejs(把高版本降级为低版本)

Operations related to sequence table

Queue operation---
随机推荐
网络socket的状态要怎么统计?
Friends day 2022
BIM and safety in road maintenance-buildSmart Spain
CPI tutorial - asynchronous interface creation and use
工具箱之 IKVM.NET 项目新进展
队列操作---
[JS] interview questions
Ansible的playbook
Ipv6-6to4 experiment
R语言基于h2o包构建二分类模型:使用h2o.gbm构建梯度提升机模型GBM、使用h2o.auc计算模型的AUC值
顺序表有关操作
[20220605] Literature Translation -- visualization in virtual reality: a systematic review
華為面試題: 招聘
Ansible Playbook
编译调试Net6源码
【语音信号处理】3语音信号可视化——prosody
Tencent security and KPMG released a regulatory technology white paper to analyze the "3+3" hot application scenarios
华为面试题: 招聘
关于NAND FLASH解扣的认识
手把手教你完成图像分类实战——基于卷积神经网络的图像识别