mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-31 21:33:20 +01:00
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"_meta": {
|
|
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-container.html",
|
|
"ecs_version": "1.12.2"
|
|
},
|
|
"template": {
|
|
"mappings": {
|
|
"properties": {
|
|
"container": {
|
|
"properties": {
|
|
"id": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"image": {
|
|
"properties": {
|
|
"name": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"tag": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"labels": {
|
|
"type": "object"
|
|
},
|
|
"name": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
},
|
|
"runtime": {
|
|
"ignore_above": 1024,
|
|
"type": "keyword",
|
|
"fields": {
|
|
"text": {
|
|
"type": "match_only_text"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|