Skip to content

Commit

Permalink
[Osquery] Update schema to v5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Oct 27, 2022
1 parent 1ea3f45 commit 39c3ce5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion x-pack/plugins/osquery/public/editor/osquery_tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 39c3ce5

Please sign in to comment.