elasticsearch.bat文件会立即打开和关闭。 -版本7.4
我尝试在elasticsearch.yml文件中添加以下行:
FILES_${PN}-modphp
当所有内容都用'#'注释时,它可以正常工作。这是elasticsearch的配置文件:-
${PN}
并且我想在最后一行输入我的行(不带#)
action.auto_create_index = false
index.mapper_dynamic = false
答案 0 :(得分:0)
我有这样的异常:
col1 between t.min and nvl(t.max, col1)
这意味着某些Watcher在ES启动时需要创建索引,因此可以在配置文件中进行设置。
Caused by: java.lang.IllegalArgumentException: the [action.auto_create_index] setting value [false] is too restrictive. disable [action.auto_create_index] or set it to [.watches,.triggered_watches,.watcher-history-*]
关于action.auto_create_index: ".watches,.triggered_watches,.watcher-history-*"
,它是一个索引级别的配置,现在ES仅允许使用index.mapper_dynamic