mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
39 lines
762 B
JSON
39 lines
762 B
JSON
{
|
|
"template": {
|
|
"mappings": {
|
|
"_meta": {
|
|
"managed_by": "security_onion",
|
|
"managed": true
|
|
},
|
|
"date_detection": false,
|
|
"dynamic_templates": [
|
|
{
|
|
"strings_as_keyword": {
|
|
"mapping": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword"
|
|
},
|
|
"match_mapping_type": "string"
|
|
}
|
|
}
|
|
],
|
|
"properties": {
|
|
"metadata": {
|
|
"properties": {
|
|
"kafka": {
|
|
"properties": {
|
|
"timestamp": {
|
|
"type": "date"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"_meta": {
|
|
"managed_by": "security_onion",
|
|
"managed": true
|
|
}
|
|
} |