mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-01 13:53:18 +01:00
32 lines
648 B
JSON
32 lines
648 B
JSON
{
|
|
"_meta": {
|
|
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html",
|
|
"ecs_version": "1.12.2"
|
|
},
|
|
"template": {
|
|
"mappings": {
|
|
"properties": {
|
|
"kismet": {
|
|
"properties": {
|
|
"alerts": {
|
|
"properties": {
|
|
"count": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"first_seen": {
|
|
"type": "date"
|
|
},
|
|
"last_seen": {
|
|
"type": "date"
|
|
},
|
|
"seenby": {
|
|
"type": "nested"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |