[MM-49084] public/model/config: elasticsearch: add ingore option to some indexes to purge (#23571)

Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2023-06-10 00:50:08 +03:00
коммит произвёл GitHub
родитель b9f52126c2
Коммит 446b474489
7 изменённых файлов: 82 добавлений и 0 удалений

Просмотреть файл

@@ -8687,6 +8687,10 @@
"id": "model.config.is_valid.elastic_search.enable_searching.app_error",
"translation": "Elasticsearch EnableIndexing setting must be set to true when Elasticsearch EnableSearching is set to true"
},
{
"id": "model.config.is_valid.elastic_search.ignored_indexes_dash_prefix.app_error",
"translation": "Ignored indexes for purge should not start with dash."
},
{
"id": "model.config.is_valid.elastic_search.live_indexing_batch_size.app_error",
"translation": "Elasticsearch Live Indexing Batch Size must be at least 1."