日志上下文 #
日志 “could not parse watch execution request. unexpected object field [{}]” 的类名是 RestExecuteWatchAction.java。我们从 Elasticsearch 源代码中提取了以下内容,以便为寻求深入了解上下文的人提供参考:
} else {
if (RESERVED_FIELD_NAMES.contains(currentFieldName)) {
throw new ElasticsearchParseException("please wrap watch including field [{}] inside a \"watch\" field", currentFieldName);
}
}





