Update Sigmac mappings and config for IPs and ports

This commit is contained in:
Josh Brower
2021-03-15 15:53:00 -04:00
parent c93aab7a85
commit 5fe025318b

View File

@@ -51,7 +51,14 @@
"match_mapping_type": "string",
"path_match": "*.ip",
"mapping": {
"type": "ip"
"type": "ip",
"fields" : {
"keyword" : {
"ignore_above" : 45,
"type" : "keyword"
}
}
}
}
},
@@ -60,7 +67,14 @@
"match_mapping_type": "string",
"path_match": "*.port",
"mapping": {
"type": "integer"
"type": "integer",
"fields" : {
"keyword" : {
"ignore_above" : 10,
"type" : "keyword"
}
}
}
}
},