Skip to content

Commit

Permalink
Merge pull request #12519 from Security-Onion-Solutions/fix/error_mes…
Browse files Browse the repository at this point in the history
…sage_system_syslog

Add error.message mapping for system.syslog
  • Loading branch information
weslambert authored Mar 7, 2024
2 parents b5f1733 + 005930f commit 1633527
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"template": {
"mappings": {
"properties": {
"error": {
"properties": {
"message": {
"type": "match_only_text"
}
}
}
}
}
},
"_meta": {
"package": {
"name": "system"
},
"managed_by": "fleet",
"managed": true
}
}

0 comments on commit 1633527

Please sign in to comment.