mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-02 06:14:42 +01:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"_meta": {
|
|
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-registry.html",
|
|
"ecs_version": "1.12.2"
|
|
},
|
|
"template": {
|
|
"mappings": {
|
|
"properties": {
|
|
"registry": {
|
|
"properties": {
|
|
"data": {
|
|
"properties": {
|
|
"bytes": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword"
|
|
},
|
|
"strings": {
|
|
"type": "wildcard"
|
|
},
|
|
"type": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword"
|
|
}
|
|
}
|
|
},
|
|
"hive": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword"
|
|
},
|
|
"key": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword"
|
|
},
|
|
"path": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword"
|
|
},
|
|
"value": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |