[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 удалений

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

@@ -774,6 +774,7 @@ export type ElasticsearchSettings = {
ClientCert: string;
ClientKey: string;
Trace: string;
IgnoredPurgeIndexes: string;
};
export type BleveSettings = {