From 3edc7f2f2ad41d68dde7e53df3b5aef143554215 Mon Sep 17 00:00:00 2001 From: Madison Caldwell Date: Wed, 17 Feb 2021 17:24:17 +0000 Subject: [PATCH] unnecessary change --- x-pack/plugins/osquery/common/ecs/rule/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/osquery/common/ecs/rule/index.ts b/x-pack/plugins/osquery/common/ecs/rule/index.ts index 51d7722a3ecd..3a764a836e9b 100644 --- a/x-pack/plugins/osquery/common/ecs/rule/index.ts +++ b/x-pack/plugins/osquery/common/ecs/rule/index.ts @@ -28,7 +28,7 @@ export interface RuleEcs { tags?: string[]; threat?: unknown; threshold?: { - field: string | string[]; + field: string; value: number; }; type?: string[];