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 ae335ec58c9df..97bdad23beb24 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({