码迷,mamicode.com
首页 > 其他好文 > 详细

filebeat 6.0以后版本设置index名字

时间:2018-03-07 16:19:14      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:elk   filebeat   

坑坑坑,官网说明很不明显

https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-template.html

6.0以后版本具体设置在filebeat.yml如下

setup.template.name: "myname-01"        #顶格,和output对其
setup.template.pattern: "myname-01-*"   #顶格,和output对其
output.elasticsearch:
  hosts: ["192.168.10.63:9200"]
  index: "myname-01-%{+yyyy.MM.dd}"             #和hosts对其

filebeat 6.0以后版本设置index名字

标签:elk   filebeat   

原文地址:http://blog.51cto.com/linyingyong/2083825

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!