Bump Elastic Stack to 8.18.3

- Logstash: include syslog output plugin and config example
This commit is contained in:
t3chn0m4g3
2025-06-30 16:06:45 +02:00
parent 6933ee0065
commit 175e1944c2
6 changed files with 27 additions and 12 deletions

View File

@ -17,5 +17,12 @@ output {
template => "/etc/logstash/tpot-template.json"
template_overwrite => "true"
}
# Syslog Output Example
# syslog {
# host => "192.168.1.1"
# port => 514
# protocol => tcp
# appname => "logstash-logs"
# severity => "6"
# }
}