mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
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:
@@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"index_patterns": ["so-case*"],
|
"index_patterns": ["so-case*"],
|
||||||
"version":50001,
|
"version":50001,
|
||||||
"order":10,
|
"order":11,
|
||||||
"settings":{
|
"settings":{
|
||||||
"number_of_replicas":{{ REPLICAS }},
|
"number_of_replicas":{{ REPLICAS }},
|
||||||
"number_of_shards":1,
|
"number_of_shards":1,
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
"_meta": {
|
"_meta": {
|
||||||
"version": "1.5.0"
|
"version": "1.5.0"
|
||||||
},
|
},
|
||||||
|
"dynamic": false,
|
||||||
"date_detection": false,
|
"date_detection": false,
|
||||||
"dynamic_templates": [
|
"dynamic_templates": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user