-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[V1.1.0] Update ELK stack and multiple improvements to the ingestor s…
…ervice
- Loading branch information
Lancini, Marco
authored and
Marco Lancini
committed
Jun 20, 2019
1 parent
b854e64
commit 9202506
Showing
2 changed files
with
49 additions
and
23 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
|
||
|
||
## [1.1.0] - 2019-06-20 | ||
#### Added | ||
- Update ELK stack: v6.3.0 -> v7.1.1 | ||
- Multiple modifications to the ingestor service: | ||
* Move ingestor to `extensions` folder | ||
* Modify VulntoES to record MAC addresses, if present | ||
* Update ingestor container from python2.7 to python3.7 | ||
* Semplify call method: `docker-compose run ingestor` | ||
* Minor refactoring to `VulntoES.py` | ||
#### Fixed | ||
- Time pattern now available | ||
#### Removed | ||
- Remove extensions/logspout | ||
|
||
|
||
## [1.0.1] - 2018-10-17 | ||
#### Fixed | ||
- Modify VulntoES to only ingest open ports | ||
|
||
|
||
## [1.0.0] - 2018-07-16 | ||
#### Added | ||
- First Public Release |
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