mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 04:22:11 +00:00
host auth.log, syslog => ELK
change local timezone to UTC, incl. new .kibana index, update upstart for elk
This commit is contained in:
parent
4f7bdd30da
commit
8706a4343a
3 changed files with 4 additions and 3 deletions
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
# T-Pot #
|
||||
# ELK upstart script #
|
||||
# #
|
||||
# v16.03.6 by mo, DTAG, 2016-03-11 #
|
||||
# v16.03.7 by mo, DTAG, 2016-03-12 #
|
||||
########################################################
|
||||
|
||||
description "ELK"
|
||||
|
@ -21,7 +21,7 @@ pre-start script
|
|||
rm -rf /data/elk/log/* || true
|
||||
end script
|
||||
script
|
||||
/usr/bin/docker run --name=elk -v /data:/data -p 127.0.0.1:64296:8080 --rm=true dtagdevsec/elk:latest1603
|
||||
/usr/bin/docker run --name=elk -v /data:/data -v /var/log:/data/host/log -p 127.0.0.1:64296:8080 --rm=true dtagdevsec/elk:latest1603
|
||||
end script
|
||||
post-start script
|
||||
# Delay next start to avoid rapid respawning
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# T-Pot CE preseed file by mo
|
||||
# T-Pot preseed file by mo
|
||||
# Setting locale
|
||||
#d-i debian-installer/language string en
|
||||
#d-i debian-installer/country string DE
|
||||
|
@ -25,6 +25,7 @@ d-i mirror/http/proxy string
|
|||
# Time
|
||||
#d-i clock-setup/utc boolean true
|
||||
#d-i time/zone string Europe/Berlin
|
||||
d-i time/zone string UTC
|
||||
d-i clock-setup/ntp boolean true
|
||||
|
||||
# Package Groups
|
||||
|
|
Loading…
Reference in a new issue