Skip to content

[SIEM] "Time filter refresh interval" Kibana Advanced Setting is not being used #64034

@spong

Description

@spong

The "Time filter refresh interval" (siem:refreshIntervalDefaults) Kibana Advanced Setting doesn't appear to be functioning anymore. When setting a custom value as below, then refreshing without any query params, the datepicker Refresh every UI will show 0 seconds.

Adding a console.log(interval) here after the setting is read shows it coming back as null:

const interval = uiSettings
? KibanaServices.get().uiSettings.get<DefaultIntervalSetting>(DEFAULT_SIEM_REFRESH_INTERVAL)
: null;

Config:

{
  "pause": false,
  "value": 230000
}

Result:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature:TimelineSecurity Solution Timeline featureQA:ValidatedIssue has been validated by QATeam: SecuritySolutionSecurity Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.Team:SIEMTeam:Threat HuntingSecurity Solution Threat Hunting TeambugFixes for quality problems that affect the customer experiencefixedimpact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions