当前位置:网站首页>Monstache执行monstache -f config.toml出错No processor type exists with name [attachment] [type=parse_exc
Monstache执行monstache -f config.toml出错No processor type exists with name [attachment] [type=parse_exc
2022-07-30 05:42:00 【就是叫这个名字】
报错信息
{
"error":{
"root_cause":[{
"type":"parse_exception","reason":"No processor type exists with name [attachment]","processor_type":"attachment"}],"type":"parse_exception","reason":"No processor type exists with name [attachment]","processor_type":"attachment"},"status":400}
ERROR 2022/07/27 15:48:49 Unable to setup file indexing: elastic: Error 400 (Bad Request): No processor type exists with name [attachment] [type=parse_exception]
解决方法
如果es是安装在主机上的,执行sudo bin/elasticsearch-plugin install ingest-attachment
如果es是安装在docker容器中,那么需要先进入容器再安装ingest-attachmentdocker exec -it 容器id /bin/bash
cd bin
elasticsearch-plugin install ingest-attachment
边栏推荐
- async/await用法详解
- [Mini Program Project Development--Jingdong Mall] Classification Navigation Area of uni-app
- DVWA installation tutorial (understand what you don't understand · in detail)
- phpok网站漏洞利用分析
- 【Spark】Spark 高频面试题英语版(1)
- Powerhouse Cup Preliminary WP
- uncategorized SQLException; SQL state [null]; error code [0]; sql injection violation, syntax error
- P3 元宝的笔记
- Offensive and defensive world easy_web
- CTF之misc-图片隐写
猜你喜欢
【小程序项目开发-- 京东商城】uni-app之分类导航区域
【OS】操作系统高频面试题英文版(1)
[Mini Program Project Development--Jingdong Mall] Classification Navigation Area of uni-app
[HCTF 2018]admin
uni-app使用npm命令安装组件
c#下Web3合约空投、转账调用代码
oracle行转列、列转行总结
Blind injection, error injection, wide byte injection, stack injection study notes
promise的基本概念
DVWA installation tutorial (understand what you don't understand · in detail)
随机推荐
Briefly describe SSRF
用h1~h5标题时候,但是如果不要加粗的效果,处理方法如下
CTFSHOW命令执行【web29-web124】未完待续
运维工程师面试经历
[HCTF 2018]admin
vulnhub-XXE ctf security question
node手写服务器实现访问index页面
Misc-traffic analysis of CTF
oracle行转列、列转行总结
最新Redistemplate配置及使用,附带操作工具类,测试类
Dcat Admin installation
C#中使用OleDb操作access数据库
C# WPF中监听窗口大小变化事件
jsonpath
node中对文件的基本操作
[MATLAB]图像处理——交通标志的识别
C#中对委托的理解和使用
Misc of CTF-image steganography
【面经】米哈游数据开发面经
关于浅拷贝和深拷贝,草稿闲了写