在kibana页面选择最下方的management--elasticsearch--Index Management--Index Management

选择create a template添加index patterns,添加mapping,创建template完成。

index template对应新加入的索引会根据名称进行匹配,找到对应的template之后,就会吧新索引的数据安装template的mapping进行存储,很方便logstash,metricbeat直接写es。

es添加index template

 

相关文章:

  • 2022-02-06
  • 2021-07-09
  • 2022-12-23
  • 2021-11-10
  • 2021-10-16
  • 2022-12-23
  • 2021-10-09
  • 2022-12-23
猜你喜欢
  • 2021-12-24
  • 2021-12-01
  • 2022-12-23
  • 2021-06-14
  • 2021-05-15
  • 2021-11-18
  • 2022-12-23
相关资源
相似解决方案