Adding a Table to Display IP Address Pairs with the Most Events
This example illustrates how to add a table that finds the source and destination IP address pairs with the most events to your custom dashboard.
For detailed explanations of the settings in this example, see Custom Dashboard Components.
-
Select Dashboards | CUSTOM and select the dashboard you want to edit.
The dashboard appears.
-
Select Open in Visualizer and then select Edit.
The display switches to the editing canvas.
-
Select New table.
The Chart Builder dialog box appears with the Chart Type section on display and Table selected.
-
Select Next to enter the General section and enter the following settings:
Chart Name: Top 5 Source/Destination IP Address Pairs
Tenant: All Tenants
Indices: Alerts
Table Type: Groupings
-
Select Next to advance to the Query section, leave Query as None, and select Next again.
The Groupings section appears.
-
Select + Add Grouping twice to create a total of three groupings.
The groupings are processed sequentially, and you can rearrange them to change the configuration.
-
Expand the Column 1 grouping and enter the following:
Column Label: Source IP Address
Aggregation: Term; Field: srcip
Metric: Count
Order: Descending
Size: 5
-
Expand the Column 2 grouping and enter the following:
Column Label: Destination IP Address
Aggregation: Term; Field: dstip
Metric: Count
Order: Descending
Size: 5
-
Expand the Column 3 grouping and enter the following:
Column Label: Total
Aggregation: Metric; Metric: Count
-
Select Next to save your configuration and advance to the Options section.
-
Leave Rows per Page at 20 and Filter by event status enabled, and then select Submit.
Stellar Cyber adds the table and displays it on the editing canvas.
-
Select Save.
The dashboard appears with your new table.