A customer asked: “Do you know if there is a way to generate a user-friendly change log for certain dimensions from Pulse? Maybe Kibana?”
Ideally, they customer would be able to produce a report out of the H2 database or Kibana with data for the following fields on dimensions with source control on.:
Name of Dimension
Name of Instance
Modified Date
Modification Action (delete, add, etc.)
What was modified, i.e., if multiple elements were deleted, they would be included in the query output.
So far, we’ve found that the following tables in the H2 database are useful, but they do not include #5:
• ChangeLog
• DimensionHistory
• Dimension
But what has been changed is stored in the VCS folder.
Below is an article that shows you how to query the VCS folder and give you a few examples:
It sounds like a good enhancement for Pulse, would you mind creating a feature request and we’ll see if we can add this as a feature: Issues · Cubewise CODE / Pulse · GitLab
If your customer is on Cubewise Cloud, then he won’t have access to the VCS folder so the workaround I suggested won’t work.
Utilizing SQL Server for a Cubewise Cloud customer is indeed feasible, although it’s a separate matter. The migration to SQL Server is recommended primarily to enhance Pulse’s performance when experiencing high user traffic.