Add additional old SO type from 7.6 to filter and test (#104913)

This commit is contained in:
Josh Dover 2021-07-08 20:16:07 +02:00 committed by GitHub
parent 83856767af
commit e9ec16ec97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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();

View file

@ -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',