tweaking, remove honeypy => deprecated

This commit is contained in:
t3chn0m4g3
2022-01-17 17:45:03 +00:00
parent c611101987
commit d301cf0447
15 changed files with 6 additions and 102 deletions

View File

@ -57,11 +57,6 @@ services:
build: heralding/.
image: "dtagdevsec/heralding:2203"
# HoneyPy service
honeypy:
build: honeypy/.
image: "dtagdevsec/honeypy:2203"
# Honeytrap service
honeytrap:
build: honeytrap/.

View File

@ -119,13 +119,6 @@ input {
type => "Honeypots"
}
# Honeypy
file {
path => ["/data/honeypy/log/json.log"]
codec => json
type => "Honeypy"
}
# Honeysap
file {
path => ["/data/honeysap/log/honeysap-external.log"]
@ -494,17 +487,6 @@ filter {
}
}
# Honeypy
if [type] == "Honeypy" {
date {
match => [ "timestamp", "ISO8601" ]
remove_field => ["timestamp"]
remove_field => ["date"]
remove_field => ["time"]
remove_field => ["millisecond"]
}
}
# Honeypots
if [type] == "Honeypots" {
date {

View File

@ -119,13 +119,6 @@ input {
type => "Honeypots"
}
# Honeypy
file {
path => ["/data/honeypy/log/json.log"]
codec => json
type => "Honeypy"
}
# Honeysap
file {
path => ["/data/honeysap/log/honeysap-external.log"]
@ -494,17 +487,6 @@ filter {
}
}
# Honeypy
if [type] == "Honeypy" {
date {
match => [ "timestamp", "ISO8601" ]
remove_field => ["timestamp"]
remove_field => ["date"]
remove_field => ["time"]
remove_field => ["millisecond"]
}
}
# Honeypots
if [type] == "Honeypots" {
date {

View File

@ -154,7 +154,7 @@ nodeid = medpot-community-01
logfile = /data/medpot/log/medpot.log
[HONEYPY]
honeypy = true
honeypy = false
nodeid = honeypy-community-01
logfile = /data/honeypy/log/json.log