I would like to see what kind of Spring Data Elasticsearch requests Elasticearch actually sends (especially when they go wrong), but I find this in the log:
[profiles][0]: from[0],size[11]: Parse Failure [Failed to parse source [{"from":0,"size":11,"query_binary":"eyJxdWVyeSI6eyJxdWVyeV9zdHJpbmciOnsicXVlcnkiOiJCYXMifX19fQ=="}]] ... QueryParsingException: [profiles] No query registered for [query]
It seems Spring -Data Elasticsearch is integrating a binary query. For debugging, I would rather see the original request.
source share