我是靠谱客的博主 清脆芹菜,最近开发中收集的这篇文章主要介绍filebeat写入ES修改index,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

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

开始按照网络说法,修改

output.elasticsearch.index: "test"

启动filebeat报错,406

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

example:

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所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部