Skip to content

Commit 65131b2

Browse files
committed
[Alpha] v0.1.7-alpha02242019
1 parent 5986ff4 commit 65131b2

File tree

2 files changed

+62
-1
lines changed

2 files changed

+62
-1
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Changelog
2+
3+
## [Alpha] Verion 0.1.7-02242019
4+
----------------------------------
5+
6+
[Full Changelog](https://github.com/Cyb3rWard0g/HELK/compare/v0.1.6-alpha12132018...v0.1.7-alpha02242019)
7+
8+
### Fixed:
9+
**Jupyter [Docker]**
10+
* Access and modification of notebooks by [@Nick_Aleks](https://twitter.com/Nick_Aleks)
11+
12+
**KSQL [Docker]**
13+
* KSQL Commands for Sysmon JOIN recipe
14+
15+
**Nginx [Docker]**
16+
* Updated proxy config to handle SSL better and not block internal HELK files from users
17+
18+
**Logstash [Docker]**
19+
* For builds with elastic trial subscription, I had to move the logstash config out of volumes and add it manually to the docker container to avoid access and read issues from logstash container to local file.
20+
21+
### Added:
22+
**Logstash [Docker]**
23+
* Osquery Filebeat Output by [@rrcyrus](https://twitter.com/rrcyrus)
24+
* Additional awesome sauce provided by [@neu5ron](https://twitter.com/neu5ron) in details [here](https://blog.neu5ron.com/2019/02/what-in-helk-release.html)
25+
26+
**Kafka [Docker]**
27+
* Osquery Filebeat Topic by [@rrcyrus](https://twitter.com/rrcyrus)
28+
* win_security topic to get win security events parsed back
29+
* win_sysmon topic to get win sysmon events parsed back
30+
31+
**Jupyter [Docker]**
32+
* jupyterlab-manager widgets
33+
* Python package Keras 2.2.4
34+
* Python package s3sf 0.2.0
35+
36+
**Kibana [Docker]**
37+
* Additional awesome sauce provided by [@neu5ron](https://twitter.com/neu5ron) in details [here](https://blog.neu5ron.com/2019/02/what-in-helk-release.html)
38+
39+
### Updated:
40+
41+
**Jupyter [Docker]**
42+
43+
* ES-Hadoop version to 6.6.1
44+
* Notebooks for intro to pandas and python
45+
* Notebooks for intro to Spark SQL via Pyspark
46+
* Notebooks for intro to Spark SQL via Pyspark and Sysmon
47+
* python package altair to 2.4.1
48+
* python package pandas to 0.24.1
49+
* Docker Image to 0.1.1
50+
51+
**ELK Stack [Docker]**
52+
* Version 6.6.1
53+
* Consolidated
54+
* Additional awesome sauce provided by [@neu5ron](https://twitter.com/neu5ron) in details [here](https://blog.neu5ron.com/2019/02/what-in-helk-release.html)
55+
56+
**helk_install [Docker]**
57+
* Downloads docker via https by [tifkin_](https://twitter.com/tifkin_)
58+
* Additional awesome sauce provided by [@neu5ron](https://twitter.com/neu5ron) in details [here](https://blog.neu5ron.com/2019/02/what-in-helk-release.html)
59+
60+
**helk_update [Docker]**
61+
* Update handling improved by [devdua](https://github.com/devdua)

docker/helk_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ show_banner(){
462462
echo "** HELK - THE HUNTING ELK **"
463463
echo "** **"
464464
echo "** Author: Roberto Rodriguez (@Cyb3rWard0g) **"
465-
echo "** HELK build version: v0.1.6-alpha02232019 **"
465+
echo "** HELK build version: v0.1.7-alpha02242019 **"
466466
echo "** HELK ELK version: 6.6.1 **"
467467
echo "** License: GPL-3.0 **"
468468
echo "**********************************************"

0 commit comments

Comments
 (0)