Closed danieleperera closed 4 years ago
To fix the issue please run the following curl cmd: To set highlighting max to 60000000.
curl -XPUT "localhost:9200/YOUR-INDEX-NAME/_settings" -H 'Content-Type: application/json' -d' {
"index" : {
"highlight.max_analyzed_offset" : 60000000
}
}
'
Kibana's maximum allowed to be analyzed for highlighting is 1000000. Can't update kibana