From 451be6282363739683e014be92f002fbeb9d12a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Fern=C3=A1ndez=20G=C3=B3mez?= Date: Fri, 3 Jan 2020 16:42:28 +0100 Subject: [PATCH] Tweak the types for the LogEntry --- .../legacy/plugins/infra/common/http_api/log_entries/entries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/infra/common/http_api/log_entries/entries.ts b/x-pack/legacy/plugins/infra/common/http_api/log_entries/entries.ts index ae335ec58c9dfd..97bdad23beb240 100644 --- a/x-pack/legacy/plugins/infra/common/http_api/log_entries/entries.ts +++ b/x-pack/legacy/plugins/infra/common/http_api/log_entries/entries.ts @@ -64,7 +64,7 @@ export const logColumnRT = rt.union([ rt.type({ columnId: rt.string, field: rt.string, - value: rt.string, + value: rt.union([rt.string, rt.undefined]), highlights: rt.array(rt.string), }), rt.type({