mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"template": {
|
|
"mappings": {
|
|
"properties": {
|
|
"host": {
|
|
"properties": {
|
|
"ip": {
|
|
"type": "ip"
|
|
}
|
|
}
|
|
},
|
|
"related": {
|
|
"properties": {
|
|
"ip": {
|
|
"type": "ip"
|
|
}
|
|
}
|
|
},
|
|
"destination": {
|
|
"properties": {
|
|
"ip": {
|
|
"type": "ip"
|
|
}
|
|
}
|
|
},
|
|
"source": {
|
|
"properties": {
|
|
"ip": {
|
|
"type": "ip"
|
|
}
|
|
}
|
|
},
|
|
"metadata": {
|
|
"properties": {
|
|
"input": {
|
|
"properties": {
|
|
"beats": {
|
|
"properties": {
|
|
"host": {
|
|
"properties": {
|
|
"ip": {
|
|
"type": "ip"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"_meta": {
|
|
"managed_by": "security_onion",
|
|
"managed": true
|
|
}
|
|
} |