.security-7索引副本UNASSIGNED状态不恢复
匿名 | 发布于2020年01月11日 | 阅读数:3691
软件版本:es7.2
运行环境:centos7.6
.security-7索引配置:
{
"index.blocks.read_only_allow_delete": "false",
"index.query.default_field": [
"*"
],
"index.refresh_interval": "1s",
"index.write.wait_for_active_shards": "1",
"index.routing.allocation.include._host": "es1-hot,es2-hot,es3-hot",
"index.auto_expand_replicas": "0-2",
"index.analysis.filter.email.type": "pattern_capture",
"index.analysis.filter.email.preserve_original": "true",
"index.analysis.filter.email.patterns": [
"([^@]+)",
"(\\p{L}+)",
"(\\d+)",
"@(.+)"
],
"index.analysis.analyzer.email.filter": [
"email",
"lowercase",
"unique"
],
"index.analysis.analyzer.email.tokenizer": "uax_url_email",
"index.priority": "1000",
"index.number_of_replicas": "2"
}
索引绑定到了es1-hot、es2-hot、es3-hot节点,但只有主分片能恢复
运行环境:centos7.6
.security-7索引配置:
{
"index.blocks.read_only_allow_delete": "false",
"index.query.default_field": [
"*"
],
"index.refresh_interval": "1s",
"index.write.wait_for_active_shards": "1",
"index.routing.allocation.include._host": "es1-hot,es2-hot,es3-hot",
"index.auto_expand_replicas": "0-2",
"index.analysis.filter.email.type": "pattern_capture",
"index.analysis.filter.email.preserve_original": "true",
"index.analysis.filter.email.patterns": [
"([^@]+)",
"(\\p{L}+)",
"(\\d+)",
"@(.+)"
],
"index.analysis.analyzer.email.filter": [
"email",
"lowercase",
"unique"
],
"index.analysis.analyzer.email.tokenizer": "uax_url_email",
"index.priority": "1000",
"index.number_of_replicas": "2"
}
索引绑定到了es1-hot、es2-hot、es3-hot节点,但只有主分片能恢复
1 个回复
xiaoyanghapi - Elasticsearch 爱好者
赞同来自: