Writing Process Statistic Data to an External Database
A customized database appender can also be used to collect statistics. Once statistics are in a database, reporting tools like TIBCO Jaspersoft or TIBCO Spotfire can be used to create graphs or reports. Add the following appenders to APPENDER: File Appender section of the logback.xml file to log data to an external database.
You can log process statistics data from applications running on existing or new AppNodes:
Note: The supported databases are Oracle Database 12c, MySQL 5.7.x, Microsoft SQL Server 2012, 2014, PostgreSQL 9.2.x.
- To log process statistic data from applications running on existing AppNodes, edit the logback.xml file located at BW_HOME/domains/<domain_name>/appnodes/<appspace_name>/<appnode_name>. Restart the AppNode after you have finished editing the file.
- To log process statistic data from applications that will run on new AppNodes, edit the logback.xml file at <BW_HOME>/config/ before you create the new AppNodes.
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.