Logshark v4.1.2
With this release, the source code for LogShark 4 is now available. In addition to the features listed in the v4.1 release, we've added the following:
Highlights
-
Replayer Plugin. This plugin has been added, but is disabled by default. You can either request it explicitly through command line parameters or change default plugin configuration in the configuration file.
-
Workbook Tags. The Config plugin outputs tags with Tableau Server build and version. If publishing is enabled, these tags will be applied to the published workbooks. Tags can be disabled in the configuration file.
-
Apache Plugin: New fields are extracted from 2020.1 logs.
-
Backgrounder Plugin: Added support for additional formats of subscription information.
Maintenance
-
Hyper Plugin. Changed data type for memory-related fields for the Hyper plugin. These fields have been changed from int to long. If you are using Postgres output, you will need to manually delete or change the data type of the corresponding columns in SQL, as LogShark will not delete or alter schema in your database.
-
Exit Codes. LogShark's exit codes will more accurately reflect whether the run was successful. This is part of an ongoing effort to improve automation and will continue to be refined.
-
Spelling Matters. Misspelling a plugin name in the --plugins parameter will now cause the run to exit with an error.
-
More Configuration Options. Which plugins run by default is now controlled by the configuration file.
-
Various bug fixes and improvements.