ELK 6.6.1 :)

keyword-vs-text-changes
neu5ron 2019-02-22 03:11:29 -05:00
parent 192b88f724
commit 56b9da4994
5 changed files with 10 additions and 10 deletions

View File

@ -6,6 +6,6 @@
# References: # References:
# https://cyberwardog.blogspot.com/2017/02/setting-up-pentesting-i-mean-threat_98.html # 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 maintainer="Roberto Rodriguez @Cyb3rWard0g"
LABEL description="Dockerfile base for the HELK Elasticsearch." LABEL description="Dockerfile base for the HELK Elasticsearch."

View File

@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive
# *********** Setting Environment Variables *************** # *********** Setting Environment Variables ***************
ENV JUPYTER_DIR=/opt/helk/jupyter ENV JUPYTER_DIR=/opt/helk/jupyter
ENV ESHADOOP_VERSION=6.5.4 ENV ESHADOOP_VERSION=6.6.1
ENV POSTGRESQL_VERSION=42.2.5 ENV POSTGRESQL_VERSION=42.2.5
# *********** Installing Prerequisites *************** # *********** Installing Prerequisites ***************

View File

@ -22,7 +22,7 @@ spark.executor.logs.rolling.maxRetainedFiles 20
# Set the strategy of rolling of executor logs. # Set the strategy of rolling of executor logs.
spark.executor.logs.rolling.strategy spark.executor.logs.rolling.time.interval 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. # 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. # Comma-separated list of Maven coordinates of jars to include on the driver and executor classpaths.
# The coordinates should be groupId:artifactId:version. # 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 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

View File

@ -6,6 +6,6 @@
# References: # References:
# https://cyberwardog.blogspot.com/2017/02/setting-up-pentesting-i-mean-threat_98.html # 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 maintainer="Roberto Rodriguez @Cyb3rWard0g"
LABEL description="Dockerfile base for the HELK Kibana." LABEL description="Dockerfile base for the HELK Kibana."

View File

@ -6,7 +6,7 @@
# References: # References:
# https://cyberwardog.blogspot.com/2017/02/setting-up-pentesting-i-mean-threat_98.html # 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 maintainer="Roberto Rodriguez @Cyb3rWard0g"
LABEL description="Dockerfile base for the HELK Logstash." LABEL description="Dockerfile base for the HELK Logstash."