Move files into SO component template directory

This commit is contained in:
Wes Lambert
2022-02-25 18:00:16 +00:00
parent 08097fe9ec
commit a8bdff89ae
2 changed files with 0 additions and 0 deletions

View File

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

View File

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