Merge pull request #12519 from Security-Onion-Solutions/fix/error_message_system_syslog

Add error.message mapping for system.syslog
This commit is contained in:
weslambert
2024-03-07 10:47:33 -05:00
committed by GitHub

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
}
}