Merge pull request #6999 from Security-Onion-Solutions/fix/case_mapping_changes_temp

Mapping changes for case index
This commit is contained in:
weslambert
2022-01-26 14:59:45 -05:00
committed by GitHub

View File

@@ -10,11 +10,7 @@
"number_of_shards":1,
"index.refresh_interval":"{{ REFRESH }}",
"index.routing.allocation.require.box_type":"hot",
{%- if INDEX_SORTING is sameas true %}
"index.sort.field": "@timestamp",
"index.sort.order": "desc",
{%- endif %}
"index.mapping.total_fields.limit": "1500"
"index.mapping.total_fields.limit": "10000"
},
"mappings": {
"_meta": {