ES中有日志,但是按照时间范围查询日志为空?
{"type":"too_long_frame_exception","reason":"An HTTP line is larger than 4096 bytes."}
在elasticsearch/config文件下修改http.max_initial_line_length,因为其默认情况下为4k,可以加到16K尝试一下!
{"type":"too_long_frame_exception","reason":"An HTTP line is larger than 4096 bytes."}
在elasticsearch/config文件下修改http.max_initial_line_length,因为其默认情况下为4k,可以加到16K尝试一下!