0

我按照简单的教程在干净的 debian lenny 机器上安装弹性搜索:

http://www.elasticsearch.org/tutorials/2010/07/02/setting-up-elasticsearch-on-debian.html

但是,当尝试使用映射创建索引时:

curl -XPUT "localhost:9200/searchdata" -d @index.json

我收到此错误:

{"error":"MasterNotDiscoveredException[]","status":500}

index.json在另一个 ES 实例上使用过,所以我知道它可以工作。我假设我缺少 ES 配置文件中的某些内容。目前我有这个:

cluster:
  name:   MyCluster

network:
  host:   _eth0_

由于 ES 的文档非常稀缺,我想我会看看是否有人可以引导我找到解决方案。提前致谢。

4

1 回答 1

-1

不确定问题,但操作系统的全新安装修复了它。

于 2011-11-28T14:49:19.077 回答