-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcpk.xml
34 lines (34 loc) · 2.08 KB
/
cpk.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<cpk>
<elementTypes defaultElement="main">
<elementType name="Dashboard" class="pt.webdetails.cpk.elements.impl.DashboardElement">
<elementLocations>
<elementLocation path="dashboards/admin" isRecursive="true" pattern=".*\.wcdf" adminOnly="true"/>
<elementLocation path="dashboards/" isRecursive="true" pattern=".*\.wcdf" adminOnly="false"/>
</elementLocations>
</elementType>
<elementType name="Kettle" class="pt.webdetails.cpk.elements.impl.KettleJobElement">
<elementLocations>
<elementLocation path="endpoints/kettle/admin" isRecursive="true" pattern=".*\.kjb" adminOnly="true"/>
<elementLocation path="endpoints/kettle/" isRecursive="true" pattern=".*\.kjb" adminOnly="false"/>
</elementLocations>
</elementType>
<elementType name="Kettle" class="pt.webdetails.cpk.elements.impl.KettleTransformationElement">
<elementLocations>
<elementLocation path="endpoints/kettle/admin" isRecursive="true" pattern=".*\.ktr" adminOnly="true"/>
<elementLocation path="endpoints/kettle/" isRecursive="true" pattern=".*\.ktr" adminOnly="false"/>
</elementLocations>
</elementType>
</elementTypes>
<info>
<CPK_version>5</CPK_version>
<description>Plugin for analyze Pentaho audit logs. BayInspect shows information of solutions deployed on the platform (reports, views, OLAP, dashboards, etc ..). It represents runtimes and detail of the busiest periods of the platform, also allow to select on users who execute solutions to show graphs and tables with their information.</description>
<name>BayInspect</name>
<author_email>[email protected]</author_email>
<author_name>Bahia Software SLU</author_name>
<company_name>Bahia Software SLU</company_name>
<company_url>www.bahiasoftware.es</company_url>
<creation_date>2016-06-09</creation_date>
<version>1.0-SNAPSHOT</version>
</info>
</cpk>