mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
[EDR Workflows] Upgrade Osquery and ECS schemas (#217802)
This commit is contained in:
parent
abeb2d4a5d
commit
ff8f7333c2
6 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -17,7 +17,7 @@ let osqueryTables: TablesJSON | null = null;
|
|||
export const getOsqueryTables = () => {
|
||||
if (!osqueryTables) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
osqueryTables = normalizeTables(require('../common/schemas/osquery/v5.13.1.json'));
|
||||
osqueryTables = normalizeTables(require('../common/schemas/osquery/v5.15.0.json'));
|
||||
}
|
||||
|
||||
return osqueryTables;
|
||||
|
|
|
@ -47,8 +47,8 @@ import {
|
|||
convertECSMappingToArray,
|
||||
convertECSMappingToObject,
|
||||
} from '../../../common/utils/converters';
|
||||
import ECSSchema from '../../common/schemas/ecs/v8.12.0.json';
|
||||
import osquerySchema from '../../common/schemas/osquery/v5.13.1.json';
|
||||
import ECSSchema from '../../common/schemas/ecs/v9.0.0.json';
|
||||
import osquerySchema from '../../common/schemas/osquery/v5.15.0.json';
|
||||
|
||||
import { FieldIcon } from '../../common/lib/kibana';
|
||||
import { OsqueryIcon } from '../../components/osquery_icon';
|
||||
|
|
Loading…
Add table
Reference in a new issue