ElasticSearchv6.2.2 - Warning

Hi,

I've ES 6.2.2 installed and while running the following error comes out. Any help will be much appreciated.

I've tried to set highlighter value using the following curl command, which gave error as well

[2018-04-17T15:00:25,855][WARN ][d.o.a.l.s.u.CustomUnifiedHighlighter] The length of text to be analyzed for highlighting [18031] exceeded the allowed maximum of [10000] set for the next major Elastic version. For large texts, indexing with offsets or term vectors is recommended!

Also, Kibana gives Request timeout error

_curl -XPUT -u elastic 'localhost:9200/_xpack/security/user/elastic/password' -H "Content-Type: application/json" -d '{
"password" : "elasticpassword"
}'

can anyone help

sorry, the curl command is this

curl -XPUT http://localhost:9200/_settings -H "Content-Type: application/json" -d '{ "index.highlight.max_analyzed_offset": 100000 }'

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.