Releases: SumoLogic-Labs/sumo-report-generator
2.0.3 Release
Release 2.0.2
Upgrade Jackson to 2.9.7 to remove security vulnerability
2.0.1 Release
Upgrade databind
2.0.0 Release
No new features are introduced, however the JSON structure is now changing. Instead of the username/password keys, there is now accessId/accessKey. You MUST use an accessId and accesssKey to use this tool as the Sumo Logic API requires it.
1.3.1
Release 1.3.0
See https://github.com/SumoLogic/sumo-report-generator/wiki#multiple-json-configs-and-appending-to-an-existing-report to see how to use the new append feature.
Release 1.2.0
Workbook Template Capability
This release introduces the ability to specify a template, which will be used rather than generating a new workbook. Simply add the templatePath to your JSON configuration. That template will then be used when generating the workbook. Note it is important to include all the columns (named exactly as they are in the results) from your SearchJob to ensure no column is not populated. Whatever order you define the columns to be in the template will be respected. You can also format the template however you want and this will also be respected.
Hotfix to address issue with 1.0.1
Hotfix to address issue with 1.0.1
First patch
minor bug fixes