host auth.log, syslog => ELK

change local timezone to UTC, incl. new .kibana index, update upstart
for elk
This commit is contained in:
t3chn0m4g3
2016-03-13 02:05:40 +01:00
parent 4f7bdd30da
commit 8706a4343a
3 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

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