Files
securityonion/salt/elasticsearch/templates/component/so/so-ip-mappings.json
defensivedepth 7896f951f3 timestamp fix
2024-10-31 10:24:58 -04:00

25 lines
474 B
JSON

{
"_meta": {
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-network.html",
"ecs_version": "1.12.2"
},
"template": {
"mappings": {
"properties": {
"@timestamp": {
"type": "date"
},
"so": {
"properties": {
"ip_address": {
"type": "ip"
},
"description": {
"type": "text"
}
}
}
}
}
}
}