mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Osquery] Update schema to v5.5.1 (#144090)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
af1230b7c4
commit
f0c243210b
4 changed files with 3 additions and 3 deletions
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.4.0.json'));
|
||||
osqueryTables = normalizeTables(require('../common/schemas/osquery/v5.5.1.json'));
|
||||
}
|
||||
|
||||
return osqueryTables;
|
||||
|
|
|
@ -50,7 +50,7 @@ import {
|
|||
convertECSMappingToObject,
|
||||
} from '../../../common/schemas/common/utils';
|
||||
import ECSSchema from '../../common/schemas/ecs/v8.5.0.json';
|
||||
import osquerySchema from '../../common/schemas/osquery/v5.4.0.json';
|
||||
import osquerySchema from '../../common/schemas/osquery/v5.5.1.json';
|
||||
|
||||
import { FieldIcon } from '../../common/lib/kibana';
|
||||
import { OsqueryIcon } from '../../components/osquery_icon';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue