mirror of https://github.com/infosecn1nja/HELK.git
ELK 6.6.1 :)
parent
192b88f724
commit
56b9da4994
|
@ -3,9 +3,9 @@
|
|||
# Author: Roberto Rodriguez (@Cyb3rWard0g)
|
||||
# License: GPL-3.0
|
||||
|
||||
# References:
|
||||
# References:
|
||||
# https://cyberwardog.blogspot.com/2017/02/setting-up-pentesting-i-mean-threat_98.html
|
||||
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:6.5.4
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:6.6.1
|
||||
LABEL maintainer="Roberto Rodriguez @Cyb3rWard0g"
|
||||
LABEL description="Dockerfile base for the HELK Elasticsearch."
|
|
@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||
|
||||
# *********** Setting Environment Variables ***************
|
||||
ENV JUPYTER_DIR=/opt/helk/jupyter
|
||||
ENV ESHADOOP_VERSION=6.5.4
|
||||
ENV ESHADOOP_VERSION=6.6.1
|
||||
ENV POSTGRESQL_VERSION=42.2.5
|
||||
|
||||
# *********** Installing Prerequisites ***************
|
||||
|
|
|
@ -22,7 +22,7 @@ spark.executor.logs.rolling.maxRetainedFiles 20
|
|||
# Set the strategy of rolling of executor logs.
|
||||
spark.executor.logs.rolling.strategy spark.executor.logs.rolling.time.interval
|
||||
# Comma-separated list of jars to include on the driver and executor classpaths. Globs are allowed.
|
||||
spark.jars /opt/helk/es-hadoop/elasticsearch-hadoop-6.5.4.jar
|
||||
spark.jars /opt/helk/es-hadoop/elasticsearch-hadoop-6.6.1.jar
|
||||
# Comma-separated list of Maven coordinates of jars to include on the driver and executor classpaths.
|
||||
# The coordinates should be groupId:artifactId:version.
|
||||
spark.jars.packages graphframes:graphframes:0.7.0-spark2.4-s_2.11,org.apache.spark:spark-sql-kafka-0-10_2.11:2.4.0
|
||||
|
@ -33,9 +33,9 @@ spark.jars.packages graphframes:graphframes:0.7.0-spark2.4-s_2.11,org.apache.spa
|
|||
spark.eventLog.dir /var/log/spark
|
||||
# Whether to log Spark events, useful for reconstructing the Web UI after the application has finished.
|
||||
spark.eventLog.enabled true
|
||||
# Enable running Spark Master as reverse proxy for worker and application UIs.
|
||||
# Enable running Spark Master as reverse proxy for worker and application UIs.
|
||||
# In this mode, Spark master will reverse proxy the worker and application UIs to enable access without requiring direct access to their hosts.
|
||||
spark.ui.reverseProxy true
|
||||
spark.ui.reverseProxy true
|
||||
|
||||
spark.sql.execution.arrow.enabled true
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
# Author: Roberto Rodriguez (@Cyb3rWard0g)
|
||||
# License: GPL-3.0
|
||||
|
||||
# References:
|
||||
# References:
|
||||
# https://cyberwardog.blogspot.com/2017/02/setting-up-pentesting-i-mean-threat_98.html
|
||||
|
||||
FROM docker.elastic.co/kibana/kibana:6.5.4
|
||||
FROM docker.elastic.co/kibana/kibana:6.6.1
|
||||
LABEL maintainer="Roberto Rodriguez @Cyb3rWard0g"
|
||||
LABEL description="Dockerfile base for the HELK Kibana."
|
|
@ -3,10 +3,10 @@
|
|||
# Author: Roberto Rodriguez (@Cyb3rWard0g)
|
||||
# License: GPL-3.0
|
||||
|
||||
# References:
|
||||
# References:
|
||||
# https://cyberwardog.blogspot.com/2017/02/setting-up-pentesting-i-mean-threat_98.html
|
||||
|
||||
FROM docker.elastic.co/logstash/logstash:6.5.4
|
||||
FROM docker.elastic.co/logstash/logstash:6.6.1
|
||||
LABEL maintainer="Roberto Rodriguez @Cyb3rWard0g"
|
||||
LABEL description="Dockerfile base for the HELK Logstash."
|
||||
|
||||
|
|
Loading…
Reference in New Issue