Customize Your Dashboards

Select REPORTS — without Multi-tenancy enabled.

Select DASHBOARD & REPORTS > REPORTS — 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.

  1. In the Reports Portal, navigate to the dashboard that you want to modify.

  2. Right-click the dashboard, then click Edit.

  3. Select Options > Scripts.

  4. 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 Open in Search 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.