disable ta_config indexing

This commit is contained in:
Simon 2023-09-21 23:16:06 +07:00
parent a5b61bfaf6
commit 92975a5c95
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"index_name": "config",
"expected_map": {
"config": {
"type": "object"
"type": "object",
"enabled": false
}
},
"expected_set": {