Customize Your Dashboards
Select
Select > — with Multi-tenancy enabled.
You can customize the features of some built-in dashboards as well as the ones that you create. For example, a built-in dashboard might allow you to specify a particular time range. Some charts in your dashboards also allow for customization.
Change the Default Time Frame of a Dashboard
You can change the time range for some built-in dashboards, as well as those you create.
-
In the Reports Portal, navigate to the dashboard that you want to modify.
-
Right-click the dashboard, then click .
-
Select > .
-
Change the default value of the following parameters:
-
parameter.start_time -
parameter.end_time
For example:
To change the default start time to the past three hours instead of the past two hours, change the time as follows:
from
startTime.setHours(startTime.getHours() - 2);parameter.start_time = startTime;to
startTime.setHours(startTime.getHours() - 3);parameter.start_time = startTime; -
Customize Charts in a Dashboard
Some charts can be customized in the following ways:
-
Any chart
-
-
The table at the bottom of each dashboard displays individual events and associated information, such as severity, source address, and destination address. To view a particular event in the Event Inspector, click the left-most icon of the row for the event.
-
You can adjust the filters to include or exclude information.
-
To investigate and filter the displayed data, use the option to start a query based on the data in the dashboard.
-
- Bar chart
- Organize results from the highest or lowest amounts. For example, show the Top Target IPs. You also can choose the amount of results displayed: 10, 25, 50, 100.
- Parabox charts
- Visualize connections between multiple entities and identify significance based on the size of target elements, such as source user.
- Timeline chart
- Display events by hour or minutes.
- Word Cloud charts
- Display data according to key words, based on the chart's purpose.