You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
co.elastic.clients.elasticsearch._types.ElasticsearchException: [es/sql.query] failed: [x_content_parse_exception] [1:11] [sql/query] params doesn't support values of type: START_OBJECT
at co.elastic.clients.transport.rest_client.RestClientTransport.getHighLevelResponse(RestClientTransport.java:337)
at co.elastic.clients.transport.rest_client.RestClientTransport.performRequest(RestClientTransport.java:155)
at co.elastic.clients.elasticsearch.sql.ElasticsearchSqlClient.query(ElasticsearchSqlClient.java:105)
at co.elastic.clients.elasticsearch.sql.ElasticsearchSqlClient.query(ElasticsearchSqlClient.java:121)
at com.vrv.im.service.impl.app.AppMessageService.main(AppMessageService.java:463)
The type of client params is {"key", value} , but the server only recognizes [value1,value2]
This problem has been present since version 7.17.1
The text was updated successfully, but these errors were encountered:
elasticsearch-java/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/QueryRequest.java
Line 255 in c45dc2c
clients version:
server version: 7.17.14
errors:
The type of client params is
{"key", value}
, but the server only recognizes[value1,value2]
This problem has been present since version
7.17.1
The text was updated successfully, but these errors were encountered: