我是靠谱客的博主 清脆芹菜,这篇文章主要介绍filebeat写入ES修改index,现在分享给大家,希望可以做个参考。

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

开始按照网络说法,修改

复制代码
1
output.elasticsearch.index: "test"

启动filebeat报错,406

后参考官网:https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-template.html

example:

复制代码
1
2
3
output.elasticsearch.index: "customname-%{[beat.version]}-%{+yyyy.MM.dd}" setup.template.name: "customname" setup.template.pattern: "customname-*"

成功

转载于:https://my.oschina.net/u/3666671/blog/1623298

最后

以上就是清脆芹菜最近收集整理的关于filebeat写入ES修改index的全部内容,更多相关filebeat写入ES修改index内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(83)

评论列表共有 0 条评论

立即
投稿
返回
顶部