Using BMC Helix Dashboards
Out-of-the-box dashboards
Use the out-of-the-box dashboards to quickly start visualizing and analyzing data in your environment. The following out-of-the-box dashboards are available for BMC Helix Continuous Optimization:
Solaris Dashboard
Use the Solaris Dashboard to visualize and analyze the capacity data of your Solaris infrastructure. For details, see Solaris Dashboard.
Service Risk Dashboard
Use the out-of-the-box Service Risk Dashboard to get insights into the overall health and status of business services and view the prediction data. For details, see Service Risk Dashboard.
Storage Capacity Dashboards
Use the Storage Capacity Dashboards to visualize and analyze the capacity data of your storage systems. For details, see Storage Capacity dashboards.
Nutanix dashboards
Use the Nutanix Dashboards to get visibility into your monitored Nutanix environment. The organized panels present key capacity metrics and charts of Nutanix components for capacity analysis. For details, see Nutanix dashboards.
OpenStack dashboards
Use the OpenStack Dashboards to get visibility into your monitored Nutanix environment. The organized panels present key capacity metrics and charts of OpenStack components for capacity analysis. For details, see OpenStack dashboards.
To create custom dashboards for BMC Helix Continuous Optimization in BMC Helix Dashboards
Based on your business needs, configure custom dashboards, panels, and queries to start creating visualizations to get an insight into your IT infrastructure. As a tenant administrator or an editor, you need to build queries in panels in BMC Helix Dashboards to fetch data from the data source. You can build multiple queries with different query types in a panel. However, you cannot change the data source for each query in a panel. To change the data source, you must create a new panel. You can also select a visualization type for the panel.
- Log in to BMC Helix Portal as a capacity planner.
Make sure that the Editor role is assigned to the capacity planner user. - Click the BMC Helix Dashboards tile.
- Do one of the following:
- On the Home page, click
and select New Dashboard.
- From the navigation menu, click Dashboards. Then click New > New Dashboard.
- On the Home page, click
- On the New dashboard page, click Add visualization.
- In the Query section, select the BMC Helix data source for the query.
- In the Query Type field, select one of the following query types to fetch the relevant BMC Helix Continuous Optimization data:
- In the Query field, add the query. This field changes according to the query type you select.
- (optional) To add an additional query, click + Query, and specify the query options as described in the previous step.
- Select the required visualization type.
- Enter a name for the dashboard, select a folder, and click Save. The new dashboard with the relevant data is displayed.
To visualize the Continuous Optimization data based on metrics
Use the Metric query type to fetch the performance metrics data in your environment.
- Add a new panel and select Query Type as Metrics.
- Configure the following parameters, and save the query:
Field | Description |
---|---|
Query type | Select the query type as Metric. |
Source | Select the source as Optimize. |
Metrics browser | Type a metric query to this field or expand the metric browser to build basic queries by using required metrics and labels. As you type your query, you will receive label suggestions based on the available metrics. The following video explains how to use the metrics browser to build a basic query. Following is a list of some of the labels that you can use for BMC Helix Continuous Optimization:
For examples of the metric query type, see Examples. |
Legend | Add a legend to appear in the panel. You can use a variable here. For example, the value of the {~code language="none"}}hostname{{/code} variable is replaced with the host name in the panel. |
Min step | Add a threshold for a lower limit of the Prometheus query. This setting is absolute and cannot be changed by the value in the Resolution field. |
Resolution | Sets the parameter for each pixel to correspond to one data point of a Prometheus range query. Use lower resolutions for better performance. For more information, see Prometheus data source. |
Format | Select one of the following formats for the panel:
|
Instant | Use this toggle button to return only the latest value for the requested time series. Instant queries return results faster than the normal range queries. |
To visualize the Continuous Optimization data retrieved from the data mart or Analysis service
Use the Optimize Services query type to fetch the capacity data from a data mart or the Analysis service.
To visualize data retrieved from a data mart
- Add a new panel and select Query Type as Optimize Services.
- From the Service list, select Datamarts.
Configure the following parameters, and save the query:
Field
Description
Datamarts browser
Select a data mart from the list. Use the search box to quickly locate the required data mart.
Click the status icon (
indicates the normal status,
indicates the warning status, and
indicates the error status) corresponding to a data mart to view the data mart details, such as ID, type, and status.
Select Time Filter
If the time filter selection is available for the data mart, select a period for which you want to retrieve data from the data mart. For some data marts, the time filter is preconfigured and it cannot be changed.
Domain Filter
Filter data based on specific domains by using domain filters. For example, you can display only those systems with domains "AWS".
Use the search box or domain picker to locate the required domain quickly. Select the required domains and sub-domains. The panel displays the entities of only the selected domains and subdomains.
Tag Filter
Filter data based on a specific tag by using tag filters. For example, you can display only those systems with tags "high" and "VMware".
Use the search box to quickly locate the required tag. Select the required tags. The panel displays the entities specific to the selected tags.
To visualize data retrieved from the Analysis service
- Add a new panel and select Query type as Optimize Services.
- From the Service list, select Analysis.
Configure the following parameters, and save the query:
Field
Description
System Id
Specify a comma-separated list of IDs of the systems from which you want to retrieve data. You can also enter a variable.
Metrics
Specify a comma-separated list of metrics that you want to retrieve. For example, CPU_UTL and MEM_UTL
(Optional) Filter data mart contents by using variables
Variables act as placeholders and get values at run time. They can be based on any data source. You can use them to filter data mart contents. For example, if you want to create a variable to filter the content of a data mart column named Cluster, perform these tasks:
Task 1: To find the data mart ID and internal column name
- Open the dashboard that you created for visualizing the data mart content.
- Expand the data mart table title and click Edit.
- Note down the data mart ID as shown in the following image:
- On the Transform tab, note down the internal column name as shown in the following image:
Task 2: To create the variable
- On a custom dashboard, click Dashboard settings .
- On the Settings page, click Variables.
- Click Add new variable and specify the following values:
- Name: Internal name of the column to be filtered. For example, clustername.
- Label: Label to be used as a display name for the filter. For example, Cluster.
- Data source: BMC Helix API
- Query options:
- On the Path tab, select POST and specify the URL of the API to retrieve data for the filter by using the column name and data mart ID.
Example: /opt/api/v1/datamartservice/datamarts/<data mart ID>/filters/<column name> - On the Body tab, specify the filters and options to customize the API response.
Example: {"filters":[],"options":{"pagenum":0,"pagesize":-1}} - On the Fields tab, specify the values that you want to filter. For example, specify these options to filter by column ID:
- In the Field box, specify values.id.
- Select JSONata.
You can view the list of IDs under Preview of values.
- On the Path tab, select POST and specify the URL of the API to retrieve data for the filter by using the column name and data mart ID.
- Refresh: On dashboard load
- Sort: Disabled
- Selection options: Select both options.
- Click Apply. The new variable is created and displayed at the top of the data mart table. You can use it to filter the data mart column.
For details on APIs used for entity filters, see Datamart-API-endpoints and Analysis API endpoints.
To filter data based on specific domains by using variables
Filter the dashboard data based on specific domains at runtime by configuring the domain filter in a variable. You can also share the filtered dashboard report with relevant stakeholders based on their domain preferences. For example, you can display only those systems with the domain as AWS in the dashboard.
For details on variables, see Setting up variables for dashboard queries.
Task 1: To create the variable
- On a custom dashboard, click Dashboard settings .
- On the Settings page, click Variables.
- Click + New variable and specify the following values:
- Select variable type: Optimizer variable
- Name: appid
Important: Make sure that you do not enter any other name than appid. - Label: Label that will be displayed as a filter in the dashboard. For example, Domain.
- Show on dashboard: Label and value
- Select optimizer variable type: Domain filter
- Click Apply.
The new variable is created and displayed at the top of the dashboard.
Task 2: To filter data based on specific domains
- Click the domain filter at the top of the dashboard to locate the required domain quickly.
- Use the search box or domain picker to locate the required domain quickly.
You can use an asterisk as a wildcard.
Select the required domains and subdomains.
The dashboard displays data for only the selected domains.
Cross-launch from BMC Helix Continuous Optimization to BMC Helix Dashboards
With the integration of BMC Helix Continuous Optimization with BMC Helix Dashboards, you can navigate to BMC Helix Dashboards by using the cross-launch option from the Views section of BMC Helix Continuous Optimization. The cross-launch option is available on the details page of the systems that are monitored by the PATROL Agent. You can view the device metrics data in BMC Helix Dashboards with this feature. This option is not available for systems that are not monitored by the PATROL Agent.
To view the option for your devices in BMC Helix Continuous Optimization, make sure that BMC Helix Operations Management, BMC Helix Dashboards, and BMC Helix Discovery are available on the same tenant. Make sure that you have the permission to view the device metric details in BMC Helix Dashboards.