© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
add description to module.xml and ZPM info to readme
Samples for auditing queries on IRIS BI cubes and analyzing audit data
do ##class(Sample.AuditQueryLog).Init()
. This will set ^DeepSee.AuditQueryCode so that Sample.AuditQueryLog:InsertQuery() will run (and create a new Sample.AuditQueryLog record) each time an MDX query is run in this namespace.Run zpm "install CubeAuditing"
from a Terminal session in the namespace where you want to install the samples. Then proceed to step 3 of the setup instructions above.
For more information on monitoring queries on IRIS BI cubes and cleaning up unused cubes based on this monitoring, see this InterSystems Developer Community article.