【发布时间】:2017-01-16 23:35:14
【问题描述】:
我的 elasticsearch 服务器出现严重问题。
我在一个带有 fosElasticaBundle 的 symfony2 项目中使用 ES 1.7。
今天ES索引被删了两次,不知道是什么原因。
这是我可以在 cluster.log 中读取的日志:
[cluster.metadata] [server] [index] 删除索引
[cluster.metadata] [server] [warning] 删除索引
[cluster.metadata] [server] [please_read] 创建索引,原因 [api],templates [],shards [5]/[1],mappings []
[cluster.metadata] [server] [please_read] update_mapping [info](动态)
问题是,我的 ES 在过去几个月里,在网站处于预生产阶段时从未遇到过此类问题。
你认为这可能来自攻击吗?还是配置错误?
【问题讨论】:
-
所有细节都在这里:elastic.co/blog/…
标签: symfony elasticsearch foselasticabundle