tableau / Logshark

A Tableau log file analysis utility
MIT License
112 stars 50 forks source link

No Workbook Templates Available #140

Open jdd-hub opened 3 years ago

jdd-hub commented 3 years ago

Hi I am trying to generate a set of workbooks from log files I have been given but I keep on getting the same message.

-----Generated workbooks-----
  Workbook templates available:

  -----Log Reading Statistics-----
  Processed zip file compressed size: 1,701 MB
  Additional tags returned by plugins: '2020.1.0';'20201.20.0220.1252'
  Plugins that received any data: Apache, Art, Backgrounder, ClusterController, Config, DataServer, Filestore, Hyper, Netstat, Postgres, ResourceManager, SearchServer, ServerTelemetry, TabadminController, Vizportal
jdd-hub commented 3 years ago

Looks like publishing the workbooks to a server cause LogShark to update the workbooks. Does anyone know why the workbooks aren't updated when you run without publishing to the server?

bermetj commented 3 years ago

Have you by any chance specified a different location for the workbook templates in the config file?

"EnvironmentConfig": { "TempDirOverride": null, "OutputDir": "Output", "OutputDirMaxResults": null, "WorkbookTemplatesDir": "Workbooks", "CustomWorkbookTemplatesDir": null, "NumberOfErrorDetailsToKeep": 25, "DefaultWriter": "hyper", "AppendLogsetNameToOutput": false },