elasticsearch
config_error
ai_generated
true
RollupJobConfigurationException: 汇总作业配置验证失败
RollupJobConfigurationException: Rollup job configuration validation failed
ID: elasticsearch/rollup-job-configuration-error
82%修复率
83%置信度
1证据数
2024-06-05首次发现
版本兼容性
| 版本 | 状态 | 引入 | 弃用 | 备注 |
|---|---|---|---|---|
| elasticsearch 8.12 | active | — | — | — |
| elasticsearch 8.13 | active | — | — | — |
| elasticsearch 7.17 | active | — | — | — |
| opensearch 2.11 | active | — | — | — |
根因分析
汇总作业配置包含无效字段映射、缺少必需字段或不兼容的日期直方图。
English
The rollup job configuration has invalid field mappings, missing required fields, or incompatible date histograms.
官方文档
https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-job-config.html解决方案
-
验证汇总配置中的所有字段在源索引中存在且类型正确。
-
使用汇总功能API检查支持的字段。
-
使用修正后的配置重新创建汇总作业。
无效尝试
常见但无效的做法:
-
90% 失败
The configuration is still invalid; recreation does not fix the underlying validation issue.
-
80% 失败
This affects indexing, not rollup job validation; rollup checks field types at config time.
-
95% 失败
Validation failure is not a timeout issue; timeout increase does not resolve invalid config.