- 浏览: 29378 次
- 性别:
- 来自: 重庆
最新评论
Dashboard
Repository
BC_REPOSITORIES (MNG DB)
This table contains data for each Dashboard repository configurations such as Rules Context Menus Tooltip etc.
All data stored by Customer ID , Repository Type and version of BAC when these entities were included and start using.
BRE_ID - contains the unique ID for customer data in this table
BRE_CUSTOMER_ID - the customer ID who has settings which defined in in BRE_XML_DATA column
BRE_REPOSITORY_TYPE - context/type of xml data:
(PropofationRules, contextMenu, flowmapMapping, tooltips, bundles, assignmentRules, entities, dimensions, rulemap ) each of this types corresponds to relevant data in BAC.
BRE_XML_DATA - the XML data - general data of
BRE_VER_NUM - the version of BAC. This column contains information regarding from each version of the BAC some settings were added to BAC DB.
For example: the settings regarding to some type menus which was added / predefined for some view and special customer.
SELECT BRE_XML_DATA FROM BC_REPOSITORIES WHERE (BRE_CUSTOMER_ID =<Customer_ID> OR BRE_CUSTOMER_ID = 0) AND BRE_REPOSITORY_TYPE = <REPOSITORY_TYPE> GO
We added BRE_CUSTOMER_ID = 0 because a general data which related to each customer storage in record with BRE_CUSTOMER_ID = 0
For example for default customer (ID=1) and context menu context
SELECT BRE_XML_DATA FROM [dbo].[BC_REPOSITORIES] WHERE (BRE_CUSTOMER_ID = 1 OR BRE_CUSTOMER_ID = 0) AND BRE_REPOSITORY_TYPE = 'contextMenu' GO
We will see two record - one for all customers (global settings - BRE_CUSTOMER_ID =0) and special settings (BRE_CUSTOMER_ID = 1).
NODE: All data stored in XML format.
Custom MAP
DASH_CUSTOM_IMAGE_VIEW (MNG DB)
Contains the data about a custom map for view
DASH_CUSTOM_IMAGE_NODE (MNG DB)
Contains the data regarding to CI on the custom map for view
These two tables contain all data regarding to Custom map for view and CIs in this view.
DASH_CUSTOM_IMAGE_VIEW (MNG DB)
DCIV_ID - unique ID of record - if will change the image for view - previous report was deleted and one new record was added to table with auto increment of this field (last record in table + 1) and DCIV_IMAGE_VERSION was changed to (last value + 1)
DCIV_CUSTOMER_ID - the customer ID who has custom map.
DCIV_VIEW_ID - UCDB ID of view for each the custom map was defined
DCIV_IMAGE_URL - the relevant url for image. On this path the image storage in BAC system as a graphic-file
DCIV_DIMENSION_ID - not relevant
DCIV_LAST_UPDATE - the time when this custom map was updated in Dashboard
DCIV_IMAGE_DATA - the downloaded image-data from specified url.
DCIV_IMAGE_VERSION - the number of changes of the image for the same view (changes + 1. For example if we changed the image two times the value will be 3 (two changes and 3-th version of image)
DASH_CUSTOM_IMAGE_NODE (MNG DB)
DCIN_ID - unique ID of CIs on the maps
DCIN_CUSTOMER_ID - the ID customer who has a custom map
DCIN_VIEW_ID - UCDB ID of View with custom map
DCIN_NODE_ID - UCMDB CI ID which locates on custom map
DCIN_DIMENSION_ID - not relevant
DCIN_XPOS - X coordinate of CI on the Map
DCIN_YPOS - Y coordinate of CI on the Map
MNG DB
Session
HA_ACTIVE_SESS (MNG DB)
The Table contains the data about session and user with access/connect information to Dashboard.
HA_ID - internal Dashboard BAC session ID
HA_HOST - the IP address of host which are connecting to BAC
HA_SESSION_ID - general session ID
HA_USER_ID - the user ID of connection (see USERS table)
HA_CUSTOMER_ID - customer ID of connection
HA_TIMESTAMP - the time of login in the number format.
HA_LOGIN_CTX - a cache of login.
Report
Two tables correspond to this area.
M_KE01F1_F (PRF DB)
This table contains the data about status changing of KPI
M_KT01F1_F (PRF DB)
This table contains the data about KPI status in time
M_KE01F1_F (PRF DB)
SAMPLETIME - time in a sample in the number format. This sample was sent from trinity (not from Data Collectors)
TUID - TUID
DBDATE - time when the data were publish to DB
LOOK001 - the type of sample according to published record in DB.
LOOK002 - Customer ID
LOOK003 - KPI ID
BNRY004 - Entity ID
NUMB005 - Type of the KPI
NUMB006 - Status of the KPI
NUMB007 - not relevant
M_KT01F1_F (PRF DB)
SAMPLETIME - time in a sample in the number format. This sample was sent from trinity (not from Data Collectors)
TUID - TUID
DBDATE - time when the data were publish to DB
LOOK001 - the type of sample according to published record in DB
LOOK002 - Customer ID
LOOK003 - KPI ID
BNRY004 - Entity ID
NUMB005 - Type of the KPI
NUMB006 - Status of the KPI
Other areas
Regarding to
- Filters
- Geographical map
- Console
Configuration of these pages and areas in Dashboard locate Setting_Parameters
Because the all confoguration data correspond to Ifrastucture Settings parameters. Threfore this data storage in this table.
SETTING_PARAMETERS (MNG DB)
This table contain the data regarding to changes in the Infrastructure Settings.
SP_ID - The ID of the setting
SP_CONTEXT - (!) - Context of the settings (in Dashboard Case is: BACAppSettings)
SP_SUB_CONTEXT - Not relevant
SP_NAME -
- Console - business.console*
- Top View Properties - tp*
- Topology Map - topology.map*
- Sound Notification - dashboard.beep*
- Service Impact - service.impact*
- Maps Management Properties - maps*
* - can be any text
SP_VERSION - version of the settings
SP_HOST_ID - Not relevant
SP_VALUE - Value of a setting
SP_VALUE_CLOB - Not relevant
SP_CUSTOMER_ID - The Customer ID
Example:
How to collect information regarding Dashboard Applicaton setting
SELECT * FROM SETTING_PARAMETERS where SP_CONTEXT = 'BACAppSettings' go
KES
You can find all KPI Assignments of KES in BC_REPOSITORIES (MNG DB) table. You should use only rows with BRE_VER_NUM = 6.x. All the details about this table can be found at the beginning of this page.
We also saving all the assignments under:
<BAC Data Processing Server>\HPBAC\AppServer\webapps\site.war\bam\conf\repositories . if you want to compare between defaults assignments and custom assignment, you can use:
\assignmentRules\def.xml contains OOTB KES Factory assignments
\assignmentRules\1.def.db.xml contains current assignments definitions
For Propagation assignments, which locate at the same place as KES assignments, look at:
\propagationRules\def.xml contains OOTB KES Factory propagations
\propagationRules\1.def.db.xml contains current propagations definitions
Filters
Using table BC_APP_PERSISTENCY in MNG DB
Filters with BAP_FILTER_ID < 0 are global (default) and the rest are per customer
发表评论
-
嵌入EUM报告
2010-12-08 17:22 9031。解决Genrate Button无反应问题 修改t ... -
BAC Business Rule分析之二
2010-08-19 02:23 834BaseRule中execute方法是 ... -
Matcher log
2009-12-02 01:08 1166Trinity listens to BAC's BUS an ... -
WDE log
2009-12-02 00:51 1089The Web Data Entry is the sampl ... -
Rule log
2009-12-02 00:47 871The Rule Engine contains the ac ... -
KPI Matcher
2009-12-02 00:44 985Trinity uses the Matcher as the ... -
BAC数据DEBUG(WDE & Loader Troubleshooting)
2009-11-27 20:37 1407WDE Data Collectors send data ... -
Sample日志
2009-11-04 13:33 948D:\HPBAC\conf\core\Tools\log4j\ ... -
MyBac Tables
2009-09-23 17:40 1246All MyBSM (MyBAC) related tabl ... -
BAC Log files
2009-09-23 17:30 1666Dashboard Monitor displ ... -
BAC Monitor Rule分析
2009-09-08 22:27 1141Mointor Rule是BAC数据来源的起点, ... -
读BAC7.5 源码有感
2009-09-06 01:10 808累,脑细胞不知道死了多少了。而且由于官方放出的源代码太少,只 ... -
Bac7.5 中Generic Sample Rule分析
2009-09-02 22:44 891Dashbord中的Generic Sample Rule用的 ...
相关推荐
BO Dashborad 4.0 Help
在这个"dashborad-project-master"压缩包中,我们可以预见到一个包含源代码和资源的主分支或版本。 在HTML项目中,我们通常会找到以下关键组成部分: 1. **HTML文件**:这些是项目的核心,如`index.html`,它们...
针对生产环境, Netflix还给我们准备了一个非常好用的运维工具, 那就是Hystrix Dashboard,通过Hystrix Dashboard我们可以在直观地看到各Hystrix Command的请求响应时间, 请求成功率等数据. 但是只使用Hystrix ...
最后,配置路由参数(`net.bridge.bridge-nf-call-ip6tables` 和 `net.bridge.bridge-nf-call-iptables`),以防止 kubeadm 报告路由警告。 在部署阶段,首要任务是安装 Docker。在所有节点上执行 `yum install -y ...
React仪表板用户界面Netlify: ://react-dashboard-ui.netlify.app桌面检视移动响应式Create React App入门该项目是通过引导的。可用脚本在项目目录中,可以运行: yarn start 在开发模式下运行该应用程序。...
带摘要的Flask-Admin仪表盘 创建该项目是为了响应该SO问题。 该问题引用了先前的SO问题,即 。 该项目是的克隆,带有一个额外的视图(项目),该视图显示了如何向列表视图添加摘要行。 该项目与原始项目不同: 使用...
宏仪表板 此回购包含构建与Grattan Institute的宏观经济政策工作相关的图形的闪亮仪表板。 这是一项未完成的工作。 可以在以下位置找到实时仪表板: : 数据 仪表板的所有数据均通过macro_dashboard_data库提供,...
Terraform Kerberus仪表板 Terraform模块可在您的Kubernates上创建部署Kerberus仪表板。 用法 module " kerberus_dashboard " { source = " project-kerberus/dashboard/kerberus " ... argocd_token = " hjudshf3jcu...
数据分析能耗分析系统中心端Dashboard界面HTML+JS+CSS源代码.zip
Laravel DashBoard演示 特征 基于Laravel的样板包含有用的Vue组件,例如:dropzone,编辑器,上传器,地图,多选,甜蜜警报,图标和颜色选择器。 用布尔玛制成的阿拉伯风格,并包含站立包,例如: ...
语言:English (United States) 该扩展显示了GitLab中所有项目的仪表板 Gitlab Dashboard是一个浏览器扩展,可以帮助使用Gitlab作为版本控制系统的开发人员实时跟踪其项目和分支。 它显示私有(自托管)或公共Gitlab...
Create React App入门该项目是通过。可用脚本在项目目录中,可以运行:yarn start 在开发模式下运行应用程序。 打开在浏览器中查看。 如果进行编辑,页面将重新加载。 您还将在控制台中看到任何棉绒错误。...
《深入解析Zabbix仪表板与JavaScript技术》 Zabbix是一款强大的网络监控系统,它能够实时监控各种网络设备、服务器性能以及应用服务。其中,Zabbix的仪表板(Dashboard)是其核心功能之一,为管理员提供了直观、...
德鲁伊(Druid)是一款高性能、分布式的数据存储和查询引擎,主要用于实时分析和大数据处理。在大数据领域,Druid以其高效的数据加载速度、优秀的查询性能以及对复杂聚合查询的支持而备受关注。...
GleSYS CLI仪表板显示GleSYS服务器的CLI仪表板正在安装npm install -g glesys-cli-dashboardglesys-cli-dashboard要求为了使远程日志功能起作用,每个服务器必须满足以下要求: 每个服务器上必须存在具有相同名称和...
Kafka仪表板 这是一个使用Kafka和Spark Streaming来汇总日志并更新结果的仪表板示例。 先决条件: 火花:2.2.1 卡夫卡:1.1.0 Kafka-python:1.4.2 烧瓶:0.12.2 Flask-SocketIO:2.9.6 高图:6.1.0 ...
仪表板家庭服务器家用仪表板中央服务器警告:此存储库包含您可以重用的代码,但该项目对您而言是开箱即用的。 我怀疑您使用与我完全相同的设置,因为它使用了大量的自定义硬件,监视,传感器和自定义内容。...
在IT行业中,UI测试是确保软件用户界面功能正确、易用和可靠的关键步骤。Cypress是一个流行的JavaScript测试框架,特别适合进行端到端(E2E)和UI测试。"Dashboard-Test"项目是一个示例,它展示了如何利用Cypress ...
基于Vue3 + Element Plus 的后台管理系统解决方案 该方案作为一套多功能的后台框架模板,适用于绝大部分的后台管理系统(Web Management System)开发。基于 Vue3 + pinia,引用 Element Plus 组件库,方便开发快速...
使用rocketmq编译后的jar,无需自己打包直接可用,免费送给大家