每日 Marvel 指数 - 删除是否安全?

Daily Marvel indices - is it safe to remove?

我有这样的索引:

health status index              pri rep docs.count docs.deleted store.size pri.store.size 
yellow open   .marvel-2015.08.15   1   1      11091            0     11.6mb         17.6mb 
yellow open   myindex              5   1     104321        14891     22.5mb         32.7mb 
yellow open   .marvel-2015.08.17   1   1      62214            0     70.2mb         90.9mb

每天都会创建以“.marvel”开头的索引。这些是什么?移除它们安全吗?

.marvel 索引来自 Marvel,这是 Elastic 开发的一个帮助监控集群的插件。

Marvel 代理会定期将统计数据编入今天的 .marvel 索引。使用来自这些索引的数据,可以查看随时间变化的各种图表(堆使用率、负载、索引率、搜索率、可用磁盘 space 等):https://www.elastic.co/guide/en/marvel/current/dashboards.html

删除 .marvel 索引是否安全,只要您不想随着时间的推移保留监控数据。如果您使用上面 link 中的仪表板,这些仪表板将不包含有关集群的任何历史数据。但是,删除这些索引不会使您的集群变红或类似情况。