mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +01:00
Update Sigmac mappings and config for IPs and ports
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user