mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Add additional old SO type from 7.6 to filter and test (#104913)
This commit is contained in:
parent
83856767af
commit
e9ec16ec97
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ export const REMOVED_TYPES: string[] = [
|
|||
'fleet-agent-events',
|
||||
// Was removed in 7.12
|
||||
'ml-telemetry',
|
||||
'server',
|
||||
// https://github.com/elastic/kibana/issues/95617
|
||||
'tsvb-validation-telemetry',
|
||||
].sort();
|
||||
|
|
|
@ -79,6 +79,7 @@ const previouslyRegisteredTypes = [
|
|||
'search-telemetry',
|
||||
'security-rule',
|
||||
'security-solution-signals-migration',
|
||||
'server',
|
||||
'siem-detection-engine-rule-actions',
|
||||
'siem-detection-engine-rule-status',
|
||||
'siem-ui-timeline',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue