Skip to content

Releases: Nuix/Bulk-Ingestron

Version 1.20.0

26 Oct 22:14
Compare
Choose a tag to compare

Added support for password list

If a Passwords.txt file is found in the script directory, its contents will be provided as a password list during ingestion for Nuix to attempt to use to decrypt some data.

Version 1.19.0

16 Apr 17:39
Compare
Choose a tag to compare

Added Support for Ruby Worker Side Script

Added setting workerSideScriptFile to GeneralSettings.json. If you provide the path to a Ruby Worker Side Script, data ingested will be processed using the provided worker side script.

Version 1.18.0

05 Feb 22:43
Compare
Choose a tag to compare

Updated for 7.8.0.10

Updated NuixVersion.rb_ to support Nuix version numbers with 4 parts, as first seen in Nuix v7.8.0.10. Previous version of this code only expected 3 part version numbers (as this was the standard before).

Version 1.17.0

04 Aug 00:12
Compare
Choose a tag to compare
  • Initial GitHub release