当前位置:网站首页>elk报错:[syslogs] index has exceeded [1000000]
elk报错:[syslogs] index has exceeded [1000000]
2022-07-30 06:33:00 【Jiangxl~】
报错内容:The length of [日志详情.keyword] field of [fDc4RoIBa4doANsQMBzx] doc of [elk-xbtstu-tj-prod-2022.07.28][syslogs] index has exceeded [1000000] -maximum allowed to be analyzed for highlighting. This maximum can be set by changing the [index.highlight.max_analyzed_offset] index level setting. For large texts, indexing with offsets or term vectors is recommended! 
解决方法
curl -XPUT "http://ip:port/_settings" -H 'Content-Type: application/json' -d' {
"index" : {
"highlight.max_analyzed_offset" : 100000000
}
}'
边栏推荐
- interface
- 架构设计指南 如何成为架构师
- Mybitatis related configuration files
- 进制转换。。。
- 常用的配置
- 使用navicat连接mysql数据库时常报的错误:2003、1698、1251
- 2020 ACM | MoFlow: An Invertible Flow Model for Generating Molecular Graphs
- SkiaSharp 之 WPF 自绘 拖曳小球(案例版)
- Burpsuite几种爆破方式
- 2020 ACM | MoFlow: An Invertible Flow Model for Generating Molecular Graphs
猜你喜欢
随机推荐
MYSQL 主从恢复锁表后, 处理SQL 线程锁解决.
求大佬解答,这种 sql 应该怎么写?
go : create database records using gorm
uniapp中canvas与v-if更“配”
Go 使用mencached缓存
K-Net:Towards Unified Image Segmentation,基于动态内核的通用分割网络,(NMS-free and Box-free),从语义/实例分割到全景分割。
WinForm(一):开始一个WinForm程序
Vue2进阶篇-编程式路由导航、缓存路由组件、路由的激活与失活
Architectural Design Guide How to Become an Architect
go : go-redis set操作
Two Permutations(2022杭电杯)
谷粒商城--环境部署(2022/7/28最新)
Go: use gorm query record
selenium module
使用navicat连接mysql数据库时常报的错误:2003、1698、1251
go : go-redis set operations
taro package compilation error
redis实现分布式锁的原理
MySQL题外篇【ORM思想解析】
一段神奇的没有主方法的代码



![[GO语言基础] 一.为什么我要学习Golang以及GO语言入门普及](/img/ac/80ab67505f7df52d92a206bc3dd50e.png)





