序号 | 配置维度 | 配置信息 | 兼容性 | 详细说明 |
1 | 集群级别 | 集群快照设置(Snapshot settings) | CRITICAL | |
2 | 集群级别 | 集群存储限流设置(Store throttling settings) | CRITICAL | 集群设置 indices.store.throttle.type 和indices.store.throttle.max_bytes_per_sec ,在6.0版本开始被废弃,详见 Breaking changes in 6.0 |
3 | 索引级别 | 索引相似性设置(Similarity settings) | WARNING | |
4 | 索引级别 | 索引影子副本设置(Shadow Replicas settings) | CRITICAL | |
5 | 索引级别 | 索引存储设置(Index Store settings) | CRITICAL | |
6 | 索引级别 | 索引存储限流设置(Index Store throttling settings) | CRITICAL | 索引设置 index.store.throttle.type 和index.store.throttle.max_bytes_per_sec ,在6.0版本开始被废弃,详见 Breaking changes in 6.0 |
7 | 索引级别 | 索引 Mapping 参数 include_in_all | WARNING | 索引 mapping 参数 include_in_all ,在6.0版本之后创建的索引中无法使用(5.x 版本创建包含此设置的索引在升级 6.x 版本后可以兼容),详见 Breaking changes in 6.0 |
8 | 索引级别 | 索引创建版本 | CRITICAL | 索引创建版本 index.version.created 不允许跨 ES 主版本,例如,无法将在 5.x 版本创建的索引直接升级到 7.x 版本,需要将失败的索引 reindex 迁移到新索引并删除后再进行升级。 |
9 | 索引模板级别 | 索引模板相似性设置(Similarity settings) | CRITICAL | |
10 | 索引模板级别 | 索引模板影子副本设置(Shadow Replicas settings) | CRITICAL | 索引设置 index.shared_filesystem 和index.shadow_replicas ,在6.0版本开始被废弃,详见 Breaking changes in 6.0,模板中存在该设置将导致版本升级后该模板无法用于创建新索引。 |
11 | 索引模板级别 | 索引模板存储设置(Index Store settings) | CRITICAL | |
12 | 索引模板级别 | 索引模板存储限流设置(Index Store throttling settings) | CRITICAL | 索引设置 index.store.throttle.type 和index.store.throttle.max_bytes_per_sec ,在6.0版本开始被废弃,详见 Breaking changes in 6.0,模板中存在该设置将导致版本升级后该模板无法用于创建新索引。 |
13 | 索引模板级别 | 索引模板 Mapping 参数 include_in_all | CRITICAL | |
14 | 索引模板级别 | 索引模板 Mapping 元字段 _all | CRITICAL | |
15 | 索引模板级别 | 索引模板 Mapping 多个 Types | CRITICAL |
PUT _cluster/settings
取消此设置(包括 persistent 和 transient):PUT _cluster/settings{"persistent": {"cluster.routing.allocation.snapshot.relocation_enabled": null},"transient": {"cluster.routing.allocation.snapshot.relocation_enabled": null}}
PUT _cluster/settings
取消此设置(包括 persistent 和 transient):PUT _cluster/settings{"persistent": {"indices.store.throttle.type": null,"indices.store.throttle.max_bytes_per_sec": null},"transient": {"indices.store.throttle.type": null,"indices.store.throttle.max_bytes_per_sec": null}}
POST my_index/_close
PUT my_index/_settings{"index.similarity.base.*": null}
POST my_index/_open
POST my_index/_close
PUT my_index/_settings{"index.shared_filesystem": null,"index.shadow_replicas": null}
POST my_index/_open
POST my_index/_close
PUT my_index/_settings{"index.store.type": null}
POST my_index/_open
PUT my_index/_settings{"settings": {"index.store.throttle.type": null,"index.store.throttle.max_bytes_per_sec": null}}
GET _template/my_template
获取不兼容模板my_template
。存在以下三个不兼容设置:索引模板存储设置(Index Store settings)、索引模板 Mapping 参数 include_in_all
、索引模板 Mapping 元字段_all
。{"my_template": {"order": 0,"template": "my_*","settings": {"index": {"store": {"throttle": {"max_bytes_per_sec": "10m"}}}},"mappings": {"my_type": {"_all": {"enabled": true},"properties": {"my_field": {"type": "text","include_in_all": true}}}},"aliases": {}}}
PUT _template/my_template
更新模板。PUT _template/my_template{"order": 0,"template": "my_*","settings": {},"mappings": {"my_type": {"properties": {"my_field": {"type": "text"}}}},"aliases": {}}
index.query.default_field
。如果仍要查询所有字段,那么可以通过提高“布尔查询最大子句数”设置indices.query.bool.max_clause_count
来实现。include_type_name
默认为 false,升级后默认将无法创建包含 type 的索引,需要显式指定参数include_type_name
:PUT my_index?include_type_name{"mappings": {"type1": {"properties": {"name": {"type": "text"}}}}}
序号 | 配置维度 | 配置信息 | 兼容性 | 详细说明 |
1 | 集群级别 | 用户代理预处理器(User agent processor)设置 | WARNING | |
2 | 集群级别 | 集群分片数 | WARNING | |
3 | 集群级别 | 集群设置(discovery.zen.no_master_block) | WARNING | |
4 | 集群级别 | 预处理器管道(Ingest pipeline)日期格式 | WARNING | |
5 | 索引级别 | 索引创建版本 | CRITICAL | 不允许6.0版本之前创建的索引升级到7.x版本,详见 Breaking changes in 7.0 |
6 | 索引级别 | Delimited payload 词汇单元过滤器(Token filter)索引设置 | WARNING | Delimited payload 语汇单元过滤器(Token filter)从 delimited_payload_filter 改名为delimited_payload ,详见 Breaking changes in 7.0 |
7 | 索引级别 | 索引设置(index.percolator.map_unmapped_fields_as_string) | CRITICAL | 索引设置 index.percolator.map_unmapped_fields_as_string 改名为 index.percolator.map_unmapped_fields_as_text ,详见 Breaking changes in 7.0 |
8 | 索引级别 | 索引名 | WARNING | 索引名不能包含“:”,详见 Breaking changes in 7.0 |
9 | 索引级别 | 索引设置(index.unassigned.node_left.delayed_timeout) | CRITICAL | |
10 | 索引级别 | 索引设置(index.shard.check_on_startup) | CRITICAL | |
11 | 索引级别 | 经典相似性(classic similarity)索引 Mapping 参数 | WARNING | 经典相似性(classic similarity)索引 Mapping 参数被废弃,详见 Breaking changes in 7.0 |
12 | 索引级别 | 经典相似性(classic similarity)索引设置 | WARNING | 经典相似性(classic similarity)索引设置被废弃,详见 Breaking changes in 7.0 |
13 | 索引级别 | 索引字段数 | WARNING | 对于超过1024个字段的索引,建议设置默认查询字段( index.query.default_field )或提升最大字段数设置(indices.query.bool.max_clause_count ),否则升级后将导致不指定字段的查询无法正常使用,详见 Breaking changes in 7.0 |
14 | 索引级别 | 索引 Mapping 日期格式 | WARNING | Joda-Time 格式改为 Java Time,详见 Breaking changes in 7.0 |
15 | 索引模板级别 | Delimited payload 语汇单元过滤器(Token filter)索引模板设置 | WARNING | Delimited payload 语汇单元过滤器(Token filter)从 delimited_payload_filter 改名为delimited_payload ,详见 Breaking changes in 7.0 |
16 | 索引模板级别 | 索引模板设置(index.percolator.map_unmapped_fields_as_string) | CRITICAL | 索引模板设置 index.percolator.map_unmapped_fields_as_string 改名为 index.percolator.map_unmapped_fields_as_text ,升级后不兼容,详见 Breaking changes in 7.0 |
17 | 索引模板级别 | 索引模板设置(index.unassigned.node_left.delayed_timeout) | CRITICAL | |
18 | 索引模板级别 | 索引模板设置(index.shard.check_on_startup) | CRITICAL | |
19 | 索引模板级别 | 经典相似性(classic similarity)索引模板 Mapping 参数 | CRITICAL | 经典相似性(classic similarity)索引模板 Mapping 参数被废弃,升级后不兼容,详见 Breaking changes in 7.0 |
20 | 索引模板级别 | 经典相似性(classic similarity)索引模板设置 | CRITICAL | 经典相似性(classic similarity)索引模板设置被废弃,升级后不兼容,详见 Breaking changes in 7.0 |
21 | 索引模板级别 | 索引模板字段数 | CRITICAL | 对于超过1024个字段的索引模板,建议设置默认查询字段( index.query.default_field )或提升最大字段数设置(indices.query.bool.max_clause_count ),否则升级后将导致不指定字段的查询无法正常使用,详见 Breaking changes in 7.0 |
22 | 索引模板级别 | 索引模板 Mapping 日期格式 | WARNING | Joda-Time 格式改为 Java Time,详见 Breaking changes in 7.0 |
ecs
格式的 user agent 将被废弃,应调整为:PUT _ingest/pipeline/my_pipeline1{"processors" : [{"user_agent" : {"field" : "agent","ecs": true}}]}
PUT _cluster/settings{"persistent": {"cluster.max_shards_per_node": 5000}}
discovery.zen.no_master_block
的集群,在升级完成后调整为cluster.no_master_block
,例如:PUT _cluster/settings{"persistent": {"cluster.no_master_block": "write"}}
POST _reindex{"source": {"index": "my_index"},"dest": {"index": "new_my_index"}}
delimited_payload_filter
改为delimited_payload
,例如原始索引如下:PUT my_index{"settings": {"analysis": {"analyzer": {"whitespace_plus_delimited": {"tokenizer": "whitespace","filter": [ "plus_delimited" ]}},"filter": {"plus_delimited": {"type": "delimited_payload_filter","delimiter": "+","encoding": "int"}}}}}
PUT my_index{"settings": {"analysis": {"analyzer": {"whitespace_plus_delimited": {"tokenizer": "whitespace","filter": [ "plus_delimited" ]}},"filter": {"plus_delimited": {"type": "delimited_payload","delimiter": "+","encoding": "int"}}}}}
index.percolator.map_unmapped_fields_as_string
调整为index.percolator.map_unmapped_fields_as_text
(此设置调整前需要 close 索引)。PUT my_index/_settings{"index.percolator.map_unmapped_fields_as_text": true}
POST _reindex{"source": {"index": "my_index"},"dest": {"index": "new_my_index"}}
index.unassigned.node_left.delayed_timeout
调整为正整数:PUT my_index/_settings{"index.unassigned.node_left.delayed_timeout": 0}
index.shard.check_on_startup
值为fix
调整为其它值,例如:PUT my_index/_settings{"index.shard.check_on_startup": true}
PUT my_index{"mappings": {"doc": {"properties": {"field1": {"properties": {"field4": {"type": "text","similarity": "classic"}}}}}}}
PUT my_index{"mappings": {"doc": {"properties": {"field1": {"properties": {"field4": {"type": "text","similarity": "BM25"}}}}}}}
index.query.default_field
。PUT my_index/_settings{"index.query.default_field": "field1"}
indices.query.bool.max_clause_count
(后续支持)。
本页内容是否解决了您的问题?