mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
tweaking
This commit is contained in:
parent
5b710d5b28
commit
e8d8773863
3 changed files with 9 additions and 8 deletions
12
docker/elk/logstash/dist/logstash.conf
vendored
12
docker/elk/logstash/dist/logstash.conf
vendored
|
@ -425,12 +425,12 @@ output {
|
|||
# document_type => "doc"
|
||||
}
|
||||
|
||||
if [type] == "Suricata" {
|
||||
file {
|
||||
file_mode => 0760
|
||||
path => "/data/suricata/log/suricata_ews.log"
|
||||
}
|
||||
}
|
||||
#if [type] == "Suricata" {
|
||||
# file {
|
||||
# file_mode => 0760
|
||||
# path => "/data/suricata/log/suricata_ews.log"
|
||||
# }
|
||||
#}
|
||||
# Debug output
|
||||
#if [type] == "XYZ" {
|
||||
# stdout {
|
||||
|
|
2
docker/ews/dist/ews.cfg
vendored
2
docker/ews/dist/ews.cfg
vendored
|
@ -99,7 +99,7 @@ logfile = /data/elasticpot/log/elasticpot.log
|
|||
[SURICATA]
|
||||
suricata = true
|
||||
nodeid = suricata-community-01
|
||||
logfile = /data/suricata/log/suricata_ews.log
|
||||
logfile = /data/suricata/log/eve.json
|
||||
|
||||
[MAILONEY]
|
||||
mailoney = true
|
||||
|
|
3
docker/suricata/dist/capture-filter.bpf
vendored
3
docker/suricata/dist/capture-filter.bpf
vendored
|
@ -1,3 +1,4 @@
|
|||
not (host sicherheitstacho.eu or community.sicherheitstacho.eu) and
|
||||
not (host archive.ubuntu.com or security.ubuntu.com) and
|
||||
not (host index.docker.io or docker.io)
|
||||
not (host index.docker.io or docker.io) and
|
||||
not (host hpfeeds.sissden.eu)
|
||||
|
|
Loading…
Reference in a new issue