-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
elastic8.13.0 [date_histogram] unknown field [interval] #164
Comments
添加es数据源的时候,版本选的是啥呢 |
有一样的问题,es版本8.7,使用提供的k8s镜像发布,数据源版本选的8.x 日志:
看日志貌似没有走到Elasticsearch8ClientContainer类里,重启后一下容器后就查出来了。不知道数据源的Properties字段里存的version是啥 key:
Properties字段内容:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suppressed: org.elasticsearch.client.ResponseException: method [POST], host [http://192.168.5.27:30084], URI [/logstash-*/_search?typed_keys=true&ignore_unavailable=true&expand_wildcards=open&allow_no_indices=false&scroll=10m&search_type=query_then_fetch&batched_reduce_size=512], status line [HTTP/1.1 400 Bad Request]
{""error"":{""root_cause"":[{""type"":""x_content_parse_exception"",""reason"":""[1:776] [date_histogram] unknown field [interval] did you mean [fixed_interval]?""}],""type"":""x_content_parse_exception"",""reason"":""[1:776] [date_histogram] unknown field [interval] did you mean [fixed_interval]?""},""status"":400}
at org.elasticsearch.client.RestClient.convertResponse(RestClient.java:283)
at org.elasticsearch.client.RestClient.performRequest(RestClient.java:261)
at org.elasticsearch.client.RestClient.performRequest(RestClient.java:235)
at org.elasticsearch.client.RestHighLevelClient.internalPerformRequest(RestHighLevelClient.java:1762)
The text was updated successfully, but these errors were encountered: