Skip to content

Commit

Permalink
Remove host.user.* fields per elastic/ecs#1439.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Oct 1, 2021
1 parent dbddc7f commit b799b1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/kbn-logging/src/ecs/host.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@

import { EcsGeo } from './geo';
import { EcsOs } from './os';
import { EcsNestedUser } from './user';

interface NestedFields {
geo?: EcsGeo;
os?: EcsOs;
/** @deprecated */
user?: EcsNestedUser;
}

/**
Expand Down

0 comments on commit b799b1c

Please sign in to comment.