Releases: scorestack/scorestack
Releases · scorestack/scorestack
v0.8.2 - 2021-09-28
v0.8.1 - 2021-09-12
0.8.1 - 2021-09-12
This release fixes a few bugs in Dynamicbeat related to the new deployment and check-adding processes.
Dynamicbeat
Fixed
v0.8.0 - 2021-08-10
0.8.0 - 2021-08-10
This release overhauls the structure of Dynamicbeat and improves the deployment and check-adding processes.
General
Changed
- Each check is now defined using only one JSON file that includes all attributes (#312)
- Example checks now only use attributes when necessary (#312)
- Replaced
${TEAM}and${TEAM_NUM}check definition variables with golang template blocks (#312)
Removed
- Drop Logstash from architecture (#302)
- Delete
add-team.shandupdate.shscripts (#312) - Deployments no longer configure users, indices, and dashboards (#312)
- Check definition files no longer include
idorgroupfields (#312)
Dynamicbeat
Added
setupcommand and subcommands for initializing Scorestack and adding checks (#312)- Support overriding attributes on a per-team basis (#312)
Changed
- Dynamicbeat is now a standalone program that doesn't use libbeat (#302)
- Time-separated index patterns are no longer used for check results - each
results-*-*pattern has been replaced by a single index (#310) - Upgrade to Golang 1.16.2 (#312)
Removed
- Remove
update_periodsetting, update configurations after starting each round (#302)
Fixed
- Ensure Dynamicbeat doesn't segfault if a check fails to parse properly (#316)
v0.7.0 - 2021-02-21
v0.7.1-rc1 - 2021-02-21
v0.7.0-rc1 Bump version
v0.6.2 - 2021-02-16
0.6.2 - 2021-02-16
This release fixes a bug with the SSH check in Dynamicbeat.
Dynamicbeat
Fixed
- SSH now matches content when MatchContent is true (#288)
v0.6.1 - 2021-01-26
0.6.1 - 2021-01-26
This release mainly fixes deployment issues and improves the documentation.
General
Changed
- Migrated documentation to
mdbook - Changed WinRM example check's command to
whoami - Adjusted default dashboard refresh time to 30 seconds (#284)
- Standardized dashboard and visualization IDs (#284)
Fixed
- Documented
add-team.sh's dependency onjq(#261) - Removed outdated
jvm.optionsconfigurations (#276) - Fixed permissions for Kibana plugin installation (#282)
- Set default for
fqdnTerraform variable (#282) - Explained Kibana sorting method (#285)
- Documented FreeBSD's behavior with SSH check (#285)
Removed
- Stop configuring JVM heap size for Logstash (#282)
Dynamicbeat
Changed
- Replaced Golang
html/templatelibrary withtext/template(#251)
v0.6.1-rc1
Create release changelog section
v0.6.0 - 2020-10-17
[0.6.0] - 2020-10-17
This release upgrades Scorestack to use Elastic Stack 7.9.2, the latest released version as of this writing. It also fixes some bugs with Dynamicbeat's check template system.
General
Fixed
- Updated small/docker setup script to properly parse kibana password
- Updated SSL configuration paths in example Dynamicbeat config
- Fix template syntax error in
http-kolideexample check
Dynamicbeat
Added
- Report template failure errors in check results
- Report ICMP packet statistics in check result details for failed checks
Fixed
- Don't panic on invalid templates
- Remove typo in ICMP definition struct field tag
- Don't ignore Count field in ICMP definition
v0.6.0-rc2 - 2020-10-04
0.6.0-rc2 - 2020-10-04
Kibana Plugin
Fixed
- Build plugin bundles and include them in the plugin zipfile