Update Sigmac mappings and config for IPs and ports

This commit is contained in:
Josh Brower
2021-03-16 09:32:40 -04:00
parent 44c75122ed
commit 71ae5b60ea

View File

@@ -64,13 +64,12 @@
}, },
{ {
"port": { "port": {
"match_mapping_type": "string",
"path_match": "*.port", "path_match": "*.port",
"mapping": { "mapping": {
"type": "integer", "type": "integer",
"fields" : { "fields" : {
"keyword" : { "keyword" : {
"ignore_above" : 10, "ignore_above" : 6,
"type" : "keyword" "type" : "keyword"
} }
} }