mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Bump Elastic Stack to 8.18.3
- Logstash: include syslog output plugin and config example
This commit is contained in:
9
docker/elk/logstash/dist/http_input.conf
vendored
9
docker/elk/logstash/dist/http_input.conf
vendored
@ -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"
|
||||
# }
|
||||
}
|
||||
|
Reference in New Issue
Block a user