Add error.message mapping for system.syslog

This commit is contained in:
Wes
2024-03-07 15:41:23 +00:00
parent b5f1733e97
commit 005930f7fd

View File

@@ -0,0 +1,22 @@
{
"template": {
"mappings": {
"properties": {
"error": {
"properties": {
"message": {
"type": "match_only_text"
}
}
}
}
}
},
"_meta": {
"package": {
"name": "system"
},
"managed_by": "fleet",
"managed": true
}
}