From 92975a5c95ae460984d7f02298a1bb7431eaa560 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 21 Sep 2023 23:16:06 +0700 Subject: [PATCH] disable ta_config indexing --- tubearchivist/home/src/es/index_mapping.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tubearchivist/home/src/es/index_mapping.json b/tubearchivist/home/src/es/index_mapping.json index a25b300..d6dda4b 100644 --- a/tubearchivist/home/src/es/index_mapping.json +++ b/tubearchivist/home/src/es/index_mapping.json @@ -3,7 +3,8 @@ "index_name": "config", "expected_map": { "config": { - "type": "object" + "type": "object", + "enabled": false } }, "expected_set": {