问题

版本是elasticsearch-2.3.0 或者elasticsearch-rtf-master

Exception in thread "main" SettingsException[Failed to load settings from [elasticsearch.yml]]; nested: ElasticsearchParseException[malformed, expected settings to start with 'object', instead was [VALUE_STRING]];

解决

这个错就是参数的冒号前后没有加空格,首行前面加一个空格,加了之后就好。

elasticsearch配置文件里的一些坑 [Failed to load settings from [elasticsearch.yml]]

目前这个版本看来es官方程序员没有在这上边加验证,没有做好处理;参数上空格能解决好多问题.

相关文章:

  • 2022-12-23
  • 2021-07-31
  • 2021-05-27
  • 2021-04-08
  • 2022-12-23
  • 2021-08-05
  • 2022-02-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-12
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
相关资源
相似解决方案