show last highstate date/time on grid metrics screen; expose maxUploadSize and staleMetricsMs settings on config screen

This commit is contained in:
Jason Ertel
2023-12-29 11:38:42 -05:00
parent fe8f57c43b
commit e075d07f5c
5 changed files with 41 additions and 0 deletions

View File

@@ -1640,6 +1640,9 @@ soc:
query: '* | groupby destination.port rule.name event.severity_label'
- name: Ungroup
query: '*'
grid:
maxUploadSize: 26214400
staleMetricsMs: 120000
cases:
advanced: false
aggregationActionsEnabled: false

View File

@@ -184,6 +184,13 @@ soc:
alerts: *appSettings
cases: *appSettings
dashboards: *appSettings
grid:
maxUploadSize:
description: The maximum number of bytes for an uploaded PCAP import file.
global: True
staleMetricsMs:
description: The age in milliseconds of node metrics when they are considered stale. Stale metrics have a faded appearance on the Grid screen.
global: True
case:
analyzerNodeId:
description: The node ID on which analyzers will be executed.