Re: possible problem in elasticsearch.yml parameter

2014-08-09 Thread joergpra...@gmail.com
How does your PUT request look like? You send a HTTP header with 4k, which is not usual. You can increase the length with the parameter http.max_initial_line_length The parameter http.max_content_length covers the total message length Jörg On Sat, Aug 9, 2014 at 1:42 AM, Sitka

possible problem in elasticsearch.yml parameter

2014-08-08 Thread Sitka
I did a put to ES and got the following error: org.elasticsearch.common.netty.handler.codec.frame.TooLongFrameException: An HTTP line is larger than 4096 bytes. # Set a custom allowed content length: # # http.max_content_length: 100mb -- You received this message because you are subscribed