mirror of https://github.com/infosecn1nja/HELK.git
quick fixes
fix https://github.com/Cyb3rWard0g/HELK/issues/382 fix https://github.com/Cyb3rWard0g/HELK/issues/377neu5ron-patch-1
parent
1894ebd1c2
commit
75da37ac92
|
@ -125,6 +125,7 @@ services:
|
|||
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
|
||||
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
|
||||
KSQL_HEAP_OPTS: -Xmx1g
|
||||
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
|
||||
ports:
|
||||
- 8088:8088
|
||||
networks:
|
||||
|
|
|
@ -126,6 +126,7 @@ services:
|
|||
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
|
||||
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
|
||||
KSQL_HEAP_OPTS: -Xmx1g
|
||||
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
|
||||
ports:
|
||||
- 8088:8088
|
||||
networks:
|
||||
|
|
|
@ -125,6 +125,7 @@ services:
|
|||
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
|
||||
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
|
||||
KSQL_HEAP_OPTS: -Xmx1g
|
||||
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
|
||||
ports:
|
||||
- 8088:8088
|
||||
networks:
|
||||
|
|
|
@ -126,6 +126,7 @@ services:
|
|||
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
|
||||
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
|
||||
KSQL_HEAP_OPTS: -Xmx1g
|
||||
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
|
||||
ports:
|
||||
- 8088:8088
|
||||
networks:
|
||||
|
|
|
@ -125,6 +125,7 @@ services:
|
|||
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
|
||||
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
|
||||
KSQL_HEAP_OPTS: -Xmx1g
|
||||
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
|
||||
ports:
|
||||
- 8088:8088
|
||||
networks:
|
||||
|
|
|
@ -127,6 +127,7 @@ services:
|
|||
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
|
||||
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
|
||||
KSQL_HEAP_OPTS: -Xmx500m
|
||||
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
|
||||
ports:
|
||||
- 8088:8088
|
||||
networks:
|
||||
|
|
|
@ -125,6 +125,7 @@ services:
|
|||
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
|
||||
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
|
||||
KSQL_HEAP_OPTS: -Xmx1g
|
||||
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
|
||||
ports:
|
||||
- 8088:8088
|
||||
networks:
|
||||
|
|
|
@ -127,6 +127,7 @@ services:
|
|||
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
|
||||
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
|
||||
KSQL_HEAP_OPTS: -Xmx500m
|
||||
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
|
||||
ports:
|
||||
- 8088:8088
|
||||
networks:
|
||||
|
|
|
@ -513,7 +513,7 @@ show_final_information(){
|
|||
echo "IT IS HUNTING SEASON!!!!!"
|
||||
echo " "
|
||||
echo "You can stop all the HELK docker containers by running the following command:"
|
||||
echo " [+] sudo docker-compose stop $COMPOSE_CONFIG"
|
||||
echo " [+] sudo docker-compose -f $COMPOSE_CONFIG stop"
|
||||
echo " "
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue