Files
securityonion/salt/elasticsearch/templates/component/so/pb-override-source-mappings.json
2023-07-18 19:00:50 +00:00

32 lines
654 B
JSON

{
"_meta": {
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-source.html",
"ecs_version": "1.12.2"
},
"template": {
"mappings": {
"properties": {
"source": {
"properties": {
"ip": {
"type": "ip",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"port": {
"type": "long",
"fields": {
"keyword": {
"type": "keyword"
}
}
}
}
}
}
}
}
}