mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-31 21:33:20 +01:00
147 lines
3.8 KiB
JSON
147 lines
3.8 KiB
JSON
{
|
|
"_meta": {
|
|
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-network.html",
|
|
"ecs_version": "1.12.2"
|
|
},
|
|
"template": {
|
|
"mappings": {
|
|
"properties": {
|
|
"network": {
|
|
"properties": {
|
|
"application": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"bytes": {
|
|
"type": "long"
|
|
},
|
|
"community_id": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"direction": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"forwarded_ip": {
|
|
"type": "ip"
|
|
},
|
|
"iana_number": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"inner": {
|
|
"properties": {
|
|
"vlan": {
|
|
"properties": {
|
|
"id": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"name": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"type": "object"
|
|
},
|
|
"name": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"packets": {
|
|
"type": "long"
|
|
},
|
|
"protocol": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"transport": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"type": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"vlan": {
|
|
"properties": {
|
|
"id": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"name": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|