From 2f52bf81cdd0d6f8260b3f44c5498aa0b5ac5850 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 20 Feb 2015 21:53:59 +0100 Subject: [PATCH] Update elk.conf Change forwarded port to 8080, so the local tunnel port can be high port an by that is forced to 8080 also --- installer/upstart/elk.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/upstart/elk.conf b/installer/upstart/elk.conf index f2644a81..0b1496d7 100644 --- a/installer/upstart/elk.conf +++ b/installer/upstart/elk.conf @@ -2,7 +2,7 @@ # T-Pot Community Edition # # ELK upstart script # # # -# v0.51 by mo, DTAG, 2015-01-28 # +# v0.52 by mo, DTAG, 2015-02-20 # ######################################################## description "ELK" @@ -20,5 +20,5 @@ end script script # Delayed start to avoid rapid respawning sleep $(((RANDOM % 5)+5)) - /usr/bin/docker run --name=elk --volumes-from ews --volumes-from suricata -v /data/elk/:/data/elk/ -p 127.0.0.1:64296:80 --rm=true dtagdevsec/elk + /usr/bin/docker run --name=elk --volumes-from ews --volumes-from suricata -v /data/elk/:/data/elk/ -p 127.0.0.1:64296:8080 --rm=true dtagdevsec/elk end script