Add back meta ad error.message

This commit is contained in:
Wes
2024-09-23 21:36:40 +00:00
parent 41112a59ec
commit 70c5a07913

View File

@@ -2,7 +2,14 @@
"template": { "template": {
"mappings": { "mappings": {
"properties": { "properties": {
"host": { "error": {
"properties": {
"message": {
"type": "match_only_text"
}
}
},
"host": {
"properties":{ "properties":{
"ip": { "ip": {
"type": "ip" "type": "ip"
@@ -32,5 +39,12 @@
} }
} }
} }
},
"_meta": {
"package": {
"name": "system"
},
"managed_by": "fleet",
"managed": true
} }
} }