问题描述:
governor中点击月进行搜索时报错,页面提示未知错误,后台提示:Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1012E: Cannot index into a null value
解决方案:
修改elasticsearch参数配置:
的配置文件elasticsearch.yml中增加参数如下: http.max_initial_line_length: 10mb ,修改完重启elasticsearch、skywalking