mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Finalize Miniprint integration, tweaking
This commit is contained in:
14
docker/elk/logstash/dist/logstash.conf
vendored
14
docker/elk/logstash/dist/logstash.conf
vendored
@ -175,6 +175,13 @@ input {
|
||||
type => "Medpot"
|
||||
}
|
||||
|
||||
# Miniprint
|
||||
file {
|
||||
path => ["/data/miniprint/log/miniprint.json"]
|
||||
codec => json
|
||||
type => "Miniprint"
|
||||
}
|
||||
|
||||
# Redishoneypot
|
||||
file {
|
||||
path => ["/data/redishoneypot/log/redishoneypot.log"]
|
||||
@ -612,6 +619,13 @@ filter {
|
||||
}
|
||||
}
|
||||
|
||||
# Miniprint
|
||||
if [type] == "Miniprint" {
|
||||
date {
|
||||
match => [ "timestamp", "ISO8601" ]
|
||||
}
|
||||
}
|
||||
|
||||
# Redishoneypot
|
||||
if [type] == "Redishoneypot" {
|
||||
date {
|
||||
|
Reference in New Issue
Block a user