mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 11:42:50 +01:00
Update Sigmac mappings and config for IPs and ports
This commit is contained in:
@@ -51,7 +51,14 @@
|
|||||||
"match_mapping_type": "string",
|
"match_mapping_type": "string",
|
||||||
"path_match": "*.ip",
|
"path_match": "*.ip",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"type": "ip"
|
"type": "ip",
|
||||||
|
"fields" : {
|
||||||
|
"keyword" : {
|
||||||
|
"ignore_above" : 45,
|
||||||
|
"type" : "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -60,7 +67,14 @@
|
|||||||
"match_mapping_type": "string",
|
"match_mapping_type": "string",
|
||||||
"path_match": "*.port",
|
"path_match": "*.port",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"type": "integer"
|
"type": "integer",
|
||||||
|
"fields" : {
|
||||||
|
"keyword" : {
|
||||||
|
"ignore_above" : 10,
|
||||||
|
"type" : "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user