Adding a dashboard
Add a dashboard to display your IBM® Security QRadar® Suite KQL query results. You can add panels to your dashboard to display the results of multiple queries.
Procedure
- In your Grafana instance, from the navigation menu, click Dashboards.
- On the Dashboards page, click New > New Dashboard, and then click Add visualization.
- On the Query tab, in the Data source field,
select QRadar Suite KQL Plugin. Tip: You can add a dashboard panel that queries two or more data sources. To query more than one data source, select Mixed.
- Enter your KQL query. The following time picker macro is supported:
$__timeFilter()
You can include the time picker macros in a KQL queryWHEREcondition. See the following example query:events | project original_time,src_ip | where $__timeFilter(original_time) | summarize Events=dcount(src_ip)Important: You must use atimevalue in your KQL query for time series visualization. See the following example query:events | project original_time, severity | where $__timeFilter(original_time) | summarize by time=bin(original_time,.005),severity - Click Run Query.
- Optional: In the Title field, enter a name for your panel.
- Optional: Configure the parameters for your panel.
- To apply your panel changes and return to the Dashboard page, click
Apply. Important: Applying your changes does not save your dashboard.
- To add another panel to your dashboard from the Dashboard page, click
the Add panel icon (
). - To save your changes from the Dashboard page, click the
Save icon (
).
- To add another panel to your dashboard from the Dashboard page, click
the Add panel icon (
- To save your dashboard, click Save.
- In the Save dashboard panel, enter a name for your dashboard.
- In the Folder field, select a folder or enter a name to create a
new folder, and then click Save. A Dashboard saved message is displayed. Your dashboard is saved on the Dashboard page in the folder that you chose.
- To edit your dashboard, follow these steps:
- On the Dashboards page, click the relevant dashboard.
- On the panel that you want to edit, click the
Menu icon (
), and then click Edit. - Edit your dashboard, and then click Save.
- In the Save dashboard panel, enter a description of your changes, and then click Save.
- To delete your dashboard, follow these steps:
- On the Dashboards page, click your dashboard and then click the
Dashboard settings icon (
). - Click Delete Dashboard.
- In the Delete window, click Delete.
- On the Dashboards page, click your dashboard and then click the
Dashboard settings icon (