mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Disable dynamic mapping and increase order to reduce potential field conflicts
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