I'm working on client server so I can't edit the elasticsearch.yml file. I used ignore=400 parameter.Help me for the solution of the this error elasticsearch.exceptions.RequestError: RequestError(400, 'too_long_frame_exception', 'An HTTP line is larger than 4096 bytes.'). Here I have 928068 documents in kibana/app.
Asked
Active
Viewed 2,171 times
3
-
You can try to process them in smalled quantities, so the generated URL is smaller – gal007 Jul 11 '19 at 11:48
-
You can look into https://www.elastic.co/guide/en/elasticsearch/reference/current/search-multiple-indices.html – Salah Alshaal Aug 23 '23 at 13:48