-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
helk ELK Updated to version 6.5.4 helk-logstash fix #156 + Pipeline Updated ++ More security events ++ Reduced regex complexity to split process paths to process names ++ Enabled Kafka output again for Win Security and Win Sysmon logs ++ Added more win security conversion events helk-elastalert fix #157 fix #159 ELK: + Consolidated ELK scripts to one per container instead of trial and basic helk-sigma + Updated own fork helk-jupyter + Updated Elastic ES-Hadoop to 6.5.4 helk-jupyter + jupyterlab-manager widgets + Updated pandas 0.24.0 + Updated altair 2.3.0
- Loading branch information
1 parent
9b7d224
commit c7086ab
Showing
43 changed files
with
838 additions
and
2,326 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
docker/helk-elasticsearch/scripts/basic/elasticsearch-entrypoint.sh
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive | |
|
||
# *********** Setting Environment Variables *************** | ||
ENV JUPYTER_DIR=/opt/helk/jupyter | ||
ENV ESHADOOP_VERSION=6.5.3 | ||
ENV ESHADOOP_VERSION=6.5.4 | ||
ENV POSTGRESQL_VERSION=42.2.5 | ||
|
||
# *********** Installing Prerequisites *************** | ||
|
@@ -23,18 +23,20 @@ RUN apt-get update -qq \ | |
libxml2-dev libxslt1-dev zlib1g-dev postgresql \ | ||
# ********** Install PIP Packages ************ | ||
&& sudo pip3 install --upgrade pip \ | ||
&& pip3 install pandas==0.23.4 \ | ||
altair==2.2.2 \ | ||
&& pip3 install pandas==0.24.0 \ | ||
altair==2.3.0 \ | ||
jupyter==1.0.0 \ | ||
jupyterlab==0.35.4 \ | ||
jupyterhub==0.9.4 \ | ||
ipywidgets==7.4.2 \ | ||
# *********** Setting Jupyter Hub & Jupyter ********************** | ||
&& curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - \ | ||
&& apt-get install -y --no-install-recommends nodejs \ | ||
&& npm install --production -g configurable-http-proxy \ | ||
&& jupyter labextension install @jupyterlab/[email protected] \ | ||
&& jupyter labextension install @jupyterlab/[email protected] \ | ||
&& jupyter labextension install @mflevine/[email protected] \ | ||
&& jupyter labextension install @jupyter-widgets/[email protected] \ | ||
&& bash -c 'mkdir -pv /opt/helk/{es-hadoop,jupyter,jupyterhub}' \ | ||
&& mkdir -v /usr/local/share/jupyter/kernels/pyspark3 \ | ||
&& mkdir -v /var/log/spark \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.