Skip to content

Releases: scorestack/scorestack

v0.8.2 - 2021-09-28

29 Sep 03:05
83e948e

Choose a tag to compare

0.8.2 - 2021-09-28

This release fixes a Dynamicbeat bug in the team overrides system.

Dynamicbeat

Fixed

  • Ensure template overrides are properly templated into attribute values as expected (#324)

v0.8.1 - 2021-09-12

13 Sep 03:41
93e33c2

Choose a tag to compare

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

  • Replace remaining ${VAR} template strings with {{.Var}} templates in saved objects (#321)
  • Ensure generic check definitions are added by dynamicbeat setup checks (#321)

v0.8.0 - 2021-08-10

10 Aug 11:34
78f4b63

Choose a tag to compare

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.sh and update.sh scripts (#312)
  • Deployments no longer configure users, indices, and dashboards (#312)
  • Check definition files no longer include id or group fields (#312)

Dynamicbeat

Added

  • setup command 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_period setting, 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

21 Feb 20:57
e1ae659

Choose a tag to compare

0.7.0 - 2020-02-21

This release adds two new check types and fixes a logging bug with the SSH check.

Dynamicbeat

Added

  • PostgreSQL check type (#294)
  • MSSQL check type (#295)

Fixed

  • Spurious EOF errors when closing SSH connections are ignored (#292)

v0.7.1-rc1 - 2021-02-21

21 Feb 18:55

Choose a tag to compare

Pre-release
v0.7.0-rc1

Bump version

v0.6.2 - 2021-02-16

16 Feb 21:48
7782526

Choose a tag to compare

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

26 Jan 15:30
8bf1e19

Choose a tag to compare

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 on jq (#261)
  • Removed outdated jvm.options configurations (#276)
  • Fixed permissions for Kibana plugin installation (#282)
  • Set default for fqdn Terraform 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/template library with text/template (#251)

v0.6.1-rc1

24 Jan 13:27

Choose a tag to compare

v0.6.1-rc1 Pre-release
Pre-release
Create release changelog section

v0.6.0 - 2020-10-17

18 Oct 00:41
0dfa562

Choose a tag to compare

[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-kolide example 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

05 Oct 05:01
a9a2a9c

Choose a tag to compare

Pre-release

0.6.0-rc2 - 2020-10-04

Kibana Plugin

Fixed

  • Build plugin bundles and include them in the plugin zipfile