Merge pull request #700 from Security-Onion-Solutions/fix/common_type_removal

remove type field
This commit is contained in:
weslambert
2020-05-15 14:37:44 -04:00
committed by GitHub

View File

@@ -41,8 +41,8 @@
{ "rename": { "field": "message2.community_id", "target_field": "network.community_id", "ignore_missing": true } },
{
"remove": {
"field": [ "index_name_prefix", "message2"],
"ignore_failure": false
"field": [ "index_name_prefix", "message2", "type" ],
"ignore_failure": true
}
}
]