Finalize Miniprint integration, tweaking

This commit is contained in:
t3chn0m4g3
2024-10-16 14:14:22 +02:00
parent 321df862e7
commit c7e6f5a66f
18 changed files with 191 additions and 35 deletions

View File

@ -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 {