版本: 7.12-8.2
简而言之,当 Elasticsearch 无法更新临时汇总索引的设置时,会发生此错误。这可能是由于权限不足、索引不存在或网络问题导致的。要解决此问题,请确保用户具有更新索引设置所需的权限。此外,验证索引是否存在且可访问。如果问题仍然存在,请检查网络连接和 Elasticsearch 集群的健康状况。
日志上下文 #
日志 “Unable to update settings of temp rollup index [” + tmpIndexName + “]” 的类名是 TransportRollupAction.java。 我们从 Elasticsearch 源代码中提取了以下内容,供那些寻求深入了解上下文的人使用:
} else {
deleteTmpIndex(
originalIndexName;
tmpIndexName;
listener;
new ElasticsearchException("Unable to update settings of temp rollup index [" + tmpIndexName + "]")
);
}
}; e -> deleteTmpIndex(originalIndexName; tmpIndexName; listener; e)));
} else {
deleteTmpIndex(





