-
Notifications
You must be signed in to change notification settings - Fork 321
Description
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)