Add custom component for ints

This commit is contained in:
Wes
2024-09-17 19:43:13 +00:00
parent 4575b502a8
commit 764eb98bc2
210 changed files with 7542 additions and 28 deletions

View File

@@ -0,0 +1,36 @@
{
"template": {
"mappings": {
"properties": {
"host": {
"properties":{
"ip": {
"type": "ip"
}
}
},
"related": {
"properties":{
"ip": {
"type": "ip"
}
}
},
"destination": {
"properties":{
"ip": {
"type": "ip"
}
}
},
"source": {
"properties":{
"ip": {
"type": "ip"
}
}
}
}
}
}
}