Add dynamic mapping for wazuh

This commit is contained in:
Wes Lambert
2021-07-14 13:43:34 +00:00
parent 441cd3fc59
commit 323b5d6694

View File

@@ -680,6 +680,10 @@
"redis":{
"type":"object",
"dynamic": true
},
"wazuh":{
"type":"object",
"dynamic": true
}
}
}