Merge pull request #6931 from Security-Onion-Solutions/fix/cases_dynamic_disable

Disable dynamic mapping and increase order to reduce potential field …
This commit is contained in:
weslambert
2022-01-20 09:48:01 -05:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
{
"index_patterns": ["so-case*"],
"version":50001,
"order":10,
"order":11,
"settings":{
"number_of_replicas":{{ REPLICAS }},
"number_of_shards":1,
@@ -20,6 +20,7 @@
"_meta": {
"version": "1.5.0"
},
"dynamic": false,
"date_detection": false,
"dynamic_templates": [
{