-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1100 from gravwell/dev
- Loading branch information
Showing
9 changed files
with
67 additions
and
35 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
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,27 @@ | ||
# Changelog for version 5.5.2 | ||
|
||
## Released 27 August 2024 | ||
|
||
## Gravwell | ||
|
||
### Additions | ||
|
||
* Added the ability for readonly users to select and copy text in query editor. | ||
* Added the ability to backup an Extractor when uploading a Kit. | ||
* Added the ability to backup a File when uploading a Kit. | ||
* Added the ability to backup a Playbook when uploading a Kit. | ||
|
||
### Bug Fixes | ||
|
||
* Fixed an issue where erroneous group access modification prevented assets from saving. | ||
* Fixed an issue that generated an error when another admin attempted to reset the password of the UID 1 admin account. | ||
* Fixed an issue where the Notifications API would incorrectly respond with notifications that are ignored. | ||
* Improved logging to better troubleshoot queries that stall or have memory problems. | ||
* Improved performance for query parsing. | ||
|
||
## Ingester Changes | ||
|
||
### Bug Fixes | ||
|
||
* Fixed an issue where the Gravwell collectd ingester would fail to encode floating point NaN values and would emit an error message on Stderr. It now omits the value and encodes properly. | ||
* Fixed an issue to catch panics in execute and start functions for the Plugin Preprocessor. |
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
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.