mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
51 lines
793 B
JSON
51 lines
793 B
JSON
{
|
|
"template": {
|
|
"mappings": {
|
|
"properties": {
|
|
"error": {
|
|
"properties": {
|
|
"message": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"host": {
|
|
"properties":{
|
|
"ip": {
|
|
"type": "ip"
|
|
}
|
|
}
|
|
},
|
|
"related": {
|
|
"properties":{
|
|
"ip": {
|
|
"type": "ip"
|
|
}
|
|
}
|
|
},
|
|
"destination": {
|
|
"properties":{
|
|
"ip": {
|
|
"type": "ip"
|
|
}
|
|
}
|
|
},
|
|
"source": {
|
|
"properties":{
|
|
"ip": {
|
|
"type": "ip"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"_meta": {
|
|
"package": {
|
|
"name": "system"
|
|
},
|
|
"managed_by": "fleet",
|
|
"managed": true
|
|
}
|
|
}
|