Fix max_analyzed_offset error

This commit is contained in:
2021-09-20 21:01:23 -04:00
parent a5eacb4950
commit b03ce90a05
5 changed files with 7 additions and 10 deletions

View File

@@ -2,7 +2,8 @@
"index": {
"refresh_interval": "30s",
"codec": "best_compression",
"number_of_replicas": 0
"number_of_replicas": 0,
"highlight.max_analyzed_offset": 10000000
},
"analysis": {
"tokenizer": {